@charset "utf-8";
/* CSS Document */



/* Menu top start */

#menu { 
	background-color: #004b91;
	height: 26px;
	width: 923px;
	padding: 0px;
	margin: 0px;
	border:0px;
	}

.navlinks{
	height: 26px;
	width: 923px;
	margin: 0px;
	padding: 0px;
	}

.navlinks li{
	display:inline;
	list-style:none;
	}


a.home{
	background:url(../images/homebut.jpg) no-repeat;
	float:left;
	height: 26px;
	width: 114px;
	padding: 0px;
	margin: 0px;
	border: 0px;
	text-indent: -9999px;
	}	
	
a:hover.home{
	background-position: 0px -26px;
	}
	
body#homeactive ol.navlinks li a.home{
	background-position: 0px -26px;
	}
	
a.aboutus{
	background:url(../images/aboutusbut.jpg) no-repeat;
	float:left;
	height: 26px;
	width: 114px;
	padding: 0px;
	margin: 0px;
	border: 0px;
	text-indent: -9999px;
	}
a:hover.aboutus{
	background-position: 0px -26px;
	}	
	
body#aboutusactive ol.navlinks li a.aboutus{
	background-position: 0px -26px;
	}


a.products{	
	background:url(../images/productsbut.jpg) no-repeat;
	float:left;
	height: 26px;
	width: 115px;
	padding: 0px;
	margin: 0px;
	border: 0px;
	text-indent: -9999px;
	}
a:hover.products{
	background-position: 0px -26px;
	}	

body#productsactive ol.navlinks li a.products{
	background-position: 0px -26px;
	}
	
	
a.stockists{
	background:url(../images/stockistsbut.jpg) no-repeat;
	float:left;
	height: 26px;
	width: 114px;
	padding: 0px;
	margin: 0px;
	border: 0px;
	text-indent: -9999px;
	}
a:hover.stockists{
	background-position: 0px -26px;
	}
	
body#stockistsactive ol.navlinks li a.stockists{
	background-position: 0px -26px;
	}	
	
	
a.contactus{	
	background:url(../images/contactusbut.jpg) no-repeat;
	float:left;
	height: 26px;
	width: 115px;
	padding: 0px;
	margin: 0px;
	border: 0px;
	text-indent: -9999px;
	}
a:hover.contactus{
	background-position: 0px -26px;
	}
	
body#contactusactive ol.navlinks li a.contactus{
	background-position: 0px -26px;
	}	

#undermenubar{
	background-color: #fcf3d9;
	height: 26px;
	width: 923px;
	padding: 0px;
	margin: 0px;
	border: 0px;
	}
	
#hometitle{	
	float:left;
	background:url(../images/hometitle.jpg) no-repeat;
	height: 26px;
	width: 170px;
	padding: 0px;
	margin: 0px;
	text-indent: -9999px;
	}

	
/* Menu top end */


