#sitetabs
{
width:100%;
background:black;
text-align:center;
margin-bottom:10px;
}

#sitetabs div.hr
{
z-index:2;
margin:0px;
position:relative;
top:21px;
border-bottom-width:1px;
border-bottom-style:solid;
height:0px;
}

#sitetabs div.tabs
{
width:79em;
height:21px;
margin:0 auto;
}

#sitetabs a
{
display:block;
float:left;
margin-top:5px;
margin-left:5px;
height:16px;
}

#sitetabs a.rpgs
{
width:38px;
background:url(../Images/tab-rpgs-active.png) no-repeat;
}

#sitetabs a.mmorpgs
{
width:65px;
background:url(../Images/tab-mmorpgs-active.png) no-repeat;
}

#sitetabs a.gothic
{
width:52px;
background:url(../Images/tab-gothic-active.png) no-repeat;
}

#sitetabs a.indie
{
width:52px;
background:url(../Images/tab-indie-active.png) no-repeat;
}

#sitetabs a.locus
{
width:64px;
background:url(../Images/tab-li-active.png) no-repeat;
}

#sitetabs a.active
{
position:relative;
top:0px;
z-index:2;
}
