/*overrides for main.css when using horizontal menu*/
	/* spots for callouts below menu. add display:none; to deactivate. */
	#submenu_callout_1 { width:150px; height:100px; margin:24px; background:#FFF; clear:both; }
	#submenu_callout_2 { width:150px; height:100px;  margin:24px;  background:#FFF; clear:both;  }

/*  Menu Styles */
#menu { width:190px; 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;
		margin-bottom:24px;
		font-size:12pt;
		}

.frontEnd ul.AspNet-Menu /* Tier 1 */
{
    width: 162px;
	background:;
	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 ul  /* Tier 2 */
{
    width: 194px;
    top: 0;
	background-color:#0A2F66;
    left: 162px;
	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%;
	border-bottom:0px solid #374373;
	z-index:10000;
}
.frontEnd li a /* all list items */
{
	padding-left:0px;
	color:white;
}
.frontEnd li li /* all list items */
{
    width: 100%;
	background-color:;
    z-index:10000;
	border:0;
	top:0px;
	left:0px;
}
.frontEnd li li a /* all list items */
{
	padding-left:12px;
	color:white;
}
.frontEnd li li a:hover /* all list items */
{
	color:#0A2F66;
}
.frontEnd li li li /* all list items */
{
border:0;
}

.frontEnd li:hover, /* list items being hovered over */
.frontEnd li.AspNet-Menu-Hover
{
		background-color:#95B9E1 ;
	    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;
	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: White;
		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;
}
.frontEnd li a { width:162px; }
.frontEnd li a:hover { background-color:#95B9E1; }
.frontEnd a:hover { background-color:#95B9E1; }
/* END  Menu Styles */