
/* Menu text properties (normal and mouseover) */
.minner {
	font: 12px Tahoma , Verdana, sans-serif;
	padding: 4px;
	color: Purple;
	font-weight: Bold;	
}
/* menu colors */
.moout {    
	text-decoration : none;
	border : 1px solid #666666;
	background: #F8CD04;
}
/* Mouse Over menu colors */
.moover {
	background: #ffff00;
	text-decoration : none;
	border : 1px solid #666666;
}
