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

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

#M2 ul {
	margin: 0px;
	padding: 0px;
}
.M2divClass {
	float: left; 
	display: inline;
}
.M2menuBar {
text-align: center;
}
.M2allItems {
height: 30px;
font-family: Arial;
font-size: 14px;
font-weight: bold;
color: #555c5f;
margin: 0 2px 0 2px;
}
.M2subMenu1 {
background-color: #fdd;
}
.M2subMenu2 {
background-color: #dfd;
}
.M2subMenu3 {
background-color: #ddf;
}
.M2allItemsOver {
color: #ed604a;
}
