.basictab ul{
margin: 0px;
padding: 1px 0;
margin-left: 0;
font: bold 12px Verdana;
border-bottom: 0px solid gray;
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;
padding: 2px 2px;
margin-right: 2px;
border: 2px solid gray;
border-top: 0px;
border-left: opx;
border-bottom: none;
color: #2d2b2b;
}

.basictab li a:visited{
color: #2d2b2b;
}

.basictab li a:hover, .basictab li a.current{
background-color: #E2F8B8;
color: black;
}

.basictab li a:active{
color: black;
}

.tabcontainer{
clear: center;
width:95%; /*width of 2nd level sub menus*/
height:1em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
}

.tabcontent{
display:none;
font-family: Verdana;
font-size: 9pt;
font-weight: bold;
color: #4E4E4E;

}
