
.MenuStrip /* Styles Menu Strip */
{
	position:relative;
	float:left;
	width:715px;
	background-color:#ffbe00;
	font-size:100%;
	padding-top:0.4em;
	z-index:4;
	padding-left:5px;
}



.MenuStrip a /* Styles Menu Links */
{
	color:#000066;
	font-weight:bold;
	text-decoration:none;
	padding:0.6em 6px 0.5em 6px; /* Left and right padding to match images used for current page indicator */
	display:block;
}

.MenuStrip a:hover /* Styles Menu Links Mouse Over */
{
	color:#FFFFFF;
	text-decoration:none;
}

.CurrentPageIndicator
{
	background:url(../Images/TabRight.png) top right no-repeat; /* Right Image of Current Page Indicator */
	background-color:#FFFFFF;
	 /* Right padding has to be the same as right padding on link */
}

.CurrentPageIndicator a
{
	background:url(../Images/TabLeft.png) top left no-repeat; /* Left Image of Current Page Indicator */
	 /* Left padding has to be the same as right padding on link */
	color:#000066;
}

.CurrentPageIndicator a:hover
{
	color:#000066;
}

.DropDownMenu, DropDownMenu ul
{
	padding: 0;
	margin: 0;
	list-style: none;
}

.DropDownMenu li
{
	float:left;
	position:relative;
}

.DropDownMenuItem  /* Styles Menu Items */
{
	margin-right:1.2em; /* Spacing Between Menu Items */
}

.DropDownSubMenu /* Styles Sub Menu Box */
{
	display:none;
	position:absolute;
	width:18em; /* Width of Sub Menu */
	top:2.6em; /* Distance from parent menu */
	left:0;
	margin: 0;
	padding: 10px;
	overflow:hidden;
	white-space:nowrap;
	background:#faf0d2;
	border:1px solid #ffbe00;
	list-style:none;
	font-size:85%;
}

.DropDownSubMenu li
{
	width:100%;
	background-image:none;
}

.DropDownSubMenu a /* Styles Sub Menu Links */
{
	color:#000066;
	text-decoration:none;
	background-image:none;
}

.DropDownSubMenu a:hover /* Styles Sub Menu Links Mouse Over */
{
	color:#000066;
	text-decoration:none;
	background:#fffae6;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#000066;
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:#000066;
}

.DropDownMenu li:hover ul, li.over ul
{
display: block;
}

