#menuContainer{width:499px; margin:0 auto; }

#menuContainer a{color:#231F20 !important; font-size:11px;}

#login, #logout {width:145px; float:left; text-align:right; padding:6px 6px 0px 0px;}
#gameboard {width:145px;  float:left; text-align:left; padding:6px 0px 0px 6px;}

ul#nav, ul#nav ul{text-align:center; padding:0; margin:0; list-style-type:none;}

#nav li { /* all list items */
	float: left;
	position: relative;
	width: 190px; height:27px;
}


#nav li ul {
	display: none;
	width:190px;
	height:307px;
	background:url(../images/menu_bg.gif) no-repeat; 
	position: absolute;
	top: 25px;
	left: 0px;
}
/* uncomment for removal of million - comment out above 
#nav li ul { 
	display: none;
	width:190px;
	height:272px;
	background:url(../images/menu_bg2.gif) no-repeat; 
	position: absolute;
	top: 25px;
	left: 0px;
}
.nav_million{display:none !important;}
*/
#nav li:hover ul, #nav li.over ul { /* lists nested under hovered list items */
	display: block;
}

#nav li ul li{ /* second-level list items */
	margin:5px 0px 4px 5px;
	width:180px;
	height:25px;
}
* html #nav li ul li{ 
	margin:6px 0px 3px 2px;
	height:25px; 
}

.nav_htp, .nav_htp a{background:url(../images/nav_htp.gif) 0px 0px no-repeat;}
.nav_million, .nav_million a{background:url(../images/nav_million.gif) 0px 0px no-repeat;}
.nav_jackpot, .nav_jackpot a{background:url(../images/nav_jackpot.gif) 0px 0px no-repeat;}
.nav_winners, .nav_winners a{background:url(../images/nav_winners.gif) 0px 0px no-repeat;}
.nav_prizes, .nav_prizes a{background:url(../images/nav_prizes.gif) 0px 0px no-repeat;}
.nav_htr, .nav_htr a{background:url(../images/nav_htr.gif) 0px 0px no-repeat;}
.nav_faqs, .nav_faqs a{background:url(../images/nav_faqs.gif) 0px 0px no-repeat;}
.nav_rules, .nav_rules a{background:url(../images/nav_rules.gif) 0px 0px no-repeat;}
.nav_rest, .nav_rest a{background:url(../images/nav_rest.gif) 0px 0px no-repeat;}

#nav a{display:block; width:180px; height:25px; text-decoration:none;}
#nav a span{
	diplay:none;
	visibility:hidden;
	font-size:11px;
	font-weight:bold;
	color: #815940;
	text-decoration:none;
}

#nav a:hover, #nav li:hover {
	background-position:0px -25px;
}