/* Tab Nav */

#tabcontent ul#tabnav{
       /* width: 372px;*/
        list-style: none;
        margin: 39px 10px 0px 0px;
        padding: 0;
        float: right;
}

#tabcontent #tabnav li, #tabnav li a {
        height: 35px;
        width: 93px;
        float: left;
        position: relative;
        display: block;
        line-height: 35px;
}
/* mac hide \*/
#tabcontent #tabnav li, #tabnav li a {overflow: hidden;}
/* end hide*/
#tabcontent #tabnav a   {font-size: 1em}

li em {
        position: absolute;
        left: 0;
        top: 0;
        display: block;
        height: 35px;
        width: 93px;
}

li#sports a {width: 93px; cursor: pointer;}

li#casino a {width: 93px; cursor: pointer;}

li#games a {width: 93px; cursor: pointer;}

li#poker a {width: 93px; cursor: pointer;}

li#affiliates a {width: 93px; cursor: pointer;}

li#sports em {background: url(../images/nav/sportsb.jpg) no-repeat 0 0;}
ul#tabnav li#sports a:hover em {background: url(../images/nav/sportsg.jpg) no-repeat 0 0;}

li#casino em {background: url(../images/nav/casinob.jpg) no-repeat 0 0;}
ul#tabnav li#casino a:hover em {background: url(../images/nav/casinog.jpg) no-repeat 0 0;}

li#games em {background: url(../images/nav/gamesb.jpg) no-repeat 0 0;}
ul#tabnav li#games a:hover em {background: url(../images/nav/gamesg.jpg) no-repeat 0 0;}

li#poker em {background: url(../images/nav/pokerb.jpg) no-repeat 0 0;}
ul#tabnav li#poker a:hover em {background: url(../images/nav/pokerg.jpg) no-repeat 0 0;}

li#affiliates em {background: url(../images/nav/affiliateb.jpg) no-repeat 0 0;}
ul#tabnav li#affiliates a:hover em {background: url(../images/nav/affiliateg.jpg) no-repeat 0 0;}

ul#tabnav li a:hover    {visibility: visible}/* needed for ie to work*/
ul#tabnav li a:hover em {background-position: 0 -35px;}

/* End Tab Nav */



