.menuFront {
	position: absolute;
    visibilty: 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;
    visibilty: 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;
  	background-color: inherit;
  	font-size: 9pt;
  	font-family: Arial, sans-serif;
  	font-weight: none;
	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;
	background-color: inherit;
  	color: #FFFFFF;
  	width: 100%;
  	height: 1px;
  	z-index: 11;
}

.arrow {
	position: absolute;
	background-color: inherit;
    font-size: 9pt;
	font-family: Marlett, sans-serif;
	margin-top: 2px;
	z-index: 11;
}