

/* full_top_menu_item_width = 90 */


#nav {
	width: 739px;
	float: left;
	background: url('../img/top_menu_bg.gif') repeat-x bottom;
}

#nav li {
	background: url('../img/top_menu_separator.gif') no-repeat right bottom;
	padding: 0 1px 0 0px;
	margin: 0;
	list-style-type: none;
	list-style-image: none;
	float: left;
	position: relative;
	z-index: 1000;
}
#nav li.last {
	background: url('../img/top_menu_bg.gif') repeat-x bottom;
	padding-right:1px;
}

#nav a {
	background: url('../img/top_menu_bg.gif') repeat-x bottom;
	display: block;
	float: left;
	color: #000;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	height: 28px;
	padding: 8px 22px 0 22px;
	color: #a7c4e6;
}

#nav a.last {padding-left:23px !important; padding-right:22px !important;}
#nav a.dlast {padding-left:23px !important; padding-right:22px !important;}

#nav a:hover {
	background: url('../img/top_menu_bg_hover.gif') repeat-x bottom;
	color:#ffffff;
}
#nav li:hover a{
	background: url('../img/top_menu_bg_hover.gif') repeat-x bottom;
	color:#ffffff;
}
#nav a.download_selected {
	background: url('../img/top_menu_bg_hover.gif') repeat-x bottom;
	font-size: 13px;
	height: 28px;
	margin-top: 0px;
	padding: 8px 22px 0 22px;
	color:#ffffff;
}
#nav a.unselected {
	background: url('../img/top_menu_bg_hover.gif') repeat-x bottom;
	font-size: 13px;
	height: 28px;
	margin-top: 0px;
	padding: 8px 22px 0 22px;
	color:#ffffff;
}
a.image {
	background: url('../img/top_menu_separator.gif') no-repeat right bottom;
	padding: 0px 1px 0 0;
	height: 36px;
	float: left;
}
#nav .submenu {
	background: none;
}
#nav .submenu li {
	background: none;
	float: none;
}
#nav .submenu li a {
	background: #e5e5e5;
	background: url('../img/mnu_mouse_out.jpg') repeat bottom left;
	padding: 4px 20px 0px 18px;
	float: none;
	width: 165px;
	color: #844f00;
	border-bottom: 1px dotted #835000;
	height: 21px;
}
#nav .submenu li a:hover {
	background: #96750c;
	color: #ffffff;
}

#nav li ul {
	position: absolute;
	left: -2000px;
	z-index: 1000;
}

#nav li li:hover ul, #nav li.iehover ul { /* lists nested under hovered list items */
	left: 160px;
	top: 0px;
}

#nav li:hover ul, #nav li.iehover ul
{
	left: 0px;
	top: 36px;
}

#nav iframe {
	z-index: 999;
}

.jack_right {
	background: url('img/jackpot_bg_right.jpg') no-repeat;
	background-position: top right;
	width: 197px;
	height: 145px;
	margin: 0 8px 0 0;
	padding-top: 46px;
	float: right;
}

.jack_right p {
	background: url('img/jackpot_.gif') no-repeat;
	background-position: top right;
	width: 197px;
	height: 145px;
	margin: 0 8px 0 0;
	float: right;
}
-->

