DIV#header_menu
{
	width: 1000px;
	height: 30px;
	background-color: #DE8423;
}
#header_menu UL
{
	list-style: none;
	margin: 0;
	padding: 0;
}
#header_menu LI
{
	float: left;
	width: 125px;
	height: 30px;
	background-color: #C88330;
	margin: 0;
	padding: 0;
	text-align: center;
}
#header_menu LI A
{
	display: block;
	background-position: center top;
	background-repeat: no-repeat;
	height: 100%;
}
#header_menu LI A
{
}
#header_menu LI A:hover
{
	background-position: center bottom;
	background-repeat: no-repeat;
	font-weight: bold;
	text-decoration: none;
}
#header_menu LI A:hover:visited
{
	text-decoration: none;
}
#header_menu LI A:visited
{
	color: #FFF4E2;
}
#header_menu .selected
{
	background-position: center bottom;
	background-repeat: no-repeat;
}
