.blacktabs{
border-bottom: 4px #CD7500;
}

.blacktabs ul{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 90% Verdana;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
text-transform: uppercase;
}

.blacktabs li{
display: inline;
margin: 0;
}

.blacktabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #CD7500;
color:#FFC600;
/* background: white url(media/blacktab.gif) top left repeat-x; THEME CHANGE HERE*/
background-color:#000000;
}

.blacktabs li a:visited{
color: #FFC600;
}

.blacktabs li a:hover{
text-decoration: none;
background-color:#CD7500;
color:#000000;
}

.blacktabs li.selected{
}

.blacktabs li.selected a{ /*selected main tab style */
/* background-image: url(media/blacktabactive.gif); THEME CHANGE HERE*/
background-color:#CD7500;
color:#000000;
}

.blacktabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_bl{
position:absolute;
top: 0;
border: 1px solid #000000; /* THEME CHANGE HERE*/
border-width: 1px 1px;
font:normal 85% Verdana;
text-transform: uppercase;
line-height:18px;
z-index:100;
background-color: #FF9300;
width: 200px;
visibility: hidden;
}


.dropmenudiv_bl 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: black;
}

* html .dropmenudiv_bl a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_bl a:hover{ /*THEME CHANGE HERE*/
background-color: #FFC600;
}