#tablist{
padding: 3px 0;
margin-left: 0;
margin-bottom: 0;
margin-top: 0.1em;
font: bold 12px Verdana;
}

#tablist li{
list-style: none;
display: inline;
margin: 0;
}

#tablist li a{
text-decoration: none;
padding: 3px 0.5em;
background: white;
}

#tablist li a:link, #tablist li a:visited{
color: #666666;
}

#tablist li a.current{
background:#8E8E8E;
color:black;
}

#tabcontentcontainer{
width:510px;
height:420px;
overflow:auto;

}
#tabcontentcontainer a:link{
color:black;
}
.tabcontent{
display:none;
background:#272727 url(../images/tex_metal.gif) no-repeat;
}
#tabmenus{width:510px;margin:0 auto;}