
/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/pro_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#multi-level {height:57px; position:relative; z-index:100;}
#multi-level .pad {float:left;}

/* The menu styling */
/* Remove the padding, margins and bullets from the lists */
.menu, .menu ul {list-style-type:none; padding:0; margin:0; font-weight:bold; font-family:arial, sans-serif;}

/* Set up the top level list items and float left to place inline */
.menu li.top {display:block; float:left; position:relative;}

/* Style and position the table so it takes no part in the menu function. The font size is necessary for IE5.5 */
.menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default top link link styling */
.menu li.top a.top_link {display:block; float:left; height:57px;}
.menu li.top a span {position:absolute; left:-9999px; top:0; z-index:0; font-size:10px;} /* move the link text off screen */

/* pre-load the hover images into the lists */

.menu li.navNew {width:192px; background:url(../images/nav_new_on.png) no-repeat;}
.menu li.navUsed {width:192px; background:url(../images/nav_used_on.png) no-repeat;}
.menu li.navService {width:192px; background:url(../images/nav_service_on.png) no-repeat;}
.menu li.navMaps {width:202px; background:url(../images/nav_about_on.png) no-repeat;}

/* set up the normal unhovered images in the links */

.menu li a#New {width:192px; background:url(../images/nav_new.png) no-repeat;}
.menu li a#Used {width:192px; background:url(../images/nav_used.png) no-repeat;}
.menu li a#Service {width:192px; background:url(../images/nav_service.png) no-repeat;}
.menu li a#Maps {width:202px; background:url(../images/nav_about.png) no-repeat;}

/* Style the list OR link hover. Depends on which browser is used */
.menu a:hover {visibility:visible;z-index:200;} /* for IE6 */
.menu li:hover { position:relative; z-index:200;} /* for IE7 */

/* make the links transparent on hover so that the hover images in the lists show through (no flicker) */
.menu li a#Home:hover, .menu li:hover a#Home,
.menu li a#About:hover, .menu li:hover a#About,
.menu li a#New:hover, .menu li:hover a#New,
.menu li a#Used:hover, .menu li:hover a#Used,
.menu li a#Fleet:hover, .menu li:hover a#Fleet,
.menu li a#Finance:hover, .menu li:hover a#Finance,
.menu li a#Service:hover, .menu li:hover a#Service,
.menu li a#Parts:hover, .menu li:hover a#Parts,
.menu li a#Acc:hover, .menu li:hover a#Acc,
.menu li a#Specials:hover, .menu li:hover a#Specials,
.menu li a#Maps:hover, .menu li:hover a#Maps
{background:transparent;}


/* keep the 'next' level invisible by placing it off screen. */
.menu ul, 
.menu :hover ul ul, 
.menu :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0;}

/* set up the first drop down sub level */
.menu :hover ul.sub 
{
	left:5px; 
	top:50px; 
	background: #333; 
	padding:3px 0; 
	border-left:solid 1px #4d4d4d; 
	border-right:solid 1px #4d4d4d; 
	border-bottom:solid 1px #4d4d4d; 
	white-space:nowrap; 
	width:185px; 
	height:auto;
	color:#fff; 
	z-index:200;
	}
	
.menu :hover ul.sub li 
{
	display:block; 
	height:30px; 
	position:relative; 
	float:left; 
	width:185px;
	z-index:200;
	}
	
.menu :hover ul.sub li a 
{
	display:block; 
	font-size:14px; 
	height:30px; 
	width:179px; 
	line-height:30px; 
	text-indent:5px;
	color:#fff; 
	text-decoration:none; 
	border:3px solid #333; 
	border-width:0 0 0 3px;
	z-index:200;
	}
	
.menu :hover ul.sub li a.fly 
{
	background:url(../images/nav_flybg.gif) no-repeat;
	}
.menu :hover ul.sub li a:hover 
{
	background: url(../images/nav_bg.gif) no-repeat;
	color:#fff;
	}
.menu :hover ul.sub li a.fly:hover 
{
	background: url(../images/nav_flyBG_on.gif) no-repeat; 
	color:#fff;
	}
.menu :hover ul.sub li:hover > a.fly 
{
	background: url(../images/nav_flyBG_on.gif) no-repeat; 
	color:#fff;
	} 

/* set up the flyout levels when hovering */
.menu :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul :hover ul
{left:182px; top:0px; background: #333; padding:3px 0; border:1px solid #4d4d4d; white-space:nowrap; width:185px; z-index:200; height:auto; z-index:300;color:#666;}





.menu :hover ul.sub2
{
	left:5px; 
	top:50px; 
	background: #333; 
	padding:3px 0; 
	border-left:solid 1px #4d4d4d; 
	border-right:solid 1px #4d4d4d; 
	border-bottom:solid 1px #4d4d4d; 
	white-space:nowrap; 
	width:185px; 
	height:auto;
	color:#fff; 
	z-index:200;
	text-align:right;
	}

.menu :hover ul.sub2 li
{
	display:block; 
	height:30px; 
	position:relative; 
	float:left; 
	width:185px;
	z-index:200;
	}

.menu :hover ul.sub2 li a
{
	display:block; 
	font-size:14px; 
	height:30px; 
	width:179px; 
	line-height:30px; 
	text-indent:5px;
	
	padding:0 3px 0 0px;
	color:#fff; 
	text-decoration:none; 
	border:3px solid #333; 
	border-width:0 0px 0 3px;
	z-index:200;
	}
	
.menu :hover ul.sub2 li a.fly 
{
	background:url(../images/nav2_flyBG.gif) no-repeat;
	
	}
.menu :hover ul.sub2 li a:hover 
{
	background: url(../images/nav_bg.gif) no-repeat;
	color:#fff;
	
	}
.menu :hover ul.sub2 li a.fly:hover 
{
	background:url(../images/nav2_flyBG_on.gif) no-repeat; 
	color:#fff;
	
	}
.menu :hover ul.sub2 li:hover > a.fly 
{
	background:url(../images/nav2_flyBG_on.gif) no-repeat; 
	color:#fff;
	
	} 


/* set up the flyout levels when hovering */
.menu :hover ul.sub2 :hover ul,
.menu :hover ul.sub2 :hover ul :hover ul,
.menu :hover ul.sub2 :hover ul :hover ul :hover ul,
.menu :hover ul.sub2 :hover ul :hover ul :hover ul :hover ul
{left:-185px; top:0px; background: #333; padding:3px 0; border:1px solid #4d4d4d; white-space:nowrap; width:185px; z-index:200; height:auto; z-index:300;color:#666;}
