.basictab ul{ 
margin: 4px;
padding: 1px 0;
margin-left: 0;
font: 13px Arial, Helvetica, sans-serif;
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: #513124;
color: #FFFFCC;
}

.basictab li a:visited{
color: #FFFFCC;
}

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

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

.tabcontainer{
clear: left;
/*width:100%; /*width of 2nd level sub menus*/
height:30px; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
background-image: url(images/backgroundnavigation.jpg);
background-repeat: repeat-x;
padding: 0px;
margin: 0px;
}

.tabcontent{
padding-top: 4px;
display:none;
font-size:  12px;
}

.tabcontent a:link {
text-decoration: none;
border-left-style: solid 1px black;
margin: 4px;
}

.tabcontent a:hover {
text-decoration: underline;
background: #F4F4F4;
}

.tabcontent a:visited {
text-decoration: none;
border-left-style: solid 1px black;
margin: 4px;
}


#ddtabs1 {
width: 700px;
height: 23px;
margin: 0px;
padding: 0px;
margin-top:0px;
text-align: left;
}