@charset "utf-8";
/* Menu CSS */

#menu_container { margin:auto; width:975px; height:80px; margin-bottom:10px; }
#menu { /* all lists */
	padding:0px;
	margin: 0;
	list-style: none;
	cursor:pointer;
}

#menu li { /* all list items */
	float: left;
	position: relative;
        height:56px;
	background-repeat:no-repeat;
	}

#menu li ul { /* second-level lists */
	display: none;
	list-style: none;
	position: absolute;
	top: 56px;
	left: 0;
}

#menu li ul li {
left: -40px;
color:#333;
height:15px;
font-size:11px; 
text-align:left;
border-left:#999 solid 1px;
border-bottom:#999 solid 1px;
border-right:#990000 solid 3px;
border-collapse:collapse;
padding:4px 15px 3px 10px;
font-weight:bold;
background:#f9f9f9;
 }

#menu li a {display:block; height:100%; width:100%;}

#menu li ul li:hover { color:#990000; background-color:#eaeaea; }
#menu .top_li { border-top:#999 solid 1px; }
#menu li:hover ul, #menu li.over ul { /* lists nested under hovered list items */
	display: block;
}

#menu .home {background:url(../menu/home.jpg); width:59px;}
#menu .home li {width:166px;}
#menu .showroom {background:url(../menu/showroom.jpg); width:95px; }
#menu .about_us {background:url(../menu/about_us.jpg); width:82px;}
#menu .about_us li {width:140px;}
#menu .finance {background:url(../menu/finance.jpg); width:71px;}
#menu .finance li {width:108px;}
#menu .selling {background:url(../menu/selling.jpg); width:73px;}
#menu .selling li {width:82px;}
#menu .car_locator {background:url(../menu/car_locator.jpg); width:108px; }
#menu .warranty {background:url(../menu/warranty.jpg); width:89px;}
#menu .warranty li {width:130px;}
#menu .faq {background:url(../menu/faq.jpg); width:47px; }
#menu .service {background:url(../menu/service.jpg); width:72px; }
#menu .media {background:url(../menu/media.jpg); width:59px;}
#menu .media li {width:102px;}
#menu .contact {background:url(../menu/contact.jpg); width:79px;}

#menu .home:hover, #menu .showroom:hover, #menu .about_us:hover, #menu .about_us:hover, #menu .finance:hover, #menu .selling:hover, #menu .car_locator:hover, #menu .warranty:hover, #menu .faq:hover, #menu .service:hover, #menu .media:hover, #menu .contact:hover { background-position:0 -56px; }
#menu .menu_cp { background-position:0 -112px; }
#menu .showroom:hover, #menu .car_locator:hover, #menu .faq:hover, #menu .service:hover, #menu .contact:hover {border-bottom:1px #999 solid;}


#menu .menu_split {background:url(../menu/menu_split.jpg) no-repeat; width:1px;}


/* Sub Menu */

#sub_menu { /* all lists */
	padding:0px;
	margin: auto;
	margin-top:10px;
	list-style: none;
	cursor:pointer;
}

#sub_menu li { /* all list items */
	position: relative;
        height:12px;
        padding:8px;
        font-weight:bold;
        background:url(../menu/sub_menu_bg.jpg) repeat-x top;
        border-bottom:1px solid #999;
        border-left:1px solid #999;
        border-right:1px solid #999;
}
#sub_menu .top_li { border-top:#999 solid 1px; }
#sub_menu li:hover { color:#990000; }








