.basictab ul{
width:100%;
margin: 4px;
font: 11px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
padding: 5px;
}

.basictab li{
display: inline;
margin: 0;
}

.basictab li a{
text-decoration: none;
padding: 1px;
margin-right: 1px;
border-bottom: none;
background-color: #b3995d;
color: white;
}

.basictab li a:visited{
color: white;
}

.basictab li a:hover, .basictab li a.current{
background-color: #b3995d;
color: #1c130a;
}

.basictab li a:active{
color: #FFFFFF;
}

.tabcontainer{
width:100%; /*width of 2nd level sub menus*/
background-color: #1c130a;
height:25px;
padding:0px;
}

.tabcontent{
display:none;
font: 11px Verdana; 
color: white;
padding: 5px;
}

.tabcontent a{
text-decoration: none;
padding: 5px;
margin-right: 1px;
border-bottom: none;
color: white;
}
.tabcontent a:visited{
color: #ffffff;
}

.tabcontent a:hover, .tabcontent a.current{
color: #b38f51;
}

.navigation {
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 10px; 
color:#FFFFFF; 
text-decoration: none;
}

.navigation a{
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 10px; 
color:#FFFFFF; 
text-decoration: none;}

.navigation a:visited{
color: #ffffff;
}

.navigation a:hover, .navigation a.current {
color: #b38f51;
}
