/* --- 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 */
#ddmenumain {
	z-index: 200;
}
.m0l0iout, .m0l0iover {
	font-family: arial,sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	background-color:#FFFFFF;
	color: #676767;
	text-align: center;
	vertical-align: middle;
	height: 17px;
	/*padding: 7px 0px 0px 0px;*/
	cursor: pointer;
	z-index: 200;
}
.m0l0iover {
	/*background-color:#589208; */
	color: #A00141;
	z-index: 102;
}
/* level 0 outer */
.m0l0oout, .m0l0oover {
	text-decoration: none;
	background-color:#FFFFFF;
	color: #676767;
	z-index: 200;
	vertical-align: middle;
}
.m0l0oover {
	/*background-color:#589208; */
	color: #A00141;
	z-index: 200;
}
/* level 1 inner */
.m0l1iout, .m0l1iover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	background-color:#FFFFFF;
	color: #676767;
	z-index: 200;
	padding: 0 0 0 10;
}
.m0l1iover {
	/*background-color:#589208; */
	color: #A00141;
}

/* level 1 outer */
.m0l1oout, .m0l1oover, .m0l1ooutFirst, .m0l1ooverFirst {
	text-decoration: none;
	background-color:#FFFFFF;
	color: #676767;
	border: 1px solid #666666;
	border-top: none;
	z-index: 200;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);
}
.m0l1ooutFirst, .m0l1ooverFirst {
	border-top:  1px solid #666666;
}
.m0l1oover {
	/*background-color:#589208; */
	color: #A00141;
}