
#headermenu{
	position: relative;
	float: left;

	margin: 0px;
	padding: 0px;

	width: 890px;
	height: 18px;

	text-align: right;	

	overflow: hidden;
}

#headermenu a{
	font-family: verdana;
	color: #000000;
	text-decoration: none;
	font-size: 11px;
}
#headermenu a.active{
	font-weight: bold;
}