.basictab ul{
margin: 2px;
padding: 2px 0;
margin-left: 0;
font: 11px Arial Narrow;
border-bottom: 1px 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: 3px 7px;
margin-right: 3px;
border: 1px solid gray;
border-bottom: none;
background-color: #CCCCCC;
color: #000000;
}

.basictab li a:visited{
color: #555555;
color: white;

}

.basictab li a:hover, .basictab li a.current{
background-color: #777777;
color: white;
}

.basictab li a:active{
color: white;
}

.tabcontainer  {
 font-family:Arial Narrow;
 clear: left;
height:4em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
}



.tabcontent{
visibility:hidden;
display:none;
font: 11px Arial Narrow;
background-color:#dcdcdc;
}
