div.menuBar {
	position : absolute;
	top : 0px;
	left : 0px;
	background-color : #C0C0C0;
	border-left : 1px solid #FFFFFF;
	border-right : 1px solid #000000;
	border-top : 1px solid #FFFFFF;
	border-bottom : 1px solid #000000;
	cursor : default;
	height : 23px;
	padding-left : 4px;
	padding-top : 1px;
}

.barItem {
	font-family : Arial, sans-serif;
	font-size : 13;
	padding-left : 4px;
	padding-right : 4px;
	padding-top : 2px;
	border : 0px;
}

.barItemOver {
	font-family : Arial, sans-serif;
	font-size : 13;
	padding-left : 3px;
	padding-right : 3px;
	border-left : 1px solid #FFFFFF;
	border-right : 1px solid #777777;
	border-top : 1px solid #FFFFFF;
	border-bottom : 1px solid #777777;
	padding-top : 1px;
}

.barItemClick {
	font-family : Arial, sans-serif;
	font-size : 13;
	padding-left : 3px;
	padding-right : 3px;
	border-left : 1px solid #777777;
	border-right : 1px solid #FFFFFF;
	border-top : 1px solid #777777;
	border-bottom : 1px solid #FFFFFF;
	padding-top : 1px;
}

.menuFront {
	position : absolute;
	visibility : hidden;
	top : 0px;
	left : 0px;
	background-color : #C0C0C0;
	border-left : 1px solid #FFFFFF;
	border-right : 1px solid #000000;
	border-top : 1px solid #FFFFFF;
	border-bottom : 1px solid #000000;
	margin : 1px;
	cursor : default;
	z-index : 11;
}

.menuBack {
	position : absolute;
	visibility : hidden;
	top : 0px;
	left : 0px;
	background-color : #C0C0C0;
	border-right : 1px solid #000000;
	border-bottom : 1px solid #000000;
	z-index : 10;
}

.item {
	position : absolute;
	visibility : inherit;
	color : #000000;
	font-size : 9pt;
	font-family : Arial, sans-serif;
	left : 1px;
	height : 15px;
	padding-left : 5px;
	z-index : 11;
}

.itemSep {
	position : absolute;
	visibility : inherit;
	left : 1px;
	height : 7px;
	padding-left : 5px;
	padding-right : 5px;
	z-index : 11;
}

.sep {
	position : absolute;
	color : #FFFFFF;
	width : 100%;
	height : 1px;
	z-index : 11;
}

.arrow {
	position : absolute;
	font-size : 9pt;
	font-family : Marlett, sans-serif;
	font-weight : normal;
	margin-top : 2px;
	z-index : 11;
}

