/* Menu text properties (normal and mouseover) */
.minner {
	font: 11px arial;
	padding: 4px;
	color: white;
	font-weight: normal;	
}
/* menu colors */
.moout {    
	text-decoration : none;
	border : 1px solid #666666;
	background: #000000;
}
/* Mouse Over menu colors */
.moover {
	background: #CC0000;
	text-decoration : none;
	border : 1px solid #666666;
}.discounts {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
