/* 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: 33px;
margin-top: 12px;
height: 104px;
width: 350px;
}
#holden {
float: left;
position:absolute;
margin-left: 411px;
margin-top: 26px;
height: 20px;
width: 55px;
}
#hsv {
float: left;
position:absolute;
margin-left: 476px;
margin-top: 26px;
height: 20px;
width: 30px;
}
#hyundai {
float: left;
position:absolute;
margin-left: 510px;
margin-top: 26px;
height: 20px;
width: 58px;
}
#isuzu {
float: left;
position:absolute;
margin-left: 576px;
margin-top: 26px;
height: 20px;
width: 63px;
}
#mazda {
float: left;
position:absolute;
margin-left: 650px;
margin-top: 26px;
height: 20px;
width: 50px;
}

/* ---------------------- start navigation ---------------------------------*/
#topnav {
	height: 32px;
	background-image: url(navbg.gif);
	background-repeat: repeat-x;
	background-color: #062964;
}

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

ul#nav li {
	float:left;
	border-left: #0c44a4 solid 1px;
	border-right: #062964 solid 1px; 
}

ul#nav li.no-padding {
	margin:0px;
	padding:0px;
	float:left;
}
ul#nav li a {
	display:block;
	padding:0px 24px 0px 24px;
	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) #c3a408 repeat-x top;
}

ul#nav li ul {
	display: none;
}

/*Non-IE6 hovering*/
ul#nav li:hover {
	position: relative;
	background: #c3a408 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 #062964; 
	background-color: #0c44a4; 
	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: #c3a408;
	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 #062964; 
	border-bottom: solid 1px #062964; 
	background-color: #0c44a4; 
	color: #fcfdfd;
	font-weight: normal;
	text-align: left;
} /*Color subcells normal mode*/
ul#nav li a:hover ul li a:hover {
	background-color: #c3a408; 
	text-decoration:none;
} /*Color subcells hovering mode*/

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