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

.ddcolortabs a:visited {
  color: rgb(131,30,90);
}

.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: black;
display:block;
margin:0 0px 0 0px;
background: white no-repeat left top;
padding: 2px 8px 2px 7px;
border-top: 5px solid white;
border-left: 5px solid white;
border-right: 5px solid white;
text-align: center;
}

.ddcolortabs a:hover {
background-color: rgb(249,158,191);
color: rgb(131,30,90);
}

.current_page_item a:visited, .current_page_item a
{
  background-color: rgb(240,240,240);
  color: rgb(131,30,90);
}

.current_page_item a:hover
{
  background-color: rgb(240,240,240);
}

/*currently selected tab - firefox only*/
.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_b a:visited {
  color: rgb(137,92,52);
  text-decoration: none;
}

.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);
}
