/* --- 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
{
	padding-right: 4px;
	padding-left: 4px;
	font-size: 12px;
	padding-bottom: 4px;
	width: 105px;
	color: #ffffff;
	padding-top: 4px;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	text-decoration: none;
}
.m0l0iover {
	font: 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	width: 105px;
	padding: 4px;
	text-align: center;
	color: #FFFFFF;
}

/* level 0 outer */
.m0l0oout
{
	
	background-position: 0% 0%;
	background-attachment: scroll;
	background-image: none;
	background-repeat: repeat;
	text-decoration: none;
}
.m0l0oover
{
	
	border-top: gainsboro 1px solid;
	background: #adc5db;
	border-left: gainsboro 1px solid;
	border-bottom: gainsboro 1px solid;
	text-decoration: none;
}

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

/* level 1 outer */
.m0l1oout
{
	border-right: gainsboro 1px solid;
	border-top: gainsboro 1px solid;
	background: #6699cc;
	border-left: gainsboro 1px solid;
	border-bottom: gainsboro 1px solid;
	text-decoration: none;
}
.m0l1oover
{
	border-right:gainsboro 1px solid;
	border-top: gainsboro 1px solid;
	background: #6699cc;
	border-left: gainsboro 1px solid;
	border-bottom: gainsboro 1px solid;
	text-decoration: none;
}

/* 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 gainsboro;
	background: #B44646;
}
.m0l2oover {
	text-decoration : none;
	border : 1px solid gainsboro;
	background: #E55A5A;
}