.basictab ul{
margin: 3px;
padding: 0 0;
margin-left: 0;
font: bold 12px Verdana;
/*border-left: 1px solid gray;
border-right: 1px solid gray;
border-bottom: none;
border-top: none;*/
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-left: 1px solid gray;
border-right: 1px solid gray;
border-bottom: none;
border-top: none;
/*border-bottom: none;*/
background-color: #ffffff;
color: #003366;
}

.basictab li a:visited{
color: #003366;
}

.basictab li a:hover, .basictab li a.current{
background-color: #eeedee;
color: #618fb0;
}

.basictab li a:active{
color: #003366;
}

.tabcontainer{
clear: left;
width:95%; /*width of 2nd level sub menus*/
height:1.5em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
}

.tabcontent{
display:none;
padding-top:4px;
padding-left:8px;
font-weight:bold;
color: #618fb0;
}