.fumanmenudiv {
	display: none;
}
#fumanLogout {
	height: 20px;
	width: 192px;
	border-width: 1px;
	border-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-bottom-color: #666666;
	border-right-color: #666666;
	background-color: #999999;
	background-image: url(/admin/fuman/img/progressbar.gif);
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -10px;
	margin-left: -96px;
	z-index: 1000000000;
}
