.menuBar { 
	background-color: transparent;
	padding: 2px;
	
	width: 1%;
	cursor: hand;
}

.menuHeading { 
	background: #000033; 
	display: inline; 
	color: #CCCCCC;
	font-size:  10pt;
	font-weight: bold;
	padding: 3px 15px 3px 10px; 
	
	margin-left: 6px;
	padding-left: 4px; 
	padding-right: 8px;
	border-style: solid; 
	border-color: black;
	border-width: 2px; 
}

.menu { 
	background: #000033; 
	padding: 0px; 
	margin: 0px;

		
	border-style: solid; 
	border-width: 3px;
	border-color: black;
	position: absolute; 
	visibility: hidden;
	text-align: left;
	/*filter: dropshadow(color=#777777, offx=5, offy=5);*/
}

.menuItem { 
	color: #CCCCCC; 
	position: relative; 
	display: block;
	width: 125px;
	margin: 0px;
	padding: 4px 15px 4px 10px; 
	font-size:  7.75pt;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	text-decoration: none; 
	border-color: black;
}

a.menuItem:hover { 
	background-color: darkblue; 
}