﻿
/* ================================================================ 
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.
=================================================================== */
.tabs {list-style:none; padding:0px; margin:0; height:25px;}
.tabs li {display:block; float:left; margin:0 -14px -1px 0;}
.tabs li a {display:block; text-decoration:none; position:relative;}

.tabs li a b.p1 {
display:block; 
width:6px; 
height:25px; 
background:url(../images/normal_l.png); 
float:left;
}

.tabs li a b.p2 {
display:block; 
height:25px; 
padding:0 1px 0 2px; 
background:url(../images/normal_m.png) repeat-x; 
float:left; 
text-align:center; 
line-height:26px; 
color:#000; 
font-weight:bold; 
font-family:arial; 
font-size:14px; 
text-transform:uppercase;
}

.tabs li a b.p3 {display:block; width:28px; height:25px; background:url(../images/normal_r.png); float:left; position:relative; z-index:100;}

.tabs li a.m1 {z-index:100;}
.tabs li a.m2 {z-index:90;}
.tabs li a.m3 {z-index:80;}
.tabs li a.m4 {z-index:70;}
.tabs li a.m5 {z-index:60;}
.tabs li a.m6 {z-index:50;}
.tabs li a.m7 {z-index:40;}
.tabs li a.m8 {z-index:30;}
.tabs li a.m9 {z-index:20;}
.tabs li a.m10 {z-index:10;}

.tabs li a:hover,
.tabs li a:focus,
.tabs li a:active
{border:0; z-index:700;text-decoration:none;}
.tabs li a:hover b.p1,
.tabs li a:focus b.p1,
.tabs li a:active b.p1
{position:relative; z-index:10; background:url(../images/hover_l.png); cursor:pointer;}
.tabs li a:hover b.p2,
.tabs li a:focus b.p2,
.tabs li a:active b.p2
{position:relative; z-index:10; background:url(../images/hover_m.png) repeat-x; color:#fff; cursor:pointer;}
.tabs li a:hover b.p3,
.tabs li a:focus b.p3,
.tabs li a:active b.p3
{position:relative; z-index:10; background:url(../images/hover_r.png); cursor:pointer;}




/* height is the height of the nav images */
#multi-level {height:25px; position:relative; z-index:100; width:920px;}

/* 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, height is the height of the nav images */
.menu li.top a.top_link {display:block; float:left; height:25px;}
.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.navHome {width:63px; background:url(../../images/nav_home_over.gif) no-repeat;}
.menu li.navToyota {width:78px; background:url(../../images/nav_toyota_over.gif) no-repeat;}
.menu li.navScion {width:74px; background:url(../../images/nav_scion_over.gif) no-repeat;}
.menu li.navUsed {width:109px; background:url(../../images/nav_used_over.gif) no-repeat;}
.menu li.navSpecials {width:88px; background:url(../../images/nav_specials_over.gif) no-repeat;}
.menu li.navFinance {width:88px; background:url(../../images/nav_finance_over.gif) no-repeat;}
.menu li.navService {width:82px; background:url(../../images/nav_service_over.gif) no-repeat;}
.menu li.navParts {width:68px; background:url(../../images/nav_parts_over.gif) no-repeat;}
.menu li.navEmployment {width:123px; background:url(../../images/nav_Employment_over.gif) no-repeat;}
.menu li.navContact {width:147px; background:url(../../images/nav_contact_over.gif) no-repeat;}


/* set up the normal unhovered images in the links */

.menu li a#Home {width:63px; background:url(../../images/nav_home.gif) no-repeat;}
.menu li a#Toyota {width:78px; background:url(../../images/nav_toyota.gif) no-repeat;}
.menu li a#Scion {width:74px; background:url(../../images/nav_scion.gif) no-repeat;}
.menu li a#Used {width:109px; background:url(../../images/nav_used.gif) no-repeat;}
.menu li a#Specials {width:88px; background:url(../../images/nav_specials.gif) no-repeat;}
.menu li a#Finance {width:88px; background:url(../../images/nav_finance.gif) no-repeat;}
.menu li a#Service {width:82px; background:url(../../images/nav_service.gif) no-repeat;}
.menu li a#Parts {width:68px; background:url(../../images/nav_parts.gif) no-repeat;}
.menu li a#Contact {width:174px; background:url(../../images/nav_contact.gif) no-repeat;}
.menu li a#Employment {width:123px; background:url(../../images/nav_Employment.gif) no-repeat;}



/* Style the list OR link hover. Depends on which browser is used */
.menu a:hover {visibility:visible;} /* 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#Left:hover, .menu li:hover a#Left {background:transparent;}

.menu li a#Home:hover, .menu li:hover a#Home {background:transparent;}
.menu li a#Toyota:hover, .menu li:hover a#Toyota {background:transparent;}
.menu li a#Used:hover, .menu li:hover a#Used {background:transparent;}
.menu li a#Scion:hover, .menu li:hover a#Scion {background:transparent;}
.menu li a#Specials:hover, .menu li:hover a#Specials {background:transparent;}
.menu li a#Finance:hover, .menu li:hover a#Finance {background:transparent;}
.menu li a#Service:hover, .menu li:hover a#Service {background:transparent;}
.menu li a#Parts:hover, .menu li:hover a#Parts {background:transparent;}
.menu li a#Contact:hover, .menu li:hover a#Contact {background:transparent;}
.menu li a#Employment:hover, .menu li:hover a#Employment {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, 
	make top the height of nav image, left is the offset of the dropdown menu with left edge of the nav image */
.menu :hover ul.sub 
{
	left:-1px; 
	top:31px; 
	background: #FFCC00; 
	padding:0 0; 
	border-left:1px solid #000;
	border-right:1px solid #000; 
	border-bottom:1px solid #000;  
	white-space:nowrap; 
	width:165px; 
	height:auto;
	text-align:left;
	}
.menu :hover ul.sub li 
{
	display:block; 
	height:20px; 
	position:relative; 
	float:left; 
	width:165px;
	}
.menu :hover ul.sub li a.menu 
{
	display:block; 
	font-size:11px; 
	height:20px; 
	width:165px; 
	line-height:20px; 
	text-indent:10px;
	color:#000; 
	text-decoration:none; 
	border-top: solid 0px black;
	}

/* not being used, no fly outs in this menu */
.menu :hover ul.sub li a.fly 
{
	background:#fff url(../scripts/nav/navArrowBlack.gif) 142px 7px no-repeat;
	}
.menu :hover ul.sub li a.menu:hover 
{
	background:#fff; 
	color:#000;
	}
.menu :hover ul.sub li a.fly:hover 
{
	background:#fff url(../scripts/nav/navArrowBlack.gif) 142px 7px no-repeat; 
	color:black;
	}
.menu :hover ul li:hover > a.fly 
{
	background:#fff url(../scripts/nav/navArrowBlack.gif) 142px 7px no-repeat; 
	color:black;
	} 

/* 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:156px; top:-4px; background: #4c4c4c; padding:3px 0; border:1px solid #888; white-space:nowrap; width:162px; z-index:200; height:auto; z-index:300;}