.basictabs ul{
margin: 0px;
padding: 2px 0;
margin-left: 0;
font: bold 12px Verdana;
border-bottom: 1px solid #015794;
list-style-type: none;
text-align: right; /*set to left, center, or right to align the menu as desired*/

}

.basictabs li{
display: inline;
margin: 0;
}

.basictabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #015794;
border-bottom: none;
background-color: #FFF;
color: #2d2b2b;
}

.basictabs li a:visited{
color: #2d2b2b;
}

.basictabs li a:hover, .basictabs li a.current{
background-color: #015794;
color: #FFF;
}

.basictabs li a:active{
color: black;
}

.tabcontainers{
padding-top:3px;
padding-bottom:20px;
clear: right;
width:100%; /*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.*/
}

.tabcontents{
display:none;
}