.basictab ul{
margin: 4px;
padding: 3px 0;
margin-left: 0;
font: bold 12px Verdana;
border-bottom: 1px solid gray;
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 7px;
margin-right: 3px;
border: 1px solid gray;
border-bottom: none;
background-color: #f6ffd5;
color: #2d2b2b;
}

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

.basictab li a:hover, .basictab li a.current{
background-color: #DBFF6C;
color: black;
}

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

.tabcontainer{
clear: left;
width:95%; /*width of 2nd level sub menus*/
height:0em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
}

.tabcontent{
display:none;
}

.tmenu{
padding: 0;
width: 100%;
background: #ede9d1;
}

.tmenu ul{
font: bold 11px Arial, Verdana;
margin:0;
padding: 0;
list-style: none;
}

.tmenu li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
}

.tmenu a{
float: left;
display: block;
color: #a21300;
margin: 0 0px 0 0; /*Margin between each menu item*/
padding: 6px 7px;
text-decoration: none;
background: #ede9d1;
border-left: 1px solid #fefcf0;
border-right: 1px solid #d3ceb1;
font: bold 11px Arial, Verdana;
}

.tmenu a:hover{
background: #b42e04; /*Menu hover bgcolor*/
color: #EEE;
}