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