/* --- 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: 12px Tahoma;
	text-decoration: none;
	padding: 4px;
	color: #353434;
	text-indent: 20px;
	border: 1px solid #FFFFFF;
}
/* all levels outer */
.moout {
	background: #FFFFFF url(/images/image-catmenu.gif) no-repeat;
	text-decoration: none;
	border-top: 1px solid #E1E1E1;
	border-right: 1px solid #E1E1E1;
	border-bottom: 1px solid #E1E1E1;
	border-left: 1px solid #E1E1E1;
}
.moover {
	background: #FFFFFF url(/images/image-catmenu.gif) no-repeat;
	text-decoration: underline;
	color: #1564FF;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	border: 1px solid #E1E1E1;
}
