/* --- menu styles ---
note:
	not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing;
*/
/* level 0 inner */
.m0l0iout {
	text-decoration: none;
}
.m0l0iover {
	text-decoration: none;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #FFFFFF;
	padding: 4px;
}
.m0l0oover {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background:#FFFFFF;
	padding: 4px;
}

/* level 1 inner */
.m0l1iout {
	text-decoration: none;
	padding: 2px;
	padding-left:4px;
	background-repeat: no-repeat;
	background:#FFFFFF;

}
.m0l1iover {
	text-decoration:underline;
	padding: 2px;
	padding-left:4px;
	background:#FFFFFF;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #ffffff;

}
.m0l1oover {
	text-decoration:underline;
	border : 1px solid #FFFFFF;
background: #ffffff;


}

/* level 2 inner */
.m0l2iover {
	text-decoration: none;
	padding: 2px;
	padding-left:4px;
	background-repeat: no-repeat;
	background:#FFFFFF;
}

/* level 2 outer */
.m0l2oout {
	text-decoration: none;
	padding: 2px;
	padding-left:4px;
	background-repeat: no-repeat;
	background:#FFFFFF;
}
.m0l2oover {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #E55A5A;
}
.headerstyle {
	text-decoration : none;
	border : 1px none #FFFFFF;
	background: #CCCCCC;
	filter: alpha(opacity=85);
	font-weight: bold;
}
