#menu .current {
	color: #996010;
}

#menu {
background-color: #f0eee7;
	font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 1.12em;
	width: 744x;
	padding: 4px 0 ;
	text-align: center;
}
 
* html #menu {
	width: 744px;
	w\idth: 744px;
}
 
#menu p{
	overflow: visible;
	margin: 0 auto;
	padding: 0;
}
 
#menu a {
	text-decoration: none;
	margin: 0 4px;
	font-weight: 800;
 	color: #000000;
}	
		
#menu a:hover {
	color: #996010;
}
