@charset "utf-8";
/* CSS Document */

.navMenu {
	margin-left:auto;
	margin-right:auto;
	display:block;
}

.navMenu h3 {
	display:block;
	float:left;
	cursor:hand;
	margin:0px;
	padding-left:1px;
}

.navMenu h3 span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size:0px;
}

#catalogue {
	background-image:url(/images/images_new/catalogue.gif);
	width:168px;
	height:26px;
	border-right: 1px solid #FFFFFF;
}

#home {
	background-image:url(/images/images_new/home.gif);
	width:57px;
	height:26px;
	border-right: 1px solid #FFFFFF;
}

#about_us {
	background-image:url(/images/images_new/about_us.gif);
	width:62px;
	height:26px;
	border-right: 1px solid #FFFFFF;
}	

#how_to_order {
	background-image:url(/images/images_new/how_order.gif);
	width:82px;
	height:26px;
	border-right: 1px solid #FFFFFF;
}	

#dealer {
	background-image:url(/images/images_new/dealer.gif);
	width:58px;
	height:26px;
	border-right: 1px solid #FFFFFF;
}	

#money_back {
	background-image:url(/images/images_new/money_back.gif);
	width:132px;
	height:26px;
	border-right: 1px solid #FFFFFF;
}	


#faqs {
	background-image:url(/images/images_new/faqs.gif);
	width:34px;
	height:26px;
	border-right: 1px solid #FFFFFF;
}	
	

#testimonials {
	background-image:url(/images/images_new/testimonials.gif);
	width:80px;
	height:26px;
	border-right: 1px solid #FFFFFF;
}	

#contact_us {
	background-image:url(/images/images_new/contact_us.gif);
	width:68px;
	height:26px;
	border-right: 1px solid #FFFFFF;
}


#left_navigation{
	width:168px;
	float:left;
	margin-top:-3px;
}

#item {
	float: right; 
	width: 165px; 
	padding: 0 3px 0 0px;
	margin-top:5px;
}
#item a{
	display: block;
	color: #FFFFFF; 
	padding: 5px 0 5px 5px; 
	margin: 0 0 1px 0; 
	text-decoration: none;
	border-bottom: 1px solid #000000;
	
}
#item a:hover {
	color: #FFFFFF;
	text-decoration:underline; 
}
