.topmenu {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #996666;
	position: absolute;
	height: 15px;
	width: 65%;
	left: 164px;
	top: 0px;
	background-image: none;
	overflow: hidden;


}
.topmenu ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-style: italic;
	color: #996666;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	white-space: nowrap;
	font-weight: bold;
	font-variant: small-caps;



}
.topmenu li {
	display: inline;
	list-style-type: none;
}
.topmenu li a {
	color: #996666;
	text-decoration: none;
	margin: 10px;
	padding: 7px;
}
.topmenu li a:link {
	color: #996666;
}
.topmenu li a:visited {
	color: #996666;
}
.topmenu li a:hover {
	color: #CC6633;
	background-image: none;
	background-color: #FFFFCC;
	text-decoration: none;



}
