/* --- 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 {
	font-family: verdana,Arial, Helvetica;
	font-size: 10px;
	text-decoration: none;
	padding: 4px;
	color: White;
	font-weight:bold;
}
.m0l0iover
{
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	font: bold 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: white;
	padding-top: 4px;
	background-color: #66ccff;
	text-decoration: none;
}

/* level 0 outer */
.m0l0oout
{
	border-right: #ffffff 0px solid;
	border-top: #ffffff 0px solid;
	background: #b6c7e3;
	border-left: #ffffff 0px solid;
	border-bottom: #ffffff 0px solid;
	text-decoration: none;
}
.m0l0oover {
	text-decoration : none;
	border : 0px solid #FFFFFF;
	background: #b6c7e3;
}

/* level 1 inner */
.m0l1iout {
	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	padding: 4px;
	color: #FFFFFF;
}
.m0l1iover {
	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration :none;
	border : 0px solid #FFFFFF;
	padding: 4px;
	color: #FFFFFF;
}


/* level 1 outer */
.m0l1oout
{
	border-right: #a7a694 1px solid;
	border-top: #a7a694 1px solid;
	background: #b6c7e3;
	border-left: #a7a694 1px solid;
	border-bottom: #a7a694 1px solid;
	text-decoration: none;
}
.m0l1oover {
	text-decoration : none;
	border : 1px solid #A7a694;
	background: #AFA370;
}


a.actuator {
  background-color: transparent;
  color: #000;
  font-size: 12px;
  text-decoration: none;
}

