.basictab {position:absolute;top:40px;left:40px;width:190px;z-index:50;padding-top:4px;}

.basictab ul{
margin-bottom:15px;
padding:0;
font: 12px Arial;
list-style-type: none;
text-align: right; /*set to left, center, or right to align the menu as desired*/
}

.basictab li{
margin: 0;
text-align:right;
}

.basictab li a{
text-decoration: none;
padding: 3px 7px;
color: #2d2b2b;
background-color:#DDDDDD;
border: 1px solid gray;
}

.basictab li a:visited{
color: #2d2b2b;
}

.basictab li a:hover, .basictab li a.current{
border: 1px solid gray;
border-right: 1px solid #ffffff;
background-color:#ffffff;
text-decoration:none;
color: black;
}

.basictab li a:active{
border: 1px solid gray;
border-right: 1px solid #ffffff;
background-color:#ffffff;
color: black;
text-decoration:none;
}

.tabcontainer{
border: 0px;
clear: left;
width:550px; /*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{
position:relative;
height:600px;
overflow:auto;
display:none;
}