.menuFrame .moduletable .mainlevel {
	color: #FFFFFF;
	text-decoration: underline;
	padding: 5px;
	width: 100%;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	border-right-width: 0px;
	border-left-width: 0px;
	margin-bottom: 3px;
}
.menuFrame .moduletable h3 {
	color: #FFFFFF;
	background-color: #024D51;
	padding: 5px;
	font-size: 11px;
	margin: 0px;
}

