
#adminMenu {
	position: absolute;
	top: 77px;
	left: 350px;
	width: 631px;
	height: 36px;
	padding: 2px 0px 0px 18px;  
	background: transparent url(../img/bg/subnavi.gif) no-repeat scroll center top;
	z-index: 99;
}

#adminMenu a {
	display: block;
	float: left;
	width: 102px;
	height: 25px;
	padding: 9px 0px 0px 0px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}

#adminMenu .trenner {
	display: block;
	float: left;
	width: 1px;
	height: 37px;
	background: transparent url(../img/bg/navi_trenner.gif) no-repeat scroll left top;
}