.menuWrapper {
	position: absolute; 
	width: 175px; 
	background-color: #dfecf5; 
	visibility: hidden; 
	border-style: solid; 
	border-width: 1px; 
	border-color: #00579a;
	display: block;
	padding: 3px; 
	}

.menuItem {
	cursor: pointer; 
	font-size: 10px; 
	font-family: arial, verdana, sans serif; 
	padding-left: 10px; 
	color: black; 
	background-color: #dfecf5; 
	text-decoration: none; 
	position: absolute; 
	left: 0px; 
	width: 170px; 
	height: 1.5em;
	display: block;
	line-height: 1.5em;
	}

.menuItemOn {
	cursor: pointer; 
	font-size: 10px; 
	font-family: arial, verdana, sans serif; 
	padding-left: 10px; 
	color: #000000; 
	background-color: #daf2f2; 
	text-decoration: underline; 
	position: absolute; 
	left: 0px; 
	width: 170px; 
	height: 1.5em;
	display: block;
	line-height: 1.5em;
	}

.menuItem a:link {
	font-weight: normal;
	text-decoration: underline;
	color: #00579a;
	}

.menuItem a:visited {
	font-weight: normal;
	text-decoration: underline;
	color: #00579a;
	}

.menuItem a:hover {
	text-decoration: underline;
	color: #cc9919;
	}

.menuItem a:active {
	text-decoration: underline;
	color: #cc9919;
}