/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/dd_valid.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* Menu */
.menu {
	margin: 0 auto; text-align: center;
	display: block;
	width: 814px;
	height: 24px;
	position:relative; 
	z-index:100;
 }
 
/*Second Level List Items */ 
.menu ul li li {
	width: 160px;
	text-align: left;
	overflow:hidden;
	display:block; 
	line-height:20px;
	text-indent: 0px;
	margin-left: 10px;
}

.top {
	margin-top: 3px;
}
 
/*Second Level Link Styles
.menu ul li a, .menu ul li a:visited {

}
*/ 

.menu ul li {
	float:left; 
	position:relative;
}

.menu ul li ul {
	display: none;
}

/* specific to non IE browsers */
.menu ul li:hover a {color:#fff; background:#FFF;}
.menu ul li:hover ul {display:block; position:absolute; top:21px; left:0; width:105px;}
.menu ul li:hover ul li a.hide {background:#6a3; color:#fff;}
.menu ul li:hover ul li:hover a.hide {color:#000;}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {display:block; background:#ddd; color:#000;}
.menu ul li:hover ul li a:hover {color: #0095a4;}
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:105px; top:0;}
.menu ul li:hover ul li:hover ul.left {left:-105px;}

/*--------------------------------------------------------------------------> ROLLOVERS */
.menu a:link, .menu a:visited {
	height: 24px;
	display: block;
	font-size: 11px;
}

.menu a span {display: none; }

#aboutUs a:hover, #home a:hover, #casino a:hover, #playersClub a:hover, #entertainment a:hover, #promotions a:hover, #dining a:hover, #gettingHere a:hover,
#aboutUs a.on, #home a.on, #casino a.on, #playersClub a.on, #entertainment a.on, #promotions a.on, #dining a.on, #gettingHere a.on {
    background-position: 0 -24px;
}

.menu span {
	position: absolute;
	z-index: -1;
}

.menu a.onState {
   background-position: 0 -24px;
}

#home a {
    background: transparent url(../i/nav_home.jpg) 0 0 no-repeat;
	width: 97px;
}

#aboutUs a {
    background: transparent url(../i/nav_aboutUs.jpg) 0 0 no-repeat;
	width: 90px;
}

#casino a {
    background: transparent url(../i/nav_casino.jpg) 0 0 no-repeat;
	width: 81px;
}

#playersClub a {
    background: transparent url(../i/nav_playersClub.jpg) 0 0 no-repeat;
	width: 112px;
}

#promotions a {
    background: transparent url(../i/nav_promotions.jpg) 0 0 no-repeat;
	width: 110px;
}

#entertainment a {
    background: transparent url(../i/nav_entertainment.jpg) 0 0 no-repeat;
	width: 123px;
}

#dining a {
    background: transparent url(../i/nav_dining.jpg) 0 0 no-repeat;
	width: 76px;
}

#gettingHere a {
    background: transparent url(../i/nav_gettingHere.jpg) 0 0 no-repeat;
	width: 122px;
}
