/*overrides for main.css when using horizontal menu*/
	/* spots for callouts below menu. add display:none; to deactivate. */
	#submenu_callout_1
{
	background-position: #FFF;
	width: 150px;
	height: 100px;
	margin: 24px;
	background: #FFF;
	clear: both;
	display: none;
}

	#submenu_callout_2
{
	width: 150px;
	height: 100px;
	margin: 24px;
	background: #FFF;
	clear: both;
	display: none;
}

/*  Menu Styles */
#menu_header
{
	width: 100%;
	height: 50px;
	top: -1px;
	position: relative;
}

/*-- Added by Ihor --*/
#menu_header_text
{
	font-family: Georgia, 'Times New Roman' , Times, serif;
	color: #005954;
	font-size: 1.5em;
	border-top-style: solid;
	border-top-width: 2px;
	border-top-color: #585854;
	text-transform: uppercase;
	width: 139px;
	height: 23px;
	background-color: #FFFFFF;
	padding-top: 22px;
	padding-left: 8px;
	position: absolute;
}

#menu_header_right_image
{
	position: absolute;
	top: 0px;
	left: 139px;
}

#menu_items
{
}

#menu_items ul
{
	list-style-type: none;
	width:170px;
}

#menu_items ul li
{
	background-color: #860911;
	height: 19px;
	padding:2px 0px 2px 10px;
}

#menu_items ul li a
{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .95em;
	color: #FFFFFF;
}

#menu_items ul li a:hover{
	color:#D9DFED;
}
/*======================*/

#menu
{
	width: 180px;
	float: left;
}

#menu .AspNet-Menu-Horizontal ul.AspNet-Menu li:hover,
#menu .AspNet-Menu-Horizontal ul.AspNet-Menu li.AspNet-Menu-Hover
        { 
            color: #005954;
            background-color: #FFFFFF; 
        }


.frontEnd {
		width:175px;
		}

.frontEnd ul.AspNet-Menu
{
width:175px;
}

.frontEnd ul.AspNet-Menu li{
border-bottom:1px solid white;
}


.AspNet-Menu-Leaf
{
	background-color: #860911;
	color: #FFFFFF;
}


.frontEnd li a
{
	padding-left: 0px;
	padding-right:0px;
}

.frontEnd li ul{
	position:relative;
	left:180px;
	width:100%;
}
.frontEnd li li /* all list items THE FIRST POP OUT LEVEL!!!!!!!!*/
{
	top:-23px;
	float:left;
	margin-left: -5px;
	border-left:1px solid white;
	border-right:1px solid white;
	background-color: #530411;
}
.frontEnd li li li /* all list items */
{
	top:-35px;
	float:left;
	background-color: #530411;
}

.frontEnd li li li li /* all list items */
{
    
	top:-23px;
	float:left;
	background-color: #530411;
}
.frontEnd li:hover, /* list items being hovered over */
.frontEnd li.AspNet-Menu-Hover
{

	    background-color: #530411;
}

.frontEnd a, /* all anchors and spans (nodes with no link) */
.frontEnd span
{
	color:#550411
	padding: 0px 0px 0px -50px;
	border:0px solid #034053;
	border-top:0;
	border-bottom:0;
	
}

.frontEnd li.AspNet-Menu-Leaf a, .frontEnd li.AspNet-Menu-Leaf span
{
	background-image: none !important;
	float: left;
	text-decoration: none;
	width: 162px;
}



.frontEnd li:hover a, .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: #005954;
	width: 162px;
	background:#550411;
}

.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 */
{
		
}

.frontEnd .AspNet-Menu-ChildSelected /* a tier below this one is selected */
{
		
}

.frontEnd .AspNet-Menu-ParentSelected /* a tier above this one is selected */
{
		
}

#EntertainmentMessage
{
		padding-top: 2em;
		clear: both;
		
}

/* END  Menu Styles */