






.basictab ul
{
    font: bold 12px Verdana;
    list-style-type: none;
    text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.basictab li
{
    display: inline;
    margin: 0;
}

.basictab li a
{
    text-decoration: none;
    background-color: #2D757B;
    color: #2d2b2b;
}

.basictab li a:visited
{

}

.basictab li a:hover, .basictab li a.current
{
    background-color: #4D8A90;
    color: white;
}

.basictab li a:active
{
    color: black;
}

.tabcontainer
{
    clear: left;
    width:100%; /*width of 2nd level sub menus*/
    height:55px; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
}

.tabcontent
{
    display:none;
}