
/* Menu text properties (normal and mouseover) */
.minner {
	font: normal 12px Arial, Helvetica, sans-serif;
	padding: 5px;
	color: white;	
}
/* menu colors */
.moout {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #1779A4;
	padding: 0px;
}
/* Mouse Over menu colors */
.moover {
	background: #4682B4;
	text-decoration : none;
	border : 1px solid #FFFFFF;
}

