#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: left; 
	display: inline;
}
.M1menuDiv {
background-color: #F7F7EA;
width: 100%;
}
.M1menuBar {
background-color: #7F0D3C;
text-align: center;
font-size: 13px;
width: 100%;
}
.M1allItems {
color: #F7F7EA;
background-color: #7F0D3C;
}
.M1subMenu1 {
font-size: 13px;
background-color: #7F0D3C;
}
.M1subMenu2 {
font-size: 13px;
background-color: #7F0D3C;
}
.M1allItemsOver {
background-color: #A10F3D;
}

