/*                                                                          */
/* NOTICE:                                                                  */
/*    To support more than one-single FlexMenu server control per page     */
/*    the CSS files' name is used as a class and is prefixed to all of      */
/*    the selectors (without the path or extension).                        */
/*                                                                          */
/*    The server control will automatically wrap the entire FlexMenu        */
/*    within a div-tag, whose class-name will be derived from the filename. */
/*                                                                          */
/*    *** THESE MUST BE ENTIRELY IN LOWER CASE! ***                         */
/*    The server control will cast these filenames to lower before use!     */
/*                                                                          */
/*    Only the base ASCII character set is supported.                       */
/*                                                                          */
/*    Also, spaces and periods before the extension will be converted       */
/*    into underscores, as these are not permitted within the selector.     */
/*                                                                          */

/* HOVER STATES - Start */

/* HOME */
    #e0fa05764_23_23_91_li {
        background: transparent url(../i/nav_hover.jpg) 0px 0px no-repeat;
	    height: 24px;
	    text-align: center;
    }
    
    #_li {
        background-color: Blue;
	    height: 24px;
	    width: 200px;
	    text-align: center;
    }
    
   
    
    #e0fa05764_23_23_91_li:hover {
        background-position: 0 -24px;
    }

    #e0fa05764_23_23_91_a {
        padding-top: 5px;
        width: 77px;
        height: 19px;
        background: none;
    }

/* CASINO */
    #e0fa05764_23_36 {
        background: transparent url(../i/nav_hover.jpg) 0px 0px no-repeat;
	    height: 24px;
	    text-align: center;
    }

    #e0fa05764_23_36:hover {
        background-position: 0 -24px;
    }

    #e0fa05764_23_36_button {
        padding-top: 5px;
        width: 77px;
        height: 19px;
    }

/* ABOUT US */
    #e0fa05764_23_25 {
        background: transparent url(../i/nav_hover.jpg) 0px 0px no-repeat;
	    height: 24px;
    }

    #e0fa05764_23_25:hover {
        background-position: 0 -24px;
    }

    #e0fa05764_23_25_button {
        padding-top: 5px;
        height: 19px;
        width: 90px;
    }
    
/* PLAYERS CLUB */
    #e0fa05764_23_27
    {
        background: transparent url(../i/nav_hover.jpg) 0px 0px no-repeat;
	    height: 24px;
    }

    #e0fa05764_23_27:hover 
    {
        background-position: 0 -24px;
    }

    #e0fa05764_23_27_button
    {
        padding-top: 5px;
        height: 19px;
        width: 120px;
    }
    
/* ENTERTAINMENT */
    #e0fa05764_23_28
    {
        background: transparent url(../i/nav_hover.jpg) 0px 0px no-repeat;
	    width: 123px;
	    height: 24px;
    }

    #e0fa05764_23_28:hover 
    {
        background-position: 0 -24px;
    }

    #e0fa05764_23_28_button
    {
        padding-top: 5px;
        height: 19px;
        width: 128px;
    }
    
/* PROMOTIONS */
    #e0fa05764_23_29
    {
        background: transparent url(../i/nav_hover.jpg) 0px 0px no-repeat;
	    height: 24px;
    }

    #e0fa05764_23_29:hover 
    {
        background-position: 0 -24px;
    }

    #e0fa05764_23_29_button
    {
        padding-top: 5px;
        height: 19px;
        width: 110px;
    }
    
/* DINING */
    #e0fa05764_23_30
    {
        background: transparent url(../i/nav_hover.jpg) 0px 0px no-repeat;
	    height: 24px;
    }

    #e0fa05764_23_30:hover 
    {
        background-position: 0 -24px;
        height: 24px;
    }

    #e0fa05764_23_30_button
    {
        padding-top: 5px;
        height: 19px;
        width: 74px;
    }
    
/* GETTING THERE */
    #e0fa05764_23_31
    {
        background: transparent url(../i/nav_hover.jpg) 0px 0px no-repeat;
	    height: 24px;
    }

    #e0fa05764_23_31:hover 
    {
        background-position: 0 -24px;
    }

    #e0fa05764_23_31_button
    {
        padding-top: 5px;
        height: 19px;
        width: 116px;
    }
    
/* HOVER STATES - End */

.horizontal .ekflexmenu 
{
	/*padding: 10px 10px 10px 10px;*/
	/* DIV; wraps the entire menu */
	/* (the outer-most non-user container element) */
	margin: 0 auto;
    width: 968px;
    white-space: nowrap;
    color: #404040;
    height: 24px;
	padding: 0px;
	display: block;
	font-family: Tahoma; 
	font-size: 12px;
	position: relative;
	float: left;
	margin-left: 5px; 
	z-index: 100 !important;
}

.horizontal UL
{
	display: block;
	margin: 0px;
	padding: 0px;
	color: #404040;	
}
.horizontal LI
{
	float: left;
	display: block;
	position: relative;
	padding: 0px;
	font-family: Tahoma; 
	font-size: 12px;
	color: #404040;
	margin-top: 0px;
	/*border-right: 1px solid #b0b0b0;*/
	text-align: center;	
}

.horizontal LI
{
    color: #404040;

}
.horizontal LI a
{
	float: left;
	display: inline;
	position: relative;
	padding: 0px;
	width: 120px;
	height: 15px;
	font-family: Tahoma; 
	font-size: 12px;
	color: #404040;
	text-decoration: none;
	font-weight: bold;
	background: url(../i/nav_dropDown_bg.png) repeat-y;
}

.horizontal LI a:hover
{
	float: left;
	display: inline;
	position: relative;
	padding: 0px;
	width: 120px;
	height: 15px;
	font-family: Tahoma; 
	font-size: 12px;
	color: rgb(0, 149, 164);
	text-decoration: none;
	font-weight: bold;
	
}
 
.horizontal .ekflexmenu_menu_level_0 .ekflexmenu_submenu_items
{
	position: relative;
	left: 0px;
	top: 0px;
	float: left;
	padding: 0px;
	color: #404040;
	
}

.horizontal .ekflexmenu_menu_level_0 .ekflexmenu_submenu_items_hidden
{
	display: none;
	color: #404040;
}

.horizontal UL LI UL LI
{
	width: 175px;
	border: 0px; 
	clear: both; 
	height: 20px; 
	font-weight: normal; 
	position: relative; 
	color:#404040;
}


.horizontal UL LI UL LI .ekflexmenu_link
{
	width: 175px;
	text-align: left;
	position: relative;
	z-index: 100 !important;
	color: #404040;
}

.horizontal UL LI UL LI .ekflexmenu_link a
{
	text-align: left; 
	font-weight: normal;
	color: #404040;
}

.horizontal .ekflexmenu_menu_level_1 .ekflexmenu_submenu_items 
{
	position: absolute;
	left: 0px;
	top: 100%;
	font-family: Tahoma; 
	font-size: 12px;
	display: block;
	border: 0px;
	background-color: #fafafa;
	margin-left: 3px;
	padding: 7px 0 5px 5px;
	text-align: left;
	color: rgb(0, 149, 164);
	width: 175px;
	z-index: 100 !important;
}

.horizontal .ekflexmenu_menu_level_2 .ekflexmenu_submenu_items
{
	position: absolute;
	left: 100%;
	top: 0px;
	margin-top: 5px;
	z-index: 99999 !important;
}

.horizontal .ekflexmenu .ekflexmenu_submenu_items_hidden 
{
	display: none;
}

.horizontal .ekflexmenu_button,
.horizontal .ekflexmenu_button_hover,
.horizontal .ekflexmenu_button_selected,
.horizontal .ekflexmenu_button_selected_hover
.horizontal .ekflexmenu_button_visited
{
    color: #404040;
    width: 120px;
    height: 15px;
    text-decoration: none; 
}

.horizontal A
{
	text-decoration: none;
}

.horizontal .ekflexmenu_submenu,
.horizontal .ekflexmenu_submenu_hover,
.horizontal .ekflexmenu_submenu_parent,
.horizontal .ekflexmenu_submenu_parent_hover
{
	top: 0px;
	left: 0px;
}

.horizontal .ekflexmenu_link
{
	padding: 0px;
	height: 15px; 
	float: left;
	border: 0px; 
	display: block;
	color: #404040;
}

.horizontal a.ekflexmenu_link:hover, 
.horizontal a.ekflexmenu_link:active, 
.horizontal a.ekflexmenu_link:focus,
.horizontal a.ekflexmenu_link_selected
{
	color: rgb(0, 149, 164); 
	padding: 0px; 
	height: 15px;  
	border: 0px; 
	display: block; 
}

.horizontal .ekflexmenu_menu_level_1 .ekflexmenu_startlevel .ekflexmenu_submenu a:hover
{
	color: rgb(0, 149, 164);
}

.horizontal .ekflexmenu_menu_level_2 UL.ekflexmenu_submenu_items LI a.ekflexmenu_link:hover
{
    color: rgb(0, 149, 164);
}


.horizontal a.ekflexmenu_link, 
.horizontal a.ekflexmenu_link:link, 
.horizontal a.ekflexmenu_link:visited 
{
    padding: 0px;
    color: #404040;
    display: block; 
	width: 100%;
    border-bottom: 0px solid ;
    white-space: normal;
    font-family: Tahoma;  font-size: 12px;
    z-index: 100 !important;
}


.horizontal .ekflexmenu_startlevel a
{
    color:#404040;
    font-family: Tahoma;  
    font-size: 12px;
    background: none;
    height: 24px;
}

.horizontal .ekflexmenu_startlevel a:hover
{
 color:rgb(0, 149, 164);
}


.ekflexmenu_submenu_items ul li

{
    text-align:left;
}

li.e0fa05764_23_36 
{
    background: transparent url(../i/nav_casino.jpg) 0 0 no-repeat;
	width: 81px;
	border: 1px solid red;
}
