/* --- 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 {
	text-decoration : none;
	padding: 2px;
	color: #000000;
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bolder;
}
/* all levels outer */
.moout {
	text-decoration : none;
	border : 2px ridge #000000;
	background-color: #D6D3CE;
}
.moover {
	text-decoration : none;
	border : 2px ridge #666666;
	background-color: #999999;
}
