/* Vehicle home */
#vehicle_home {
	min-height:400px;
}
.copy {
	background:#B7B497;
}
a img {
	text-decoration:none;
	border:none;
}
.f_floating_menu {
	background:#D7D4BB;
	position:absolute;
	z-index:8500;
	margin:0px;
	padding:0px;
}
.f_floating_menu .f_heading {
	padding-top:4px;
	padding-bottom:4px;
	padding-left:4px;
	padding-right:22px;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#74673D;
	background:#74673D url(/img/mom_arrow_right.jpg) no-repeat scroll 98% center;
}
.f_floating_menu .f_heading a {
	color:#FFFFFF;
	text-decoration:none;
}
.f_floating_menu .f_heading a:hover {
	color:#FFFFFF;
	text-decoration:none;
}
.f_floating_menu .on {
	background:#74673D url(/img/mom_arrow_down.jpg) no-repeat scroll 98% center;
}
.f_floating_menu .f_content {
	padding:0px;
	margin:0px;
	display:none;
}
.f_floating_menu .f_item {
}
.f_floating_menu .f_item a.f_item_link {
	border-top: 1px solid #FFFFFF;
	display:block;
	width:auto;
	background:#74673D;
	color:#FFFFFF;
	border-bottom: 1px solid #74673D;
	outline:none;
	outline-width:0;
}
.f_floating_menu .f_item a.f_item_link:hover {
	background:#FFFFFF;
	color:#74673D;
	border-bottom: 1px solid #74673D;
}

.f_floating_menu .f_item span {
	display:block;
	padding:4px;
}
a.arrow span {
	background:url(/img/mom_arrow_right.jpg) no-repeat scroll 98% center;
	background-position: 98% 4px;
}
a.arrow:hover span {
	background:url(/img/mom_arrow_right_on.gif) no-repeat scroll 98% center;
	background-position: 98% 4px;
}
a.f_item_link .sub_on {
	background: url(/img/mom_arrow_down.jpg) no-repeat scroll 98% center;
	background-position: 98% 8px;
}
a.f_item_link:hover .sub_on {
	background:url(/img/mom_arrow_down_on.gif) no-repeat scroll top right;
	background-position: 98% 8px;
}
.f_floating_menu .f_item_container {
	padding:4px;
	margin:0px;
	background:#D7D4BB;
	color:#74673D;
	padding-bottom:0px;
	border-bottom:1px solid #74673D;
}
.f_floating_menu .f_item_container a {
	text-decoration:underline;
	color:#D48303;
}
.f_floating_menu .f_item_container a:hover {
	text-decoration:underline;
	color:#D48303;
}
a img {
	text-decoration:none;
	border:none;
}
.f_floating_menu .f_item ul {
	padding:5px 5px 5px 20px;
	margin:0px;
}