#tablist{
width: 210px;
padding: 0px 0;
margin-left: 0;
margin-bottom: 0;
font: bold 12px Verdana;
}

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

#tablist li a{
margin-right: 0px;
margin-left: 0px;
background: lightyellow;
}

#tablist li a:link, #tablist li a:visited{
color: navy;
text-decoration:none;
}

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

#tabcontentcontainer{

border-top: none;
border-right: 1px solid #778;
width: 250px;
/* Insert Optional Height definition here to give all the content a unified height */

border: 0px solid black;
margin-left: 1px;
background: lightyellow;
}

.tabcontent{
display:none;
}
