#menu_div{
	font-weight: normal;
	color: #a79482;
	font-size: 12px;
	text-decoration: none;
	padding:3px 0px;
	height: 14px;
	
}
#menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	
}

#nav a {
	font-weight: normal;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	padding:3px 0px;
	height: 14px;
}
#nav a:hover{
	color: #134955;
}

*html li{
	width: 60px;
}
#menu li {
	float: left;
	position: relative;
	padding: 0px 10px;
	text-align: center;
	cursor: default;
	background-color: transparent;
	min-width: 60px;
	
}