@charset "utf-8";
/* CSS Document */


ul.mainNav {
	float:left;
	display:inline;
	/*border:1px solid orange;*/
	margin-top:5px;
	position:relative;
	z-index:1;
}


ul.mainNav li{
	display:inline;
	float:left;
	width:153px;
	height:30px;
	position:relative;
	z-index:100;
}




ul.mainNav li a{
	float:left;
	width:100%;
	height:23px;
	display:inline;
	text-indent:-3000em;
	z-index:100;	
}



/*
ul.mainNav li ul.drop{	
	width:230px;	
	position:absolute;	
	color:#000000;
	top:30px;
	left:0;	
	z-index:10;	
}*/



ul.mainNav li#home{
	background:url("../images/offernav/btn-offnav-home-off.jpg") no-repeat;
	width:48px;	
	text-indent:-3000em;
	
}

ul.mainNav li#home a:hover, ul.mainNav li.home a.selected{
	background:url("../images/offernav/btn-offnav-home-ovr.jpg") no-repeat;
	width:48px;	
}




ul.mainNav li#compact{
	background:url("../images/offernav/btn-offnav-compact-off.jpg") no-repeat;
	width:83px;	
	/*text-indent:-3000em;*/
	
}

ul.mainNav li#compact a:hover, ul.mainNav li.compact a.selected{
	background:url("../images/offernav/btn-offnav-compact-ovr.jpg") no-repeat;
	width:83px;	
}





ul.mainNav li#crossover{
	background:url("../images/offernav/btn-offnav-cross-off.jpg") no-repeat;
	width:77px;	
}



ul.mainNav li#crossover a:hover, ul.mainNav li#crossover a.selected{
	background:url("../images/offernav/btn-offnav-cross-ovr.jpg") no-repeat;
	width:77px;
}




ul.mainNav li#sport{
	background:url("../images/offernav/btn-offnav-sport-off.jpg") no-repeat;
	width:48px;
}


ul.mainNav li#sport a:hover, ul.mainNav li#sport a.selected{
	background:url("../images/offernav/btn-offnav-sport-ovr.jpg") no-repeat;
	width:48px;
}




ul.mainNav li#btn4x4{
	background:url("../images/offernav/btn-offnav-4x4-off.jpg") no-repeat;
	width:33px;
}


ul.mainNav li#btn4x4 a:hover, ul.mainNav li#btn4x4 a.selected{
	background:url("../images/offernav/btn-offnav-4x4-ovr.jpg") no-repeat;
	width:33px;
}



ul.mainNav li#lcv{
	background:url("../images/offernav/btn-offnav-lcv-off.jpg") no-repeat;
	width:122px;
}


ul.mainNav li#lcv a:hover, ul.mainNav li#lcv a.selected{
	background:url("../images/offernav/btn-offnav-lcv-ovr.jpg") no-repeat;
	width:122px;
}




ul.mainNav li#scrappage{
	background:url("../images/offernav/btn-offnav-scrappage-off.jpg") no-repeat;
	width:77px;
}


ul.mainNav li#scrappage a:hover, ul.mainNav li#scrappage a.selected{
	background:url("../images/offernav/btn-offnav-scrappage-ovr.jpg") no-repeat;
	width:77px;
}



/**** dropdown nav ***/





ul.mainNav li ul.drop{
	
	/*border:1px solid orange;*/
	width:151px;	
	position:absolute;	
	color:#676767;
	top:27px;
	left:0;	
	z-index:1000;	

}



ul.mainNav li ul.drop li{
	height:26px;
	display:block;
	background:url("../images/offernav/bkgd-nav-off.jpg") 0 0 no-repeat !important; 
	/*width:151px !important;*/
	padding:0;
	margin:0;
	/*border:1px solid purple;*/
}




ul.mainNav li ul li.rounded{
	background:url("../images/topnav/bkgd-topnav-dropdown-rounded-off.png") 0 0 no-repeat !important; 
}

ul.mainNav li ul li.first{
	background:url("../images/topnav/bkgd-topnav-dropdown-gradient-off.jpg") 0 0 no-repeat !important; 
}

ul.mainNav li ul.drop li a {
	height:16px;
	width:230px;
	color:#666666;
	text-indent:0em;
	font-size:69%;
	text-decoration:none;
	padding:0;
	margin:5px 5px 5px 8px;
	
	
}



ul.mainNav li ul.drop a:hover{	
	background:url("") no-repeat !important;	
	width:140px !important;
	height:16px;
	color:#ff0000;
	/*padding:0;
	margin:0;*/
	cursor:hand;
	/*border:1px solid orange;*/
}


ul.mainNav li ul a.rounded:hover{
	background:url("../images/topnav/bkgd-topnav-dropdown-rounded-on.png") no-repeat !important;
}	



ul.mainNav li ul.drop a span{
	display:block;
	margin:6px 0 0 25px;
}




