/*  Menu Styles */
#menu {
	width:178px;
	float:left;
	background:#000;
	height:100%;
}
#menu .AspNet-Menu-Horizontal ul.AspNet-Menu li:hover,
#menu .AspNet-Menu-Horizontal ul.AspNet-Menu li.AspNet-Menu-Hover
        {
            color: Black;
            background:#;
        }

.frontEnd {
		z-index:10000;
		width:100%;
		float:left;
		
		}

.frontEnd ul.AspNet-Menu /* Tier 1 */
{
    width: 100%;
	background:red;
	z-index:10000; /* 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: 100%;
    top: 100%;
    left: 0;
	z-index:10000;
}

.frontEnd ul.AspNet-Menu ul ul  /* Tier 3+ */
{
    top: 24px;
    left: 0px;
	z-index:10000;	
	border-right:0px solid white;

}

.frontEnd li /* all list items */
{
	width: 100%;
	background-color:#2B70BE;
//	background-color:#73bee9;
	z-index:10000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #FFF;
	padding-top: 5px;
	padding-right: 1px;
	padding-bottom: 5px;
	padding-left: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFF;
	border-bottom-color: #FFFFFF;
}
.frontEnd li a /* all list items */
{
padding-left:10px;
}
.frontEnd li li /* all list items */
{
	width: 100%;
	background-color:#2b70be;
//	background-color:#73bee9;
	z-index:10000;
	border:0;
	top:-33px;
	left:100%;
}
.frontEnd li li li /* all list items */
{
border:0;
top:-24px;
}

.frontEnd li:hover, /* list items being hovered over */
.frontEnd li.AspNet-Menu-Hover
{
	background-color: #85c3e8;
//	background-color: #337398;
	z-index:10000;
}

.frontEnd a, /* all anchors and spans (nodes with no link) */
.frontEnd span
{
	color:#fff;
	padding: 4px 0px 4px 0px;
	border:0px solid #034053;
	border-top:0;
	border-bottom:0;
	z-index:10000;
}

.frontEnd li.AspNet-Menu-Leaf a, /* leaves */
.frontEnd li.AspNet-Menu-Leaf span
{
	background-image: none !important;
	z-index:10000;	
	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: #FFF;
		background: transparent;
		z-index:10000;
}

.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;
		z-index:10000;
}

.frontEnd .AspNet-Menu-Selected /* this tier is selected */
{
		border: solid 0px #00ff00 !important;
		z-index:10000;
}

.frontEnd .AspNet-Menu-ChildSelected /* a tier below this one is selected */
{
		border: solid 0px #ff0000 !important;
		z-index:10000;
}

.frontEnd .AspNet-Menu-ParentSelected /* a tier above this one is selected */
{
		border: solid 0px #0000ff !important;
		z-index:10000;
}

#EntertainmentMessage
{
		padding-top: 2em;
		clear: both;
		z-index:10000;
}

/* END  Menu Styles */

