*{
	margin:0;
	padding:0;
}
.page{
	margin:0 auto;
	width:795px;
}
ul{
	list-style:none;
	width:100%;
	height:23px;
	background:#000 url(img/men.gif) top left repeat-x;
}
ul li{
	float:left;
	border-right:2px solid #FFF;
}
ul li a{
	display:block;
	height:25px;
	padding:4px 27px 0 27px;
	float:left;
	text-transform: uppercase;
	font-family:Helvetica,"microsoft sans serif",arial,sans-serif;
	font-size:10px;
	color:#fff;
	text-decoration:none;
	text-align:center;
	font-weight: bold;
}

ul li a:hover,
ul li.active a{
	height:19px;
	background:url(img/men_on.gif) top left repeat-x;
}



