.navcontainer {
width:650px;
margin: 30px 0 0 0;
color:black;
}

.menu {
	margin: 0;
	padding: 0;
	list-style: none;


}
.menu li {
	padding: 0;
	margin: 0;
	height: 61px;
	margin-right: 0;
	list-style: none;
	background-repeat: no-repeat;

}
.menu li a, .menu li a:visited {
	display: block;
	text-decoration: none;
	text-indent: -1000px;
	height: 61px;
	background-repeat: no-repeat;

}
.home a {background-image: url(images/button_home.gif); width: 85px;}
.home {background-image: url(images/button_home_f2.gif);}
.benefits a {background-image: url(images/button_benefits.gif); width: 77px;}
.benefits {background-image: url(images/button_benefits_f2.gif);}
.about a {background-image: url(images/button_about.gif); width: 72px;}
.about {background-image: url(images/button_about_f2.gif);}
.store a {background-image: url(images/button_store.gif); width: 74px;}
.store {background-image: url(images/button_store_f2.gif);}
.reviews a {background-image: url(images/button_reviews.gif); width: 72px;}
.reviews {background-image: url(images/button_reviews_f2.gif);}
.contact a {background-image: url(images/button_contact.gif); width: 85px;}
.contact {background-image: url(images/button_contact_f2.gif);}
.downloads a {background-image: url(images/button_downloads.gif); width: 109px;}
.downloads {background-image: url(images/button_downloads_f2.gif);}
ul.menu li a:hover {background: none;}
.menu li {float: left;}
.menu:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
