#header_menu UL
{
	list-style: none;
	margin: 0;
	padding: 5px 0 0;
}
#header_menu LI
{
	float: left;
	width: 100px;
	margin: 0;
	padding: 0;
	text-align: center;
}
#header_menu LI A
{
	display: block;
	padding: 5px 10px;
	height: 100%;
	color: #948A54;
	font-weight: bold;
	text-decoration: none;
}
#header_menu LI A
{
}
#header_menu LI A:hover
{
	color: #948A54;
	font-weight: bold;
	text-decoration: underline;
}
#header_menu LI A:hover:visited
{
	color: #948A54;
	text-decoration: underline;
}
#header_menu LI A:visited
{
	color: #948A54;
}

