/* --- 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>
*/


.m0l0o {
	border: 1px solid #666666;
	text-decoration: none;
}

.m0l1o {
	border: 1px solid #666666;
	text-decoration: none;
}

.m0l0i {
	font-size: 12px;
	font-family: Tahoma, Verdana, Arial;
	padding: 4px;
	text-decoration: none;
}

.m0l1i {
	font-size: 12px;
	font-family: Tahoma, Verdana, Arial;
	padding: 4px;
	text-decoration: none;
}
.m0l0iover
{
	padding:4px; color: #0000CC;
	font-style:normal; font-variant:normal; font-weight:bold; font-size:12px; font-family:Tahoma
}
.m0l0iout {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	padding: 4px;
	color: #FFFFFF;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	border : 1px solid #999999;
	background: #336699
}
.m0l0oover
{
	border : #cccccc 1px solid;
	background: #6699cc;
	text-decoration: none;
}

/* level 1 inner */
.m0l1iout
{
	padding:4px; color: #FFFFFF;
	text-decoration: none; font-style:normal; font-variant:normal; font-weight:normal; font-size:10px; font-family:Tahoma
}
.m0l1iover
{
	padding:4px; color: #0000CC;
	text-decoration: none; font-style:normal; font-variant:normal; font-weight:bold; font-size:10px; font-family:Tahoma
}

/* level 1 outer */
.m0l1oout
{
	border:1px solid #CCCCCC; background:#6699CC; filter: alpha(opacity=85);
	text-decoration: none;
	moz-opacity: 85%
}
.m0l1oover {
	text-decoration : none;
	border : 1px solid #CCCCCC;
	background: #6699FF;
}

/* level 2 inner */
.m0l2iover {
	font: 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	padding: 4px;
	color: #000000;
}

/* level 2 outer */
.m0l2oout {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #B44646;
}
.m0l2oover {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #E55A5A;
}