

#navigation {
height:28px;
list-style: none;
margin: 0px;
padding: 0px;
position: absolute;
right:0px;
top: 75px;
z-index:4;
width:600px;
}

#navigation a {
text-decoration:none;
color: #FFFFFF;
font-weight: bold;
font-size: 10px;
}

#navigation a:hover {
text-decoration: underline;
}

#navigation li {
float: right; 
display: block; 
margin: 0; 
padding: 0;
background:url(http://images.gotapex.com/vbulletin/tab_left.gif) left top no-repeat;
}

.tab {
margin-bottom: 15px;
padding-bottom: 15px;
padding-left:22px;
padding-right:22px;
background:url(http://images.gotapex.com/vbulletin/tab_right.gif) right top no-repeat;
}

.tablink {
margin-bottom: 15px;
padding-bottom: 15px;
background:url(http://images.gotapex.com/vbulletin/tab_bg.gif) left top repeat-x;
}

.tablink a {
line-height:34px;
}

/* current */

#navigation li.current {
float: right; 
display: block; 
margin: 0; 
padding: 0;
background:url(http://images.gotapex.com/vbulletin/tab_left_current.gif) left top no-repeat;
}

.tabcurrent {
margin-bottom: 15px;
padding-bottom: 15px;
padding-left:22px;
padding-right:22px;
background:url(http://images.gotapex.com/vbulletin/tab_right_current.gif) right top no-repeat;
}

.tablinkcurrent {
margin-bottom: 15px;
padding-bottom: 15px;
background:url(http://images.gotapex.com/vbulletin/tab_bg_current.gif) left top repeat-x;
}

.tablinkcurrent a {
line-height:34px;
}
