#tablist{
padding: 7px 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{
padding: 4px 0.5em;
margin-left: 0px;
/*border: 1px solid #fff;*/
border-bottom: none;
background: #000;
color:#fff;
text-decoration:none;
}

#tablist li a:link, #tablist li a:visited{
background: #484844;
color: #fff;
text-decoration:none;
padding: 7px 0.5em;
}

#tablist li a.current{
background: #1E1E1E;
text-decoration:none;
padding: 7px 0.5em;
}

#tabcontentcontainer{
background:url(../images/tab_bkg.jpg) top left repeat-x;
width: 100%;
padding: 0px;
}

.tabcontent{
display:none;
}
