
.ddcolortabs{
padding: 0;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.ddcolortabs a:visited,.ddcolortabs a:hover {
  color: white;
  text-decoration: none;
}

.ddcolortabs ul{
font: normal 11px Arial, Verdana, sans-serif;
margin:0;
padding:0;
list-style:none;
width: 100%;
}

.ddcolortabs li{
display:inline;
margin:0 2px 0 0;
padding:0;
text-transform:uppercase;
}



.ddcolortabs li a {
float:left;
color: white;
display:block;
margin:0 0px 0 2px;
background: rgb(137,92,52) no-repeat left top;
padding: 2px 8px 2px 7px;
border-top: 1px solid rgb(137,92,52);
border-left: 1px solid rgb(137,92,52);
border-right: 1px solid rgb(137,92,52);
}

.ddcolortabs a:hover {
background-color: rgb(238,207,129);
color: rgb(137,92,52);
}

.current_page_item a:visited,.current_page_item a:hover, .current_page_item a
{
  background-color: rgb(238,227,199);
  color: rgb(137,92,52);
}
/*currently selected tab*/
.ddcolortabs .selected a , #ddcolortabs .selected a
{ 
  background-color: rgb(238,227,199);
  color: rgb(137,92,52);
}

.ddcolortabsline{
padding: 0;
width: 100%;
height: 1px;
line-height: 1px;
background: rgb(137,92,52);
border-top: 0px solid #fff; /*Remove this to remove border between bar and tabs*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_a{
position:absolute;
top: 0;
border: 1px solid black; /*THEME CHANGE HERE*/
border-top-width: 8px; /*Top border width. Should match height of .ddcolortabsline above*/
border-bottom-width: 0;
font:normal 12px Arial;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
}


.dropmenudiv_a a{
width: auto;
display: block;
text-indent: 5px;
border-top: 0 solid #678b3f;
border-bottom: 1px solid #678b3f; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: black;
}

* html .dropmenudiv_a a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
background-color: rgb(49,82,117);
  color: rgb(49,82,117);
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
position:absolute;
top: 0;
border: 1px solid #918d8d; /*THEME CHANGE HERE*/
border-width: 0 1px;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: rgb(238,227,199);
width: 200px;
visibility: hidden;
color: rgb(137,92,52);
}


.dropmenudiv_b a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #918d8d; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color: rgb(137,92,52);
}

* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
text-decoration: none;
color: rgb(137,92,52);
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
background-color: rgb(238,207,129);
text-decoration: none;
color: rgb(137,92,52);
}
