/* --- 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  { color: #000; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none; padding: 4px }
.m0l0iover  { color: #b72867; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: underline; padding: 4px }

/* level 0 outer */
.m0l0oout  { text-decoration: none; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; border-color: #ffffff }
.m0l0oover  { }

/* level 1 inner */
.m0l1iout  { color: white; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: none; padding: 4px }
.m0l1iover  { color: #000000; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-variant: normal; text-decoration: none; padding: 4px }

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

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