div.menuLayer {
	opacity:0.9;
	filter: alpha(opacity=90);
	-moz-opacity:0.9;
	position: absolute;
	left: -1000px;
	top: 0px;
}
ul.menuList {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
a.menuItem {
	text-decoration: none;
	display: block;
	width: 132px;
	height: 25px;
	line-height: 24px;
	text-indent: 7px;
	background-color: #F7F3E9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #005595;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E7E4DB;
}
a.menuItem:hover {
	color: #F7F3E9;
	background-color: #005595;
}
