#header_menu UL
{
	list-style: none;
	margin: 0;
	padding: 0;
}
#header_menu LI
{
	float: left;
	width: 109px;
	height: 30px;
	line-height: 30px;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 15px;
	margin: 0;
	padding: 0;
	text-align: center;
}
#header_menu LI A
{
	display: block;
	height: 100%;
	color: #EEE;
	text-decoration: none;
	border: 0px;
}
#header_menu LI A
{
	background: url(../images/background.menu.png);
}
#header_menu LI A:hover
{
	background-position: 0px -30px;
	color: #A9B1A9;
	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
{
	color: #A9B1A9;
	background-position: 0px -30px;
}
