
/* Menu text properties (normal and mouseover) */
.minner {
	font: 12px Verdana, Tahoma, sans-serif;
	padding: 4px;
	color: #FFFF9C;
	font-weight: normal;
	text-indent: 28;
	padding-top: 8px;
}
/* menu colors */
.moout {    
	text-decoration : none;
	border : 0px solid #666666;
	background: url(/images/button_over_flat.gif);
	background-repeat: no-repeat;
}
/* Mouse Over menu colors */
.moover {
	background: url(/images/button_normal_flat.gif);
	text-decoration : none;
	border : 0px solid #666666;
	background-repeat: no-repeat;
}