#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 {
font-size: 13px;
color: white;
font-family: Arial;
margin: 0 1px 0 1px;
}
.M1subMenu1 {
background-color: #8db640;
border-bottom: 1px #ffa403 dashed;
}
.M1allItemsOver {
color: #43600d;
}
.M1current_menu_item {
color: #43600d;
}

.M1divClassBullet{ padding-top:3px;}

