/*CSS tab*/

#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: 0px;
border: 1px solid #000099;
border-bottom: none;
background: white url(shade.gif) top left repeat-x;
}

#tablist li a:link, #tablist li a:visited{
color: navy;
}

#tablist li a:hover{
text-decoration: underline;
color: #000000;
background: #C1C1FF;
border-color: #227;
}

#tablist li a.current{
background-image: url(shadeactive.gif);
border-bottom-color: white;
}