.frontEnd {
	width:909px;
	background:url(../images/mnu_blu_bg.jpg) repeat-x;
	height:34px;
	border:0px solid #CC0000;
		}

.frontEnd ul.AspNet-Menu /* Tier 1 */
{
    width: 909px;
	text-transform:uppercase;
	float:left;
	line-height:27px;
	
 /* This is more than (6em x 2) because we want to leave room for borders around the <li> elements that are selected */
}

.frontEnd ul.AspNet-Menu ul  /* Tier 2 */
{
    width: 200px;
    top: 30px;
    left: 0;
	background:#4378AA;
	position:absolute;

}

.frontEnd ul.AspNet-Menu ul ul  /* Tier 3+ */
{
    top: 24px;
    left: 0px;

}

.frontEnd ul.AspNet-Menu li a{
	padding: 5px 8px 0px 8px;
	display:inline-block;
}

.frontEnd li /* all list items */
{

	border-right:1px solid #fff;
	color:#fff;
	font-weight:bold;
	font-size:75%;
	z-index:10000;
	float:left;
	display:block;
}
.frontEnd li a /* all list items */
{
padding-left:20px;
color:#fff;
}

.frontEnd li li /* all list items */
{
	border:0;
	top:0;
	width:200px;
	left:0;
	background:#4378AA;
}
.frontEnd li li li /* all list items */
{
border:0;
	top:-24px;
	left:100%;
	width:145px;
}

.frontEnd li:hover, /* list items being hovered over */
.frontEnd li.AspNet-Menu-Hover
{
	    z-index:10000;
}

.frontEnd a, /* all anchors and spans (nodes with no link) */
.frontEnd span
{
	color:#034053;
	padding: 4px 0px 4px 0px;
	border:0px solid #034053;
	border-top:0;
	border-bottom:0;

}

.frontEnd li.AspNet-Menu-Leaf a, /* leaves */
.frontEnd li.AspNet-Menu-Leaf span
{
	background-image: none !important;
	
	float:left;
}

.frontEnd li:hover a, /* hovered text */
.frontEnd li:hover span,
.frontEnd li.AspNet-Menu-Hover a,
.frontEnd li.AspNet-Menu-Hover span,
.frontEnd li:hover li:hover a,
.frontEnd li:hover li:hover span,
.frontEnd li.AspNet-Menu-Hover li.AspNet-Menu-Hover a,
.frontEnd li.AspNet-Menu-Hover li.AspNet-Menu-Hover span,
.frontEnd li:hover li:hover li:hover a,
.frontEnd li:hover li:hover li:hover span,
.frontEnd li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover a,
.frontEnd li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover span
{
		color: #CCC;
		background: transparent;
	
}

.frontEnd li:hover li a, /* the tier above this one is hovered */
.frontEnd li:hover li span,
.frontEnd li.AspNet-Menu-Hover li a,
.frontEnd li.AspNet-Menu-Hover li span,
.frontEnd li:hover li:hover li a,
.frontEnd li:hover li:hover li span,
.frontEnd li.AspNet-Menu-Hover li.AspNet-Menu-Hover li a,
.frontEnd li.AspNet-Menu-Hover li.AspNet-Menu-Hover li span
{
		color: white;
	
}

.frontEnd .AspNet-Menu-Selected /* this tier is selected */
{
		border: solid 0px #00ff00 !important;
	
}

.frontEnd .AspNet-Menu-ChildSelected /* a tier below this one is selected */
{
		border: solid 0px #ff0000 !important;
	
}

.frontEnd .AspNet-Menu-ParentSelected /* a tier above this one is selected */
{
		border: solid 0px #0000ff !important;
	
}

#EntertainmentMessage
{
		padding-top: 2em;
		clear: both;
	
}

/* END  Menu Styles */

