/* --- 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 */
.BoxRed1 {
	background-color: #e55a5a;
	text-align: left;
	margin: 1px;
	padding: 10px;
	font-size: 11px;
	color: #000000;
}
.BoxWht1 {
	background-color: #ffffff;
	text-align: left;
	margin: 1px;
	padding: 10px;
	font-size: 11px;
	color: #000000;
}
.BoxGr1 {
	background-color: #DCFDBD;
	text-align: left;
	margin: 10px;
	padding: 10px;
	font-size: 11px;
	color: #666666;
}
.BoxGray1 {
	background-color: #F5F5F5;
	text-align: left;
	margin: 10px;
	padding: 10px;
	font-size: 11px;
	color: #CC0000;
}
.m0l0iout {
	font: bold 11px Arial, Helvetica, geneva, sans-serif;
	text-decoration: none;
	padding: 0px;
	color: #CCCCCC;
}
.m0l0iover {
	font: bold 11px Arial, Helvetica, geneva, sans-serif;
	text-decoration: none;
	padding: 0px;
	color: #FFFFFF;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	border : 0px solid #FFFFFF;
	background: #993333;
}
.m0l0oover {
	text-decoration : none;
	border : 0px solid #FFFFFF;
	background: #993333;
}

/* level 1 inner */
.m0l1iout {
	font: 11px Arial, Helvetica, geneva, sans-serif;
	text-decoration: none;
	padding: 4px;
	color: #FFFFFF;
}
.m0l1iover {
	font: bold 11px Arial, Helvetica, geneva, sans-serif;
	text-decoration : none;
	padding: 4px;
	color: #5D5D5D;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	border : 0px solid #FFFFFF;
	background: #BC7A7A;
	filter: alpha(opacity=100);
}
.m0l1oover {
	text-decoration : none;
	border : 1px solid #993333;
	background: #F5F5F5;
}

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

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

input.menubutton
{
   	font-size:10px;
   	font-family:Arial,sans-serif;
   	font-weight:bold;
   	color:#444444;
   	background-color:#EEEEEE;
   	border-style:double;
   	border-color:#999999;
   	border-width:2px;
}

input.textinput
{
	color: #781351;
	background: #fee3ad;
	border: 1px solid #e55a5a
}

