/* --- 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, .m0l0iover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-decoration: none;
	padding: 4px;
	color: #fff;
	text-align: center;
}

/* level 0 outer */
.m0l0oout, .m0l0oover{
	text-decoration : none;
	border: solid;
	border-width: 0px;
	border-color: #fff;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 2px;
	background: #a2549e;
}

/* level 1 inner */
.m0l1iout, .m0l1iover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	padding: 4px;
}

/* level 1 outer */
.m0l1oout, .m0l1oover  {
	text-decoration : none;
	background-color: #a2549e;
}

/* level 2 inner */
.m0l2iover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #fff;
	text-decoration : none;
	padding: 4px;
}

/* level 2 outer */
.m0l2oout, .m0l2oover{
	text-decoration : none;
	border : 0px;
	background-color: #a2549e;
}

/* Links */
a.m0l0oout:hover, a.m0l0oover:hover, a.m0l1oout:hover, a.m0l1oover:hover, a.m0l2oout:hover, a.m0l2oover:hover  {
	color: #fff;
}

