/* --- 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: 11px Tahoma, Verdana, sans-serif;
	font-weight: bold;
	text-decoration : none;
	padding: 4x;
	margin-left:20px;
	color: #000000;
}
/* all levels outer */
.moout {
	text-decoration : none;
	border : 0px solid #FFCCFF; 
	background-image:url(menu_button.jpg);
}
.moover {
	text-decoration : none;
	color:#000000;
	border : 0px solid #666666;
	background-image:url(menu_button_sub.jpg);
}