/* --- static menu styles ---
note:
	1. not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing;
style naming convention:
	m<zero based menu number>l<zero based level number>i|o<for inner or outer tag>
*/

/* all levels inner */
.minner {
	font: bold 14px/14px "Arial Rounded MT Bold"; 
	padding:10px 40px; 
	margin:0 0 5px 0;
	align: center;
	text-decoration : none;
	padding: 2px;
	color: #ffffff;
	text-align: center;
	
}
/* all levels outer */
.moout {
	text-decoration : none;
	border : 0px solid #999999;
	background: #666;
	background: #000000;
}
.moover {
	text-decoration : bold;
	border : 0px solid #000066;
	background: #666;
}