.basictab ul{
margin: 0px;
padding: 16px 0;
font: bold 11px Verdana;
list-style-type: none;
text-align: center; /*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: 7px 7px 11px 7px;
margin: 0px;
border-bottom: none;
/*background-color: #f6ffd5;*/
color: #fff;
}



.basictab li a:hover, .basictab li a.current{
background-color: #eeeeee;
color: #000;
}

.basictab li a:active{
color: #000;
}

.wiado a{
border-bottom: none;
/*background-color: #f6ffd5;*/
color: #900009;
}
.wiado{
color: #FCC00F;
}
.wiado a:visited{
/*color: #F0F8CB;*/
color: #FCC00F;
}

.wiado a:hover, .wiado a.current{
background-color: #eeeeee;
color: #900009;
}

.wiado a:active{
color: #900009;
}


.tabcontainer{
clear: left;
width:1002px; /*width of 2nd level sub menus*/
height:20px; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
text-align: center;
}

.tabcontent{
display:none;
font: lighter 11px Verdana;
padding-top: 0px;
}
.tabcontent a:hover, .basictab li a.current{
background-color: #eeeeee;

color: #900009;
}

.tabcontent a:active{
color: #000;
}


