#men{font-family: "minion";
	float:right;
	margin-left: 80px;
	margin-top: 60px;
	height:auto;
	color:white;
	/*background-color: green;*/
	/*display: inline;*/
	/*clear: both;*/
}



#men ul li{
	display: inline;
	width:120px;
	padding: 7px;
	float:right;
	background-color: #006b77;
	margin-left: 5px;
	/*box-shadow: 1px -1px 2px #222;*/
	font-size: 15px;
	text-align: center;
	cursor:pointer;
	border-radius: 5px 5px 0px 0px;
}

#men ul li a{
color: white;

}
/*#men ul li ul li{
	padding:0px;
	height:0px;
	background-color: red;
	opacity:0;
}*/

#men ul li:hover{
	
	background-color: #008899;
	/*box-shadow: 3px 3px 3px #555;*/
	transition: 0.3s;
	/*width:125px;
	height:34px;*/
	
}
