#vehicle_feature_menus
{
	width:960px;
	height:29px;
	/*border-top: solid #9D9FA2;
	_border-top: solid #9D9FA2;*/
	white-space:nowrap;
	clear:both;
}

#vehicle_name
{
	clear:both;
	float:left;
	padding:6px 0px 0px 8px;
}

#vehicle_name *
{
	float:left;
	font-size:13px;
	color:#9d9fa2;
	text-decoration:none;
	margin-top:2px;
	font-weight: bold;
	padding-right: 4px;
}

#vehicle_name a
{
	float:none;
	color:#999999;
	text-decoration:none;
	font-weight: bold;
}

#vehicle_name a:hover
{
	text-decoration:underline;
	color:#999;
}
 
#vehicle_nav_container
{
	height:23px;
	float:right;
	padding-right:7px;
}


.link_divider, #features_menu_container .link_divider
{
	height:16px;
	width:1px;
	float:left;
	margin: 12px 6px 0px 12px;
	background-color: #202020;
}

.left, .right {
	float:left;
}

a.vehicle_nav_link
{
	float:left;
	font-size:12px;
	color:#9d9fa2;
	text-decoration:none;
	margin: 7px 0px;
	padding: 1px 7px 4px;
	height: 15px; /*This is to fix height in MAC*/
}

a.vehicle_nav_link:hover, a.vehicle_nav_link_at
{
	/*background: url('/shared/images/vehicle_nav_btn_bg.jpg') repeat-x #006794;*/
	background-color: #0f3247;
	border: solid 1px #0f3247;
	margin: 4px 0 0 0;
	padding: 3px 6px 4px;
	height: 12px;
	color: #fff !important;
}

a.vehicle_feature_nav_link{
	float:left;
	height: 10px;
	font-size:12px;
	color: #9d9fa2;
	text-decoration:none;
	margin: 4px 0;
	padding: 3px 15px 5px 5px;
	background:transparent url('/shared/images/vehicle_features_arrow.gif') no-repeat scroll 110px 7px;
}

a.vehicle_feature_nav_link:hover, a.vehicle_feature_nav_link_at, a.vehicle_feature_nav_link_on
{
	/*background: url('/shared/images/arrow_down_white.gif') #4e7282 no-repeat 108px 8px;*/
	background: url('/shared/images/arrow_down_white.gif') #0f3247 no-repeat 108px 8px;
	color: #fff;
	float: left;
	font-size: 12x;
	text-decoration:none;
	height: 13px;
}



.features_menu
{
	width:146px;
	float:left;
	position:relative;
	z-index:4;
	display:inline;
}

#TopNav .features_menu {
    display: inline;
    float: left;
    margin: 0 8px;
    width: 55px;
    position: static;
}

#TopNav .features_menu a.vehicle_feature_nav_link{
	margin: 0 0;
}



#TopNav .li #Specs_link {
    display: block;
    height: 32px;
    line-height: 1000px;
    overflow: hidden;
}


.features_menu_container
{
	position:absolute;
	z-index:20;
	width:auto;
	white-space:nowrap;
	height: 0px;
	overflow: hidden;
	background-color:#000000;
	border-width: 1px;
	border-color: #9d9fa2;
	border-style: none;
	top:28px;
}
.link_container ul {
	padding: 0;
	border-left:1px solid #c8c8c8;
	margin: 3px 0 0 0;
	height: 100%;
}
.link_container ul li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0px;
	width:110px;
}
a.feature_menu_link {
	color:#9d9fa2;
	display:block;
	font-size:11px;
	padding: 2px 4px 2px 10px;
	text-decoration:none;
	width:110px;
}
a.feature_menu_link:hover, a.at
{
	font-size:11px;
	color:#FFFFFF;
	/*background-color:#4e7282;*/
	background-color:##0f3247;
	background-position:right center;
	padding: 2px 4px 2px 10px;
	width:150px;
}

.feature_menu_link_header
{
	font-size:12px;
	color:#FFFFFF;
	background-color:#636363;
	padding:5px 5px 5px 10px;
	width:160px;
	font-weight:bold;
}

.feature_menu_wrapper_open
{
	width:100%;
	height:135px;
	border-color: #B2B2B2;
}

.link_container{
	float:left;
	height:100%;
	width: 168px;
}

.feature_nav_divider{
	float:left;
	width:0px;
}
#links_under_features_left, #links_under_features_right {
	display:none;
}
#links_under_features {
	background:black none repeat scroll 0%;
	border-top:1px solid #C8C8C8;
	clear:both;
	float:left;
	height:14px;
	padding:8px 0pt;
	text-align:center;
	width:100%;
}
#links_under_features a {
	color:#0f3247;
	margin:0px;
	padding:0px 4px;
}
#links_under_features span {
	color:#9d9fa2;
	margin:0px;
	padding:0px 4px;
}


