.topmenu {
	position: absolute;
	width: 120px;
	padding-right: 10px;
	padding-top: 0px;
}
.topmenu a {
	display: block;
	width: 100px;
	height: 20px;
	margin-right: 5px;
	margin-left: 10px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 3px;
	font-weight: normal;
	font-size: 12px;
	color: #EFEFEF;
	text-decoration: none
}
.topmenu a:hover {
	color: #FFFFFF;
	background-color: #0066CC;
}
.topmenu img {
	border: none;
	margin-right: 5px;
	position: relative;
	top: -1;
}
.topmenupopup {
	display: none;
	position: absolute;
	background: #EEEEEF;
	padding: 0px;
	z-index: 99;
	font-size: 12px;
}
.topmenupopup a {
	display: block;
	width: 120px;
	left: 10px;
	height: 20px;
	padding-top: 2px;
	background: #EFEFEF;
	border-color: #AAAAAA;
	border-style: solid;
	border-width: 1px;
	border-top: none;
	font-weight: normal;
	color: #000000;
	text-decoration: none
}
.topmenupopup a:hover {
	background: #CFCFFF;
	border-color: #CCCCCC;
	border-right-width: 5px;
}
.topmenupopup img {
	border: none;
	margin-right: 5px;
}
#topmenubar {
	font-family: "Trebuchet MS", Verdana, Arial, "Courier New";
	font-size: 1px;
	position: absolute;
	top: 80px;
	left: 20px;
	width: 1000px;
	height: 25px;
	background: url(../images/topmenubground.png) no-repeat;
}