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