		
#mainMenu {
	background: url('../images/bg_menubar.jpg') repeat-x left top;  	
	width: 760px;
	height:30px;
	/* border-bottom: 3px solid #EBE9E4; */	         
    position:relative;
}

#mainMenu .home {
	position:absolute;
	top: 0px;
	left:0px;	
	width: 94px;
	height: 30px;
	background: url('../images/about_us.jpg') no-repeat;

}

#mainMenu a.home:hover, #mainMenu .homeActive {
	position:absolute;
	top: 0px;
	left:0px;
	width: 94px;
	/* border-bottom: 3px solid #FFD10E; */ 
	background: url('../images/about_us_on.jpg') no-repeat;
	cursor: pointer;
}


#mainMenu .products {
	position:absolute;
	top: 0px;
	left:94px;
	width: 137px;
	height: 30px;
	background: url('../images/products.jpg') no-repeat;
}

#mainMenu a.products:hover, #mainMenu .productsActive {
	position:absolute;
	top: 0px;
	left:94px;
	width: 137px;
	height: 30px;
		/* border-bottom: 3px solid #FFD10E; */
	background: url('../images/products_on.jpg') no-repeat;
}


#mainMenu .testimonials {
	position:absolute;
	top: 0px;
	left:231px;
	width: 92px;
	height: 30px;
	background: url('../images/testimonials.jpg') no-repeat;
}

#mainMenu a.testimonials:hover, #mainMenu .testimonialsActive {
	position:absolute;
	top: 0px;
	left:231px;
	width: 92px;
	height: 30px;
		/* border-bottom: 3px solid #FFD10E; */
	background: url('../images/testimonials_on.jpg') no-repeat;
}

#mainMenu .gallery {
	position:absolute;
	top: 0px;
	left:323px;
	width: 61px;
	height: 30px;
	background: url('../images/gallery.jpg') no-repeat;

}

#mainMenu a.gallery:hover, #mainMenu .galleryActive  {
	position:absolute;
	top: 0px;
	left:323px;
	width: 61px;
	height: 30px;
		/* border-bottom: 3px solid #FFD10E; */
	background: url('../images/gallery_on.jpg') no-repeat;
}

#mainMenu .newsletter {
	position:absolute;
	width: 82px;
	height: 30px;
	background: url('../images/newsletter.jpg') no-repeat;
	top: 0px;
	left:384px;
}

#mainMenu a.newsletter:hover, #mainMenu a.newsletter span {
	height: 30px;
		/* border-bottom: 3px solid #FFD10E; */
	background: url('../images/newsletter_on.jpg') no-repeat;
}

#mainMenu .contactus {
	position:absolute;
	width: 83px;
	height: 30px;
	background: url('../images/contactus.jpg') no-repeat;
	top: 0px;
	left:466px;
}

#mainMenu a.contactus:hover, #mainMenu a.contactus span {
	height: 30px;
		/* border-bottom: 3px solid #FFD10E; */
	background: url('../images/contactus_on.jpg') no-repeat;
}



