.menuDiv {
	position:relative;
	width:100%;
	clear:both;
	height:20px;
	z-index:100;
	cursor: pointer;
	/*background-image: url(/_admin/graphics/menu/background.gif);*/
	background-color: #B8B8B8;
	background-position: bottom;
}
.mouseOut {
	font-family: verdana;
	font-size: 10px;
	background-color:#FFFFFF;
	width:auto;
	height:auto;
}
.mouseOver {
	font-family: verdana;
	font-size: 10px;
	background-color:#EAEAEA;
	border-top: 1px solid #F3F3F3;
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #949494;
	border-bottom: 1px solid #626262;
	width:auto;
	height:auto;
}
.menuBox0, .menuBox1, .menuBox2, .menuBox3 {
	border: 1px solid #000000;
	background-color:#FFFFFF;
}
.menuArrow0, {
	position: absolute;
	right: 2px;
	bottom: 2px;
	background-image: url(/_admin/graphics/menu/arrow.gif);
	width: 6px;
	height: 6px;
	overflow: hidden;
}
.menuArrow1, .menuArrow2, .menuArrow3 {
	position: absolute;
	right: 2px;
	bottom: 6px;
	background-image: url(/_admin/graphics/menu/arrow_right.gif);
	width: 7px;
	height: 7px;
	overflow: hidden;
}


a.menuLevel0, a.menuLevel1, a.menuLevel2, a.menuLevel3 {
	text-decoration: none;
	text-align: left;
	color: white;
	padding-left: 10px;
	padding-right: 10px;
}

a.menuLevel0 {
	height: 20px !important;
	width: auto !important;
	text-align: left;
	clear: none;
	line-height: 18px;
}
a.menuLevel1,.menuLevel2,.menuLevel3 {
	height: 20px !important;
	width: 110px !important;
	clear: both;
	float: left;
	line-height: 18px;
}


a.menuLevel0:hover, a.menuLevel1:hover, a.menuLevel2:hover, a.menuLevel3:hover {
	background-color:#ff0000;
}

.protected {
	float: right;
}
.protected, .protected * {
	background-color: #003399;
}
a.protected:hover {
	background-color: #0033aa;
}

.menuLogo {
	background-color:#BFE6F0;
	background-image: url(/_admin/graphics/menu/logo.gif);
	width:99px !important;
}
.special {
	background-color:red;
}
