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