/* MENU */

#sitemenu {
	overflow: auto;	
}

ul#sitemenu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#sitemenu li {
	float:left;
	list-style-type: none;
}

#sitemenu li ul li {
	clear: both;	
}
/* Sub menu */
.sitemenuclass ul {
	list-style: none;
	margin: 0;
	width: 300px;
	position: absolute;
	top: -999em;
	left: -1px;
}

#header .sitemenuclass ul li { width: 100%; }
#header .sitemenuclass li:hover ul {
  top: 132px;
  left: inherit;
}
#header .sitemenuclass ul li {
  border: 0;
  float: none;
}
#header .sitemenuclass ul a {
 padding-top: 0px;
 padding-bottom: 0px;
 border-bottom: 1px solid white;
}
/*#siteheader .sitemenuclass ul a:hover {
  background: #ccc;
  color: #000;
}*/


.menuHome, .menuLightVehicle, .menuHeavyVehicle,
.menuTPMS, .menuShop, .menuLinks, .menuLightVehicleLED, .menuLightVehicleMechanical {
	
}


.menuButton {
	height: 50px;
	background-repeat: no-repeat;
	background-position: top center;
	display: block;
	text-indent: -999999px;
}

a.menuHome {
	background-image: url(images/menu/tyrecheckers_home.jpg);
	width: 99px;
}

a.menuLightVehicle {
	background-image: url(images/menu/light_vehicle_tyrecheckers.jpg);
	width: 100px;	
}

a.menuHeavyVehicle {
	background-image: url(images/menu/heavy_vehicle_tyrecheckers.jpg);
	width: 106px;	
}

a.menuTPMS {
	background-image: url(images/menu/tpms_tyredog.jpg);
	width: 112px;
}

a.menuShop {
	background-image: url(images/menu/buy_online.jpg);
	width: 86px;	
}

a.menuLinks {
	background-image: url(images/menu/outlets.jpg);
	width: 129px;	
}


a.menuLightVehicleMechanical {
	background-image: url(images/menu/light_vehicle_mechanical.jpg);
	width: 197px;
	height: 66px;	
}
a.menuLightVehicleLED {
	background-image: url(images/menu/light_vehicle_led.jpg);
	width: 197px;	
	height: 66px;
}



/* Hover State */

a.menuButton:hover {
	background-position: bottom center;
}

#main-content h2 {
	font-family: verdana,sans-serif;
}
	




