/*
 menu styles
 note: not all browsers render styles the same way so try out your style sheet
 in different browsers before publishing
*/

/* all levels inner */
.minner {
	font: 14px Tahoma,Verdana,sans-serif;
	color: white;
	margin: 3px;
	text-align: center;
}
/* all levels outer */
.moout {
	border : 1px solid #0c0c0c;
	background-color: #5c5c5c;
}
.moover {
	border: 1px solid #666666;
	background-color: #000000;
}