/* 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: 20px;
margin-top: 35px;
height: 30px;
width: 395px;
}
#hyundai {
float: left;
position:absolute;
margin-left: 660px;
margin-top: 32px;
height: 54px;
width: 100px;
}
#nissan {
float: left;
position:absolute;
margin-left: 786px;
margin-top: 26px;
height: 68px;
width: 78px;
}
/* ---------------------- start navigation ---------------------------------*/
#topnav {
	height: 32px;
	background-image: url(navbg.gif);
	background-repeat: repeat-x;
	background-color: #01042c;
}

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

ul#nav li {
	float:left;
	border-left: #030951 solid 1px;
	border-right: #01042c solid 1px; 
}

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

ul#nav li ul {
	display: none;
}

/*Non-IE6 hovering*/
ul#nav li:hover {
	position: relative;
	background: #01042c url(/media/template/mouseover.gif) repeat-x top;
} /*Sylvain IE hack*/
ul#nav li:hover ul {
	display: block; 
	width: 120px; 
	position: absolute; 
	z-index: 999; 
	top: 32px; 
}
ul#nav li:hover ul li a {
	white-space: normal; 
	display: block; 
	width: 120px; 
	height: auto; 
	line-height: 20px;
	padding:4px 16px 4px 16px; 
	border-bottom: solid 1px #01042c; 
	background-color: #01042c; 
	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: #4a4849;
	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: 120px; 
	position: absolute; 
	z-index: 999; 
	top: 22px; 
	left: -27px; 
}
ul#nav li a:hover ul li a {
	white-space: normal; 
	display: block; 
	width: 120px; 
	line-height: 20px; 
	padding: 4px 16px 4px 16px; 
	border-left: solid 1px #030951; 
	border-bottom: solid 1px #01042c; 
	background-color: #030951; 
	color: #fcfdfd;
	font-weight: normal;
	text-align: left;
} /*Color subcells normal mode*/
ul#nav li a:hover ul li a:hover {
	background-color: #01042c; 
	text-decoration:none;
} /*Color subcells hovering mode*/

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