#Menu1 li {
	list-style-type: none;
	display: inline;
}

#Menu1 ul {
	margin: 0px;
	padding: 0px;
}
#M1 li {
	list-style-type: none;
}

#M1 ul {
	margin: 0px;
	padding: 0px;
}
.M1divClass {
	float: right; 
	display: inline;
}
.M1allItems {
color: #006bc3;
font-weight: bold;
font-family: Arial;
font-size: 14px;
margin: 0 2px 0 2px;
}
.M1subMenu1 {
border-bottom: 2px solid transparent;
font-weight: normal;
color: #006bc3;
background-color: #f9fbee;
opacity: .9;
filter: "alpha(opacity=90)";
/* expected to work in IE 8 */ filter: alpha(opacity=90);
}
.M1subMenu2 {
font-weight: normal;
color: #006bc3;
background-color: #f9fbee;
opacity: .9;
filter: "alpha(opacity=90)";
/* expected to work in IE 8 */ filter: alpha(opacity=90);
}
.M1subMenu3 {
background-color: #ddf;
}
.M1allItemsOver {
color: #0e693d;
font-weight: bold;
border-bottom: 2px solid green;
}
.M1subMenuOver1 {
color: #ffffff;
font-weight: normal;
background-color: #0e693d;
border-bottom: 2px solid green;
}
.M1current_menu_item {
font-weight: bold;
color: #0e693d;
border-bottom: 2px solid green;
}
