#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 {
height: 24px;
}
.M1menuBar {
height: 24px;
}
.M1allItems {
width: 100px;
text-align: center;
color: #ffffff;
font-family: Arial;
font-size: 13px;
background-color: #90949c;
font-weight: bold;
text-decoration: none;
}
.M1subMenu1 {
margin-top: 2px;
background-color: #90949c;
}
.M1subMenu2 {
margin-top: 0px;
}
.M1subMenu3 {
margin-top: 0px;
}
.M1allItemsOver {
color: #ffffff;
background-color: #c51d1e;
}
.M1current_menu_item {
color: #ffffff;
background-color: #c51d1e;
}
