.basictab ul{
margin: 4px;
padding: 3px 0;
margin-left: 0;
font: normal 11px Verdana;
list-style-type: none;
text-align:left; /*set to left, center, or right to align the menu as desired*/

}

.basictab li{
display: inline;
margin:5;
}

.basictab li a{
padding:5px;
margin-right: 3px;
border-bottom: none;
font-family: Verdana, Arial, Helvetica, sans-serif;font-size:12px;font-weight: bold;color: #919191;text-decoration: none; background-image:url(../images/nomal_bg.jpg); background-repeat:repeat-x;}

.basictab li a:visited{
font-family: Verdana, Arial, Helvetica, sans-serif;font-size:12px;font-weight: bold;color:#919191;text-decoration: none; background-image:url(../images/nomal_bg.jpg); background-repeat:repeat-x;
}


.basictab li a:hover, .basictab li a.current{
font-family: Verdana, Arial, Helvetica, sans-serif;font-size:12px;font-weight: bold;color:#919191;text-decoration: none; background-image:url(../images/hover_bg.jpg); background-repeat:repeat-x;
}

.basictab li a:active{
font-family: Verdana, Arial, Helvetica, sans-serif;font-size:12px;font-weight: bold;color:#919191;text-decoration: none;background-image:url(../images/nomal_bg.jpg); background-repeat:repeat-x;
}

.tabcontainer{
clear:left;
text-align: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;
}
