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

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

#tablist li a{
padding: 3px 0.5em;
margin-left: 3px;
border: none;
border-bottom: none;
background: white;
}

#tablist li a:link{
color: #003366;
}

#tablist li a:visited{
color: #6699CCC;
}

#tablist li a:hover{
color: #808080;
}

#tablist li a.current{
background: white;
}

#tabcontentcontainer{
width: 569px;
/* Insert Optional Height definition here to give all the content a unified height */
padding: 0px;
background: white;
border-top: 1px solid #003366;
border-bottom: none;
border-left: none;
border-right: none;
}

.tabcontent{
display:none;
background: white;
}
