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

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

#M3 ul {
	margin: 0px;
	padding: 0px;
}
.M3divClass {
	float: right; 
	display: inline;
}
.M3menuBar {
background-color: transparent;
}
.M3allItems {
font-size: 13px;
color: #ffffff;
font-weight: bold;
font-family: arial;
}
.M3subMenu1 {
background-color: rgb(109,148,90);
}
.M3allItemsOver {
background-color: rgb(84,120,68);
color: #ffffff;
}
