.basictab ul{
margin: 0px;
background:url(../_images/menu.jpg);
padding: 3px 0;
margin-left: 0;
font: bold 12px 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: 0;
}

.basictab li a{
text-decoration: none;
padding: 3px 10px;
margin-right: 3px;
border-bottom: none;
color: white;
}

/*.basictab li a:visited{
color: white;
}*/

.basictab li a:hover, .basictab li a.current{
background-color: #acc4e0;
color: #336699;
}

.basictab li a:active{
color: white;
background-color: #acc4e0;
}

.tabcontainer{
clear: left;
width:100%; /*width of 2nd level sub menus*/
height:auto; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
}

.tabcontent{
background:#acc4e0;	
padding-top: 5px;
padding-bottom:5px;
border-top-width: 0;
width: auto;
display:none;
}
.tabcontent a{
/*display:none;*/
background:#acc4e0;	
border-right: 1px dashed white;
padding: 1px 5px;
text-decoration: none;
font-weight:bold;
color:white;
}

.tabcontent a:hover{
background-color: #acc4e0;
color:#336699;
font-weight:bold;
}
