


div.header_bar {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	clear: both;
	height:30px;
	width: 960px;
	position: relative;
	left: 0;
	display: inline-block;
	margin: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	list-style-type: none;
}




.top_menu {
	text-decoration: none;
	text-align: center;
	display: inline-block;
	height: 30px;
	width: 960px;
	float: left;
	clear: both;
	margin: 8px 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding: 0;
	list-style-type: none;
}

#header_bar ul.top_menu li.menu_item {
	display: inline-block;
	padding-right: 0px;
	padding-left: 0;
	height: 30px;
	padding: 0;
	margin: 0;
	float: left;
	list-style-image: none;
	list-style-type: none;
}

li.menu_item a {
	color: #000;
	text-decoration: none;
	margin: 0;
	padding: 0;
	list-style-type: none;
}



img {
	margin: 0;
	padding: 0;
	border-width: 0;
}


li.menu_item.how:hover{
	background-image: url(../graphics/menu/How_It_Works_o.png);
}

li.menu_item.testimonials:hover{
	background-image: url(../graphics/menu/Testimonials_o.png);
}			

li.menu_item.news:hover{
	background-image: url(../graphics/menu/News_o.png);
}		

li.menu_item.about:hover{
	background-image: url(../graphics/menu/About_o.png);
}	
	
li.menu_item.contact:hover{
	background-image: url(../graphics/menu/Distributor_o.png);
}	
	
li.menu_item.faq:hover{
	background-image: url(../graphics/menu/FAQ_o.png);
}		

