#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: #475E8B;
}
.M1menuBar {
color: #ffffff;
font-size: 13px;
font-weight: bold;
}
.M1allItems {
font-size: 13px;
}
.M1subMenu1 {
font-size: 13px;
color: #000060;
border: solid 1px #E6E6D0;
background-color: #F8F8E2;
font-weight: normal;
}
.M1allItemsOver {
background-color: #324363;
color: #ffffff;
}
