#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: #ffffff;
font-size: 13px;
font-weight: bold;
}
.M1subMenu1 {
font-weight: normal;
color: #ffffff;
background-color: #3e9719;
border-bottom: 1px dashed #ffffff;
}
.M1allItemsOver {
background-color: #004000;
}
.M1subMenuOver1 {
background-color: #6ac345;
}
