#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;
}
.M1menuBar {
text-align: center;
}
.M1allItems {
height: 30px;
font-family: Arial;
font-size: 14px;
font-weight: bold;
color: #555c5f;
margin: 0 2px 0 2px;
}
.M1subMenu1 {
background-color: #ededed;
font-family: Arial;
font-size: 14px;
font-weight: bold;
color: #555c5f;
}
.M1allItemsOver {
color: #ed604a;
}
.M1subMenuOver1 {
color: #ed604a;
}
