/* COMMON */

html,
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	width: 100%;
	height: 100%;
}

img {
	border: 0;
}

div.wrap {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding: 0;
}

a:link, a:visited {
	color: #5f9519;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-weight: normal;
	letter-spacing: -1px;
	font-size: 28px;
	margin: 0;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 18px;
}

.green {
	color: #6ba401 !important;
}

.orange {
	color: #d78802 !important;
}

.red {
	color: #eb0138 !important;
}

.white {
	color: #ffffff !important;
}

.small {
	font-size: 10px !important;
}

div.floatright {
	float: right;
}

div.floatleft {
	float: left;
}


/* Buttons */

a.buttonbeige, a.buttongreen {
	background: url(../img/beige-button-left.gif) left;
	height: 27px;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	margin: 10px 0 0 0;
	padding: 5px 0 5px 10px;
}

a.buttonbeige span, a.buttongreen span {
	background: url(../img/beige-button-right.gif) right;
	height: 27px;
	padding: 5px 10px 5px 5px;
}

a.buttonbeige:hover, a.buttongreen:hover {
	color: #666;
}

a.buttongreen {
	background: url(../img/green-button-left.gif) left;
}

a.buttongreen span {
	background: url(../img/green-button-right.gif) right;
}

a.buttongreen:hover {
	color: #fff;
}

.clear {
    overflow: hidden;
    width: 100%;
}

a.white_button, a.green_button {
    background: transparent url(../img/white-button_right.gif) no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: bold 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; 
    text-decoration: none;
}

a.white_button span, a.green_button span {
    background: transparent url(../img/white-button_left.gif) no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
} 

a.white_button {
	color: #333;
    background: transparent url(../img/white-button_right.gif) no-repeat scroll top right !important;
}

a.green_button {
	color: #fff;
    background: transparent url(../img/green-button_right.gif) no-repeat scroll top right;
}

a.white_button span {
	color: #333;
    background: transparent url(../img/white-button_left.gif) no-repeat !important;
}

a.green_button span {
	color: #fff;
    background: transparent url(../img/green-button_left.gif) no-repeat;
}

a.white_button:active, a.white_button:hover, a.green_button:active, a.green_button:hover {
    background-position: bottom right;
    color: #000;
    outline: none; 
}

a.white_button:active span, a.white_button:hover span, a.green_button:active span, a.green_button:hover span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; 
} 



/* HEADER */



img.logo {
	margin-top: 15px;
}

div#header {
	background: url(../img/header-bg.jpg) repeat-x bottom #f4f1e8;
	height: 150px;
	width: 100%;
	font-size: 11px;
	color: #9d9470;
}

div#login {
	position: absolute;
	top: 40px;
	left: 536px;
	width: 450px;
}

div#login input.button {
	background: transparent url(../img/login-input.gif) no-repeat;
	color: #fff;
	border: none;
	width: 49px;
	text-align: center;
	font-size: 11px;
	margin-top: 5px;
	padding: 5px 0 5px 0;
	line-height: 24px;
	text-transform: capitalize;
	cursor: pointer;
}

div#login input.button:hover {
	color: #fff;
	background: transparent url(../img/login-input-hover.gif) no-repeat;
}

div#login ul {
	padding: 0;
	list-style-type: none;
}

div#login ul li {
	float: left;
	margin-right: 10px;
	padding-left: 10px;
	border-left: 1px solid #eaeaea;
	background: none;
}
div#login ul li:first-child {
	border: none;
	padding: 0;
}

input#login_username, input#login_passwd {
	width: 149px;
	background: transparent url("../img/new_input.gif") no-repeat;
	border: none;
	padding: 5px;
	color: #9d9470;
}

input#login_remember {
	border: none;
	width: inherit;
	padding: 0;
}

span.slogan {
	font-size: 16px;
	font-style: italic;
	color: #a9a58d;
	position: absolute;
	top: 50px;
	left: 245px;
}



/* MENU */


ul.menu {
	height: 42px !important;
}

div#menu {
	font-size:1em;
	height: 82px;
	margin-top: 22px;
}

ul.level1 li {
	display: block;
	width: 120px !important;
	padding: 0 !important;
}

ul.level1 li span {
	padding: 0;
	width: 120px !important;
	text-align: center;
}

ul.help {
	background: url(../img/menu-blue-bg.gif) no-repeat !important;
}

li.level1 a.level1 span {
	font-size: 20px;
	font-weight: normal;
	height: 42px;
	width: 120px;
	text-align: center;
}

a.frontpage {
	color: #aaa079 !important;
	font-weight: normal !important;
	font-size: 16px;
}

ul.level2 {
	background: url(../img/menu-bg.gif) no-repeat;
	height: 40px;
}

ul.level2 li span {
	margin: 0 20px 0 20px;
}

li.electronics, li.home, li.freetime {
	background: url(../img/menu-green-bg.gif) no-repeat !important;
}


li.tutorial, li.faq, li.helpdesk, li.news {
	background: url(../img/menu-blue-bg.gif) no-repeat !important;
}

li.electronics {
	background-position: left !important;
	height: 40px;
}

li.electronics span {
	background: url(../img/icon-electronics.gif) no-repeat;
	background-position: left;
	padding-left: 30px !important;
}

li.home {
	background-position: center !important;
	height: 40px;
}

li.home span {
	background: url(../img/icon-home.gif) no-repeat;
	background-position: left;
	padding-left: 30px !important;
}

li.freetime {
	background-position: right !important;
	height: 40px;
}

li.freetime span {
	background: url(../img/icon-freetime.gif) no-repeat;
	background-position: left;
	padding-left: 30px !important;
}

li.bingo, li.games2, li.scratch, li.sportsbook, li.casino {
}

li.bingo {
	background-position: left !important;
}

li.games2, li.scratch, li.sportsbook {
	background-position: center !important;
}

li.casino {
	background-position: right !important;
}

li.tutorial {
	background-position: left !important;
}

li.faq, li.helpdesk {
	background-position: center !important;
}

li.news {
	background-position: right !important;
}


span.green { color: #bbe006; }

div#menu{
	position: relative;
	width: auto;	
	
}
div#menu li.level1 {
	line-height: 42px;
}
div#menu li.level1 a,
div#menu li.level1 span {
	display: block;
	width: auto;
	height: 42px;
	line-height: 42px;
}
div#menu li.level1 span {
	padding: 0;
}
div#menu li a{
	
	font-weight: bold;
}
div#menu li a:hover{
	text-decoration: none !important;
}
div#menu li{
	height: 42px;
}
div#menu ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
	height: 42px;
}
div#menu ul ul{
	height: 40px;
}
div#menu ul li,
div#menu ul ul li{
	float: left;
	margin: 0 auto 0 0;
	padding: 0;
}
div#menu ul ul ul li:first-child,
div#menu ul ul ul ul li:first-child,
div#menu ul ul ul ul ul li:first-child,
div#menu ul ul ul ul ul ul li:first-child,
div#menu ul ul ul ul ul ul ul li:first-child{
	padding-left: 0px!important;
}
div#menu ul ul{
	width: 100%;
	position: absolute;
	z-index: 1;
	left: 0;
	display: none;
	z-index: 1000;
}
div#menu ul ul ul li span{
	padding-left: 19px;
}
div#menu ul ul ul,
div#menu ul ul ul ul,
div#menu ul ul ul ul ul,
div#menu ul ul ul ul ul ul{
	width: auto;
}
div#menu li:hover ul,
div#menu ul li:hover ul{
	display: block;
}
div#menu ul ul ul{
	width: 210px;
}
div#menu ul ul ul ul, 
div#menu ul ul ul ul ul,
div#menu ul ul ul ul ul ul{
	width: 210px;
	position: absolute;
}
div#menu ul ul ul li{
	float: none;
	width: 210px;
	position: relative;
	padding: 0;
	margin: 0;
	z-index: 5000;
}
div#menu li li a,
div#menu li li a:hover,
div#menu li li span,
div#menu li li span:hover,
div#menu li li{
	height: 40px !important;
}
div#menu li li li{
	float: left;
}
div#menu li li{
	position: relative;
}
div#menu li li ul {
	left:-999em;
	position: absolute;
	float: none;
}
div#menu li li li ul {
	left:-999em;
	position: absolute;
}
div#menu li li:hover ul {
	left:0px!important;
	top: 32px!important;
	position: absolute;
}
div#menu li li:hover li ul,
div#menu li li li:hover li ul,
div#menu li li li li:hover li ul,
div#menu li li li li li:hover li ul{
	display: none;
}
div#menu li li li:hover ul,
div#menu li li li li:hover ul,
div#menu li li li li li:hover ul,
div#menu li li li li li li:hover ul {
	left:210px!important;
	top: 0px!important;
	position: absolute;
	display: block;
}
div#menu li:hover li ul,
div#menu li li:hover li ul,
div#menu li li li:hover li ul,
div#menu li li li li:hover li ul {
	top:-999em;
}

div#menu li { background: none; height: 42px; width: 120px; }
div#menu li.active { background: url(../img/menu-item-hover.gif) no-repeat; }
div#menu li:hover { background: url(../img/menu-item-hover.gif) no-repeat; color: #fff; }
div#menu li.games:hover { background: url(../img/menu-item-hover-grey.gif) no-repeat !important; color: #fff; }
div#menu li.help:hover { background: url(../img/menu-item-hover-blue.gif) no-repeat !important; color: #fff; }
div#menu li.level1:first-child { background: none;  }
div#menu li li { background: none; width: auto; }
div#menu li li.active { background: none !important; }
div#menu li:first-child.active { border-left: none; }
div#menu li a { color: #333; }
div#menu li li a,
div#menu li.active a { color: #fff; }
div#menu li li:hover { background: none; }
div#menu li li a:hover { color: #bbe006; }
div#menu li li.electronics a:hover, div#menu li li.home a:hover, div#menu li li.freetime a:hover { color: #333; }
div#menu li li.tutorial a:hover, div#menu li li.faq a:hover, div#menu li li.helpdesk a:hover, div#menu li li.news a:hover, div#menu li li.tutorial a:hover, div#menu li li.faq a:hover, div#menu li li.helpdesk a:hover, div#menu li li.news a:hover { color: #333 !important; }
div#menu li.level1,
div#menu ul ul li {  }
div#menu ul ul li {  }
div#menu li.level1>a:hover{
	color:#fff;
}
div#menu li.active>a:hover{
	color:#fff;
}
div#menu li li li,
div#menu li li li.active {
	background: #3B3B3B;
}

div#menu li li li:hover {
	background: #bbe006;
}

div#menu li li li:hover a {
	color: #333;
}




/* MIDDLE */



div#middle {
	background: url(../img/middle-bg.jpg) repeat-x #f0ede0;
	height: 248px;
	width: 100%;
	padding-top: 40px;
	position: relative;
}


/* REGISTER */


div#register {
	position: absolute;
	top: 0;
	left: 600px;
	width: 378px;
	height: 248px;
	background: url(../img/register-bg.jpg) repeat-x bottom;
}

div#register ul {
	padding: 0;
	list-style-type: none;
}

div#register ul li {
	width: 189p×;
	height: 38px;
	line-height: 38px;
	color: #fff;
	background: url(../img/register-grey_tab.gif) no-repeat;
	float: left;
}

div#register ul li a {
	width: 189px;
	height: 38px;
	text-align: center;
	color: #fff;
	display: block;
	font-size: 14px;
}

div#register ul li a:hover, div#register ul li a.active {
	background: url(../img/register-green_tab.gif) no-repeat;
	text-decoration: none;
}

div#register form {
	display: block;
	margin-top: 45px;
	position: relative;
	width: 379px;
	height: 203px;
}

div#register form label{
	float: left;
	width: 100px;
	font-size: 10px;
	padding: 5px 5px 0 0;
	text-align: right;
	font-weight: bold;
}

div#register form input {
	width: 168px;
	height: 24px;
	border: 0;
	padding: 2px 5px 2px 5px;
	line-height: auto;
	background: transparent url(../img/register-input.gif) no-repeat;
}

div#register form textarea{
	width: 250px;
	height: 150px;
}

div#register form .boxes{
	width: 1em;
}

div#register form input#submitbutton{
	margin-left: 100px;
	margin-top: 5px;
	padding: 0;
	width: 175px;
	height: 46px;
	background: url(../img/register-button.gif) no-repeat;
	line-height: 46px;
	cursor: pointer;
	font-size: 14px;
	color: #fff;
}

div#register form br{
	clear: left;
}

div#bonus {
	position: absolute;
	bottom: 0;
	right: 0;
	background: url(../img/get10freebids.png) bottom right no-repeat;
	width: 91px;
	height: 91px;
}


/* MAIN */

div#main {
	width: 800px;
	overflow: hidden;
}

div#products { }

div#upcoming {
	clear: both;
	padding-top: 20px;
}

div#content {
	background: url(../img/content-bg.jpg) top repeat-x #fff;
	padding-top: 60px;
	position: relative;
}

div#content div.inside {
	width: 800px;
}

div#content div.inside div.left {
	float: left;
	width: 440px;
}

div#content div.inside div.right {
	float: right;
	width: 340px;
}

div#content p {
	line-height: 18px;
}

div#content ul li {
	margin-bottom: 5px;
}

div.data h1, div.data h2 {
	margin-top: 0;
	padding-top: 0;
}

div.data {
	background: url(../img/data-bg-top.jpg) top no-repeat;
	padding: 15px 0 10px 0;
	width: 337px;
	overflow: hidden;
}

div.data table {
	border: 0;
	border-collapse: collapse;
	margin: 0 10px;
	width: 95%;
}

div.data table td {
	height: 24px;
	font-weight: bold;
	border: solid 1px #e5e5e5;
	border-width: 0 0 1px 0;
}

div.data table td.right {
	text-align: right;
	font-weight: normal;
}


div.data table td.center {
	text-align: center;
	font-weight: normal;
}

div.data table tr.heading td {
	text-transform: uppercase;
	font-weight: bold;
}

div.data div.data-bottom {
	background: url(../img/data-bg-bottom.jpg) bottom no-repeat;
	padding-bottom: 15px;
}


/* RIGHT */

div#right {
	min-height: 100%;
	background: #EBE7DB;
	position: absolute;
	top: 0;
	right: 21px;
	height: 100%;
	width: 170px;
}


/* FOOTER */

div#footer {
	margin-top: 20px;
	padding-top: 20px;
	clear: both;
	height: 250px;
	width: 100%;
	background: url(../img/footer-bg.jpg) repeat-x top #484747;
}

div#footer a:link, div#footer a:visited {
	color: #ffffff;
}


div#footer div.footer_item {
	float: left;
	padding-right: 15px;
}

div#footer ul {
	padding-left: 15px;
	list-style-type: none;
}

div#footer ul li {
	list-style-image:url(../img/footer-bullet.gif);
	margin-bottom: 5px;
}

div#footer ul li a:link, div#footer ul li a:visited {
	color: #777777;
	font-weight: normal;
}

div#footer ul li a:hover {
	color: #fff;
	text-decoration: none;
}



/* TOOLBAR */

div#toolbar{
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  height:35px;
  background: url(../img/toolbar-bg.gif) bottom;
  padding: 5px 15px 0 15px;
 }
 
@media screen{
  body>div#toolbar{
   position: fixed;
  }
}

div#toolbar p {
	font-size: 11px;
	float: left;
	color: #fff;
}

div#toolbar a.profile:link, div#toolbar a.profile:visited {
	color: #ffffff !important;
	background: url(../img/footer-profile.gif) no-repeat right;
	padding-right: 20px;
}

div#toolbar input.bids {
	float: left;
	text-align: right;
	margin: 5px 0 0 25px;
}

div#toolbar select.favorites {
	float: left;
	margin: 7px 0 0 25px;
}

div#toolbar a.green_button {
	margin: 5px 10px 0 10px;
}


/* DROPDOWN */


.desc { color:#6b6b6b;}
.desc a {color:#0092dd;}

.dropdown {
	position: absolute;
	top: 0;
	right: 22px;
	z-index: 10000;
	padding: 0;
	margin: 0;
}

.dropdown dd, .dropdown dt, .dropdown ul { margin:0px; padding:0px; }
.dropdown dd { position:relative; }
.dropdown a, .dropdown a:visited { color:#816c5b; text-decoration:none; outline:none; font-weight: normal; font-size: 11px; }
.dropdown a:hover { color:#5d4617;}
.dropdown dt a:hover { color:#5d4617;}
.dropdown dt a {background: url(../img/flag-bg.gif) no-repeat; display:block; padding-right:20px; width:150px;}
.dropdown dt a span {cursor:pointer; display:block; padding:4px;}
.dropdown dd ul { background:#e4dfcb none repeat scroll 0 0; border:0px; color:#C5C0B0; display:none;
				  left:5px; padding:0px 0px; position:absolute; top:0px; width:auto; min-width:160px; list-style:none;}
.dropdown span.value { display:none;}
.dropdown dd ul li a { padding:5px; display:block;}
.dropdown dd ul li a:hover { background-color:#d0c9af;}

.dropdown img.flag { border:none; vertical-align:middle; margin-right:5px; float: left; }



ul.vertical-menu {
	padding: 0;
	float: left;
	width: 170px;
	list-style-type: none;
	margin-right: 10px;
}

ul.vertical-menu li {
	height: 25px;
	background: url(../img/vertical-menu-white.gif) repeat-x;
	width: auto;
	margin-bottom: 0 !important;
}

ul.vertical-menu li a {
	height: 25px;
	width: auto;
	line-height: 25px;
	display: block;
	text-decoration: none;
	color: #333;
	font-size: 11px;
	padding-left: 5px;
	font-weight: bold;
}




ul.vertical-menu li a.active, ul.vertical-menu li a:hover {
	background: url(../img/vertical-menu-green.gif) repeat-x;
	color: #fff;
}

div.data-big {
	background: url(../img/data-big-top.jpg) left top no-repeat;
	padding: 15px 379px 10px 0;
	width: 421px;
	overflow: hidden;
}

div.data-big div.data-big-bottom {
	background: url(../img/data-big-bottom.jpg) bottom no-repeat;
	padding-bottom: 20px;
	clear: left;
}

table.list {
	width: 80%;
}


table.list tr {
	border: solid 1px #e5e5e5;
	border-width: 0 0 0 1px;
}

table.list tr.heading {
	height: 25px !important;
	background: url(../img/vertical-menu-white.gif) repeat-x;	
}

table.list tr.heading td {
	font-size: 11px;
	font-weight: bold;
	height: 25px !important;
}

table.list td {
	height: 28px;
	border: solid 1px #e5e5e5;
	border-width: 0 1px 1px 0;
}

/* BINGO CSS */


/* END BINGO CSS */
div.bingo {
	width: 703px;
	height: 64px;
	left: 90px;
	display: block;
	padding-top: 30px;
	position: absolute;
	background: url(../img/upcoming-item-bg.jpg) no-repeat;
	padding-bottom: 10px;
}

/* UPCOMING PRODUCTS */


div.upcoming_item {
	position: relative;
	height: 64px;
	padding-bottom: 10px;
}

div.upcoming_item div.info {
	width: 703px;
	height: 64px;
	left: 90px;
	display: block;
	top: 0;
	position: absolute;
	background: url(../img/upcoming-item-bg.jpg) no-repeat;
}

div.upcoming_item div.info p.info {
	padding: 0 0 0 10px;
	font-size: 11px;
	height: 40px;
	width: 350px;
	overflow: hidden;
	float: left;
}

div.upcoming_item img.setbidbuddy {
	position: absolute;
	top: 15px;
	left: 650px;
}

div.upcoming_item p.time {
	font-size: 20px;
	text-align: center;
	margin: 20px 150px 0 0;
	width: 170px;
	float: right;
}




/* IEFIX */

/* 
 * Rules to fixing problems in IE7 
 */

div#horiz-menu {
	z-index: 1000;
}

div#horiz-menu ul ul{
	top: 32px;
}
div#horiz-menu li{
	height: 32px;
}
div#horiz-menu li li{
	height:28px;
}
div#horiz-menu ul.level2 li{
	min-width:40px;
}
div#horiz-menu li li li{
	float: left;
}
div#horiz-menu li li ul {
	left:-999em;
	position: relative;
	float: none;
}

div#horiz-menu li li li ul {
	left:-999em;
	position: absolute;
}

div#horiz-menu li li:hover ul {
	left:0px!important;
	top: -3px!important;
	position: relative;
	float:left;
}
.gk_news_options{
	text-indent:0!important;
	padding-right:12px!important;
	}
	
.gk_news_form_checkbox{
	border:none!important;
}

#popup_register .popup_padding label{
	display:block;
	height:40px;
	line-height:30px;
}

#form-login ul li{
	padding-left:5px!important;
}

div#horiz-menu li.level1>a:hover{
	color:#890000;
}
div#horiz-menu li.active>a:hover{
	color:#fff;
}
div#horiz-menu li li li,
div#horiz-menu li li li.active {
	background: #444!important;
	border-bottom: 1px solid #555;
}
#logout_area div {
	border: 1px solid #f5d1d1;
	background: #fef6f6;
	color: #890000;
}

ul.menu {
	height: 42px !important;
}

div#horiz-menu {
	font-size:1em;
	height: 82px;
}

ul.level1 li {
	display: block;
	width: 120px !important;
	padding: 0 !important;
}

ul.level1 li span {
	padding: 0;
	width: 120px !important;
	text-align: center;
}

ul.help {
	background: url(../images/menu-blue-bg.gif) no-repeat !important;
}

li.level1 a.level1 span {
	font-size: 20px;
	font-weight: normal;
	height: 42px;
	width: 120px;
	text-align: center;
}

a.frontpage {
	color: #aaa079 !important;
	font-weight: normal !important;
	font-size: 16px;
}

ul.level2 {
	background: url(../images/menu-bg.gif) no-repeat;
	height: 40px;
}

ul.level2 li span {
	margin: 0 20px 0 20px;
}

li.electronics, li.home, li.freetime {
	background: url(../images/menu-green-bg.gif) no-repeat !important;
}

li.electronics {
	background-position: left !important;
	height: 40px;
}

li.electronics span {
	background: url(../images/icon-electronics.gif) no-repeat;
	background-position: left;
	padding-left: 30px !important;
}

li.home {
	background-position: center !important;
	height: 40px;
}

li.home span {
	background: url(../images/icon-home.gif) no-repeat;
	background-position: left;
	padding-left: 30px !important;
}

li.freetime {
	background-position: right !important;
	height: 40px;
}

li.freetime span {
	background: url(../images/icon-freetime.gif) no-repeat;
	background-position: left;
	padding-left: 30px !important;
}

li.bingo, li.games2, li.scratch, li.sportsbook, li.casino {
	background: url(../images/menu-pink-bg.gif) no-repeat !important;
}

li.bingo {
	background-position: left !important;
}

li.games2, li.scratch, li.sportsbook {
	background-position: center !important;
}

li.casino {
	background-position: right !important;
}

li.tutorial, li.faq, li.helpdesk, li.news {
	background: url(../images/menu-blue-bg.gif) no-repeat !important;
}

li.tutorial {
	background-position: left !important;
}

li.faq, li.helpdesk {
	background-position: center !important;
}

li.news {
	background-position: right !important;
}


span.green { color: #bbe006; }


div#horiz-menu li { background: none; height: 42px; width: 120px; }
div#horiz-menu li.active { background: url(../images/menu-item-hover.gif) no-repeat; }
div#horiz-menu li:hover { background: url(../images/menu-item-hover.gif) no-repeat; color: #fff; }
div#horiz-menu li.games:hover { background: url(../images/menu-item-hover-pink.gif) no-repeat !important; color: #fff; }
div#horiz-menu li.help:hover { background: url(../images/menu-item-hover-blue.gif) no-repeat !important; color: #fff; }
div#horiz-menu li.level1:first-child { background: none;  }
div#horiz-menu li li { background: none; width: auto; }
div#horiz-menu li li.active { background: none!important; }
div#horiz-menu li:first-child.active { border-left: none; }
div#horiz-menu li a { color: #333; }
div#horiz-menu li li a,
div#horiz-menu li.active a { color: #fff; }
div#horiz-menu li li:hover { background: none; }
div#horiz-menu li li a:hover { color: #bbe006; }
div#horiz-menu li li.electronics a:hover, div#horiz-menu li li.home a:hover, div#horiz-menu li li.freetime a:hover { color: #333; }
div#horiz-menu li li.bingo a:hover, div#horiz-menu li li.games2 a:hover, div#horiz-menu li li.scratch a:hover, div#horiz-menu li li.sportsbook a:hover, div#horiz-menu li li.casino a:hover, div#horiz-menu li li.tutorial a:hover, div#horiz-menu li li.faq a:hover, div#horiz-menu li li.helpdesk a:hover, div#horiz-menu li li.news a:hover { color: #333; }
div#horiz-menu li.level1,
div#horiz-menu ul ul li {  }
div#horiz-menu ul ul li {  }

