/* --- menu styles ---
note:
	not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing;
*/
.menu_el{
  background: url(../images/separator.jpg) no-repeat;
  position: relative;
  width: auto;
  /*height: 50px;*/
  text-align: left;
  padding-left: 4px;
  padding-top: 34px;
}

/* level 0 inner */
.m0l0iout {
	text-decoration: none;
  margin: 3px 0px 0px 10px;
	color: #1C79B2;
	font-size: 10pt;
}

.m0l0iover {
	text-decoration: underline;
	margin: 3px 0px 0px 10px;
	color: #1C79B2;
	font-size: 10pt;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	border: none;
}
.m0l0oover {
	border: none;
}

/* level 1 inner */
.m0l1iout {
	margin: 4px 0 0 17px;
	color: #1C79B2;
}

.m0l1iover {
	margin: 4px 0 0 17px;
	color: #1C79B2;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	background-color: #efefef;
	border: 1px solid #cccccc;
	padding: 0;
    filter: alpha(opacity=90);
    -moz-opacity:.90;

}

.m0l1oover {
	text-decoration : none;
	background-color: #e2e2e2;
	background-repeat: no-repeat;
	border: 1px solid #cccccc;
	padding: 0;
    filter: alpha(opacity=90);
    -moz-opacity:.90;
}
