.topmenu {
	position: absolute;
	width: 120px;
	padding-right: 10px;
	padding-top: 0px;
}
.topmenu a {
	font-family: Arial;
	display: block;
	width: 100px;
	height: 20px;
	margin-right: 5px;
	margin-left: 10px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 3px;
	font-weight: bolder;
	text-transform: uppercase;

/*	text-shadow: 1px 1px 0 #FFFFFF; */

	font-size: 11px;
	color: #fff;
/*	color: #484F54; */

	text-decoration: none
}
.topmenu a:hover {
	color: #FFFFFF;
	text-shadow: 1px 1px 0 #484F54;
}
.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-size: 1px;
	position: absolute;
	top: 225px;
	left: 20px;
	width: 1000px;
	height: 25px;
/*	background: url(../images/menu.png) no-repeat; */
	background: #3B78B0;
}
