
/* Menu text properties (normal and mouseover) */
.minner {
	font: 12px Tahoma , Verdana, sans-serif;
	padding: 4px;
	color: white;
	font-weight: normal;

}
/* menu colors */
.moout {    
	text-decoration : none;
	background: #3366FF;
}
/* Mouse Over menu colors */
.moover {
	background: #000080;
	text-decoration : none;
	color: white;
	
	}