@charset "UTF-8";
  #topmenu {
	position: absolute;
	width: 850px;
	background-color: #FDBE22;
	z-index: 13;
	height: 14px;
	top: 52px;
	left: -1px;
  }
#topmenu ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	float: left;
	letter-spacing: 1px;
	font-weight: normal;
	padding: 0px;
	height: 14px;
	text-decoration: none;
}
  #topmenu ul li {
	display: inline;
  }
  #topmenu ul li a {
	background-color: #FFBF32;
	text-decoration: none;
	color: #000;
	float: left;
	padding-right: 46px;
	padding-left: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: normal;
  }
#topmenu ul li a:hover {
	color: #C06;
	background-color: #FFF;
}
