/* 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: 25px;
margin-top: 40px;
height: 35px;
width: 275px;
}
#nissan { 
float: left;
position:absolute;
width : 90px;
height: 80px;
margin-left: 790px;
margin-top: 25px;
}

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

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

ul#nav li {
	float:left;
	border-left: #4a4949 solid 1px;
	border-right: #363535 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) #050000 repeat-x top;
}

ul#nav li ul {
	display: none;
}

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

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