
/* 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;
	border : 1px solid #333333;
	background: #5D8A00;
}
/* Mouse Over menu colors */
.moover {
	background: #A2CD7B;
	text-decoration : none;
	border : 1px solid #333333;
}
