*{
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
}

a img{
	margin: 0;
	padding: 0;
	border: 0;

}


/*--- SUBNAV --- */

#subnav{
	height: 58px;
	width: 100%;
	padding-top: 0px;
}

#subnav div{
	float: left;
}

#subnav #top {
	padding-left: 15px;
	margin: 0;
	height: 21px;
	width: 100%;
	list-style: none;
	font: bold 0.8em Verdana, sans-serif;
	color: #383838;
	display: inline;
}

#subnav #top a{
	font: 1em bold Verdana, Arial, Helvetica, sans-serif;
	color: #383838;
}

#subnav #top a:hover{
	color: #333;/*color: #84add5;*/
}
	
#top #refresh{
	margin: 0 11px 0 0;
	position: relative;
	top: -2px;
}

#top #otherlinks{
	margin-left: 20px;
	font-weight: bolder;
	border: solid 1px red;
}

#top #otherlinks a {
	font-size: 11px;
	font-weight: bolder;
}

#top #otherlinks a:hover {
	color: #999999;
}
#top #otherlinks span{
}

#subnav #top #tabs{
	width: auto;
}

#top #tabs ul {
	font: .9em normal Verdana, Arial, Helvetica, sans-serif;
	white-space: nowrap;
    margin:0;
    padding:0;
    list-style:none;
}

#top #tabs li {
    float:left;
    background:url("../img/nav/tab_blue_right.gif") no-repeat right top;
    margin:0;
}

#top #tabs li a {
    display:block;
    text-decoration: none;
    color: #fff;
    font-weight: bolder;
    font-size: .9em;
	text-transform: uppercase;
    background:url("../img/nav/tab_blue_left.gif") no-repeat left top;
    padding: 5px 15px;
}
/* Commented Backslash Hack
     hides rule from IE5-Mac \*/
  #header a {float:none;}
  /* End IE5-Mac hack */

#top #tabs #casino{
    background:url("../img/nav/tab_green_right.gif") no-repeat right top;
}

#top #tabs #casino a {
    background:url("../img/nav/tab_green_left.gif") no-repeat left top;
    padding-bottom:5px;
}

#top #tabs #current{
    background:url("../img/nav/tab_yellow_right.gif") no-repeat right top;
}

#top #tabs #current a {
    background:url("../img/nav/tab_yellow_left.gif") no-repeat left top;
    padding-bottom:5px;
}

#top #tabs li a:hover {
	color: #fff;
}	

#top #tabs li a span {
	padding: 0;
	margin: 0;
	
}
	
#subnav #update_bar{
	font-size: .6em;
	font-weight: bold;
	color: #012f5b;
	text-transform: uppercase;
	padding: 5px 0 0 20px;
	background: url("../img/nav/subnav_print.gif") top right no-repeat #84add5;
	height: 16px;
	width: 778px;/*width: 100%;*/
	float: left;
}
.update_bar_update{
	font-weight: bold;
	float: left;
	padding-left: 52px;
	text-transform: uppercase;
}
.update_bar_printable{
	font-weight: bold;
	float: right;
	padding-right: 18px;
	text-transform: uppercase;
}

#subnav #update_bar a{
	font-size: 9px;
	color:#fff;
	text-decoration: none;
}
#subnav #update_bar a:hover{
	color: #B3CFED;
}

#subnav #tip_bar{
	font: .7em normal Verdana, Arial, Helvetica, sans-serif;
	color: #012f5b;
	background: url(../img/nav/subnav_tip.gif) no-repeat /*#769DCA*/; background-color:#85AED5;
	border: solid 2px  #84add5;
	
	/*height:17px;*/height:20px;
	/*width: 786px;*/width: 794px;
	float: left;	
}

#subnav #tip_bar p {padding: 2px 0 0 50px;}

.clear{
	clear: both;
}
