
.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:0px;
	top:35px;
	visibility:hidden;
	z-index:300;
	background-color:#E21350;
}

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

.MenuStyle {
/* This class determines the general characteristics of the menu items in menu AboutMenu */
	border:0px;
	min-width:205px;
	height:18px;
	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;	}



#Menu li .MenuContainer a {
/* Controls the general apperance for menu AboutMenuContainer's items, including color and font */
	text-decoration:none;
	font-family: 'Gill Sans','Gill Sans MT', sans-serif;
	text-transform:uppercase;
	color:#fff;
	text-align:left;
	vertical-align:middle;
	padding:4px 17px 6px 17px;
	background-color:#E21350;
	font-weight:normal;
	font-style:normal;
	display:block;
	position:absolute;
	letter-spacing:0px;
	font-size:14px;
}

#Menu li .MenuContainer a:hover {
/* Controls the mouse over effects for menu AboutMenuContainer */
	color:#E21350;
	background-color:#fff;
}


#casestudiesNav .DropMenu 	{	min-width:240px;	}
#casestudiesNav .MenuStyle 	{ 	min-width:255px;	}

#Menu li#casestudiesNav  .MenuContainer a 
{		text-align:right;				}

#Menu li#casestudiesNav .MenuContainer {
	left:-156px;
}
