#b_menu_wrapper {
	padding: 40px 50px 40px 50px;
}

.bm_selected {
	color: #fbac02 !important;
}

.bottom_menu {
	float: left;
	width: 150px;
}

.bottom_menu a {
	text-decoration: none;
	color: white;
}

.bottom_menu span {
	display: inline-block;
	line-height: 25px;
	padding-left: 4px;
	position: relative;
	left: -4px;
	top: -5px;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 8pt;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif
}

.bm_plate_dbl {
	background: url(../images/bm_plate_double.gif) 0 0 no-repeat;
	width: 300px;
}

.bm_plate_sgl {
	background: url(../images/bm_plate_single.gif) 0 0 no-repeat;
	width: 150px;
}

.bottom_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.bottom_menu li {
	color: #ffffff;
	line-height: 25px;
	background: url(../images/bullet.gif) 0 50% no-repeat;
	padding-left: 15px;
	font-weight: normal;
	font-size: 8pt;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
}
	
