#topmenu {
	padding: 0 19px 0 0;
	margin: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 867px;
	border-right: 1px solid #F8F8F8;
	border-top: 7px solid #FFF;
	background-color: #DBDCDE;
	list-style: none;
	min-height: 21px;
	text-align: right;
}

#topmenu li {
	padding: 0;
	margin: 0;
	display: inline;	
}

#topmenu a {
	text-decoration: none;
	margin: 0;
	padding: 1px 8px 1px 8px;
	font-size: 0.8em;
	font-weight: normal;
	text-transform: uppercase;
}

#topmenu a:link,
#topmenu a:visited {
	color: #696969;
	border-bottom: 1px solid #DBDCDE;
}

#topmenu a:focus,
#topmenu a:hover,
#topmenu a:active {
	color: #696969;
	border-bottom: 1px solid #696969;
}
