#topmenu {
	height: 20px;
         padding: 0px 0px 0px 205px;
         margin: 0px;
         background-color: #ffcc00;
}
#topmenu ul {
	list-style-type: none;
	}
#topmenu li {
	font-size: 13px;
         font-weight: bold;
         font-variant: small-caps;
	display: inline;
	line-height: 20px;
}
#topmenu a {
	color: #ffffff;
         text-decoration: none;
         padding: 0 10px;
         float: left;
         border: 0px;
}
#topmenu a:hover {
	background-color: #e3b600;
	text-decoration: none;
         border: 0px;
}
