/* Header menu and navigation menu styles */
#header {
	width:914px;
	height:121px;
	background:url(header.png) no-repeat 0 0;
	margin:0px 0px 0px 0px;
	position: relative;
	overflow: hidden;
	display: block;
}
#header a {
	text-decoration: none;
}
.hide {
visibility:hidden;
}
#home {
float: left;
position:absolute;
margin-left: 40px;
margin-top: 37px;
height: 58px;
width: 330px;
}
#toyota {
float: left;
position:absolute;
margin-left: 770px;
margin-top: 27px;
height: 65px;
width: 100px;
}
/* ---------------------- start navigation ---------------------------------*/
#topnav {
	height: 32px;
	background-image: url(navbg.gif);
	background-repeat: repeat-x;
	background-color: #050505;
}

ul#nav {
	padding: 0px 0px 0px 16px;
}

ul#nav li {
	float:left;
	border-left: #313131 solid 1px;
	border-right: #050505 solid 1px; 
}

ul#nav li.no-padding {
	margin:0px;
	padding:0px;
	float:left;
}
ul#nav li a {
	display:block;
	padding:0px 20px 0px 20px;
	text-decoration:none;
	color: rgb(253, 253, 253);
	font-family:Tahoma, Arial, sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height: 32px;
}
ul#nav li a:hover {
	display:block;
	background: url(/media/template/mouseover.gif) #656567 repeat-x top;
}

ul#nav li ul {
	display: none;
}

/*Non-IE6 hovering*/
ul#nav li:hover {
	position: relative;
	background: #656567 url(/media/template/mouseover.gif) repeat-x top;
} /*Sylvain IE hack*/
ul#nav li:hover ul {
	display: block; 
	width: 130px; 
	position: absolute; 
	z-index: 999; 
	top: 32px; 
}
ul#nav li:hover ul li a {
	white-space: normal; 
	display: block; 
	width: 130px; 
	height: auto; 
	line-height: 20px;
	padding:4px 16px 4px 16px; 
	border-bottom: solid 1px #050505; 
	background-color: #9fa0a4; 
	color: rgb(253, 253, 253);
	font-weight: normal;
	text-align: left;
} /*Color subcells normal mode*/
ul#nav li:hover ul li a:hover {
	background-color: #656567;
	text-decoration: none;
} /*Color subcells hovering mode*/

/*IE6 hovering*/
ul#nav table {
	position: absolute; 
	top:0; 
	left:0;
	border-collapse: collapse;
}
ul#nav li a:hover {
	position: relative /*Sylvain IE hack*/; 
	z-index: 1000 /*Sylvain IE hack*/; 
} /*Color main cells hovering mode*/
ul#nav li a:hover ul {
	display: block; 
	width: 130px; 
	position: absolute; 
	z-index: 999; 
	top: 22px; 
	left: -27px; 
}
ul#nav li a:hover ul li a {
	white-space: normal; 
	display: block; 
	width: 130px; 
	line-height: 20px; 
	padding: 4px 16px 4px 16px; 
	border-left: solid 1px #656567; 
	border-bottom: solid 1px #656567; 
	background-color: #656567; 
	color: #656567;
	font-weight: normal;
	text-align: left;
} /*Color subcells normal mode*/
ul#nav li a:hover ul li a:hover {
	background-color: #656567; 
	text-decoration:none;
} /*Color subcells hovering mode*/

.skiplink { display: none; } /* accessibility */