ul#navlist
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a { padding: 3px 10px; }

#navlist a:link, #navlist a:visited
{
color: #fff;
background-color: #036;
text-decoration: none;
}

#navlist a:hover
{
color: #fff;
background-color: #369;
text-decoration: none;
}


#nav {margin: 0; padding: 0;}
#nav li {list-style: none; float: left;
  margin-left: 1px; padding-left: 5px;
  font-size: 10px; line-height: 20px; white-space: nowrap;
  background:#BBB 0 100% no-repeat;}
#nav a {display: block; float: left; padding: 0 6px 0 0;
  text-decoration: none; font-weight: bold;
  background:#DDD  100% 100% no-repeat;
  color: #333;
  width: .1em;}
#nav a:hover {text-decoration:underline;color: rgb(62%,35%,22%);}


div#buttonA {

    margin-left: 50px;

}

div#buttonA ul {

    margin: 0px;

    padding: 0px;

    font-family: Verdana, Arial, Helvetica, sans-serif;

    font-size: 12px;

    line-height: 30px;

}

div#buttonA li {

    list-style-type: none;

    height: 30px;

    width: 125px;

    margin: 20px;

    text-align:center;

}

div#buttonA li a {

    height: 100%;

    width: 100%;

    display: block;

    text-decoration: none;

    border-width: 6px;

}

div#buttonA li a:link {

    color: #000000;

    font-weight: bold;

    background-color: #CCCCCC;

    border-style: outset;

}

div#buttonA li a:visited {

    color: #000000;

    font-weight: normal;

    background-color: #CCCCCC;

    border-style: outset;

}

div#buttonA li a:hover {

    font-weight: bold;

    color: #FFFFFF;

    background-color: #999999;

    border-style: outset;

}

div#buttonA li a:active {

    font-weight: bold;

    color: #FFFFFF;

    background-color: #666666;

    border-style: inset;

}


#navcontainer
{
width: 100%;
float: left;
background-color: #426208;
}

#navcontainer ul { padding: 0; }
#navcontainer ul li { display: inline; }

#navcontainer ul
{
margin: 0;
padding: 0 0 0 7%;
color: #FFFFFF;
font-family: tahoma, verdana, geneva, arial, helvetica, sans-serif;
font-size: .65em;
letter-spacing: 2px;
font-weight: bold;
}



.ddoverlap{
border-bottom: 1px solid #bbb8a9;
}

.ddoverlap ul{
padding: 0;
margin: 0;
font: bold 90% default;
list-style-type: none;
}

.ddoverlap li{
display: inline;
margin: 0;
}

.ddoverlap li a{
padding: 3px 7px;
text-decoration: none;
padding-right: 32px; /*extra right padding to account for curved right edge of tab image*/
color: blue;
background: transparent url(images/righttabdefault.gif) 100% 1px no-repeat; /*give illusion of shifting 1px down vertically*/
border-left: 1px solid #dbdbd5;
position: relative;
display: block;
float: left;
margin-left: -20px; /*shift tabs 20px to the left so they overlap*/
left: 20px;
font-size:15px;
}

.ddoverlap li a:visited{
color: blue;
font-size:15px;
}

.ddoverlap li a:hover{
text-decoration: underline;
font-size:15px;
}

.ddoverlap li.selected a{ /*selected tab style*/
color: black;
z-index: 100; /*higher z-index so selected tab is topmost*/
top: 1px; /*Shift tab 1px down so the border beneath it is covered*/
background: transparent url(images/righttabselected.gif) 100% 0 no-repeat;
font-size:15px;
}

.ddoverlap li.selected a:hover{
text-decoration: none;
font-size:15px;
}



<!--[if IE]>
.ddoverlap{
height: 1%;  /*Apply Holly 3px jog hack to get IE to position bottom border correctly beneath the menu*/
}
<![endif]-->



#cfnavbar{
margin: 0;
padding: 0;
}

#cfnavbar ul{
background: url(images/bg.gif) repeat-x;
padding: 0;
margin: 0;
float: left;
font: bold 80% Verdana;
}

#cfnavbar ul li{
display: inline;
}


#cfnavbar ul li a, #cfnavbar ul li span{
float: left;
color: #26370A;
font-weight: bold;
padding: 8px 13px 5px 6px;
text-decoration: none;
font-size:11px;
background: url(images/divider.gif) top right no-repeat;
}

#cfnavbar ul li span{ /*Targets span tag to the right of #leftcorner below*/
padding-left: 0px;
}

#cfnavbar ul li a#leftcorner{
float: none;
padding-left: 10px;
padding-right: 0px;
background: url(images/leftcorner.gif) top left no-repeat;
}

#cfnavbar ul li a#rightcorner{
padding-right: 10px;
background: url(images/rightcorner.gif) top right no-repeat;
}

#cfnavbar ul li a:hover{
text-decoration: underline;
font-size:11px;
}

#cfnavbar:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

