
/* Menu text properties (normal and mouseover) */
.minner {
	font: 9pt Georgia, Verdana, sans-serif;
	color: #000064;
	font-weight: bold;
	text-align: center;
	padding: 2px;
	text-decoration : none;
}
/* menu colors */
.moout {    
	text-decoration: none;
	background: white;
	color: #000064;
	border : 1px solid #666666;
}
/* Mouse Over menu colors */
.moover {
	background: #EED9D6;
	text-decoration: none;
	border : 1px solid #666666;
}