#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;
margin-left: 3px;
border: 1px solid #778;
border-bottom: none;
background:  url("../qmimages/gradient_2.gif") center center repeat-x;

}

#tablist li a:link, #tablist li a:visited{
color: white;
}

#tablist li a:hover{
color: #000000;
background:url("../indentbg.gif") center center repeat-x;
border-color: #227;
}

#tablist li a.current{
background: url("../indentbg2.gif") center center repeat-x;
}
