
.MenuContainer {
/* This ID is related to the master menu div for menu AboutMenuContainer and contains the important positioning information for the menu as a whole */
	position:absolute;
	left:16px;
	top:44px;
	visibility:hidden;
	z-index:300;
	background-color:#85ba41;
}

.DropMenu {
/* This class defines things about menu AboutMenu's div. */
	position:absolute;
	left:0px;
	top:0px;
	visibility:hidden;
	background-color:#85ba41;
	min-width:190px;
}

.MenuStyle {
/* This class determines the general characteristics of the menu items in menu AboutMenu */
	border:0px;
	min-width:205px;
	height:22px;
	voice-family: "\"}\"";
	voice-family:inherit;
}

.Item_0 {	top:0px;	}
.Item_1 { 	top:28px;	}
.Item_2 { 	top:56px;	}
.Item_3 { 	top:84px;	}
.Item_4 { 	top:112px;	}
.Item_5 { 	top:140px;	}
.Item_6 { 	top:168px;	}
.Item_7 { 	top:196px;	}
.Item_8 { 	top:224px;	}
.Item_9 { 	top:252px;	}
.Item_10 { 	top:280px;	}



.MenuContainer a {
/* Controls the general apperance for menu AboutMenuContainer's items, including color and font */
	text-decoration:none;
	font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
	color:#8CD4E0;
	text-align:left;
	vertical-align:middle;
	padding:5px;
	background-color:#2299B9;
	font-weight:normal;
	font-style:normal;
	display:block;
	position:absolute;
	letter-spacing:0px;
	font-size:14px;
}

.MenuContainer a:hover {
/* Controls the mouse over effects for menu AboutMenuContainer */
	color:#ffffff;
	background-color:#8CD4E0;
}

#servicesNav .DropMenu {	min-width:200px;	}
#servicesNav .MenuStyle { 	min-width:215px;	}

#businessservicesNav .DropMenu {	min-width:250px;
}
#businessservicesNav .MenuStyle { 	min-width:265px;	}