/* ######### Style for Tab Interface itself ######### */

.shadetabs{
border-bottom: 1px ffffff;
margin-bottom: 1em;
}

.shadetabs ul{
padding: 0px 0;
margin-left: 0;
margin-top: 0;
margin-bottom: 0;
font: 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 4px;
margin-right: 3px;
border: 1px white;
color: #ffffff;
background: ; /*THEME CHANGE HERE*/
}

.shadetabs a span{
float:left;
display:block;
background: transparent url(media/color_tabs_right.gif) no-repeat right top;
padding: 0px 8px 2px 0px;
}

.ddcolortabs a span{
float:none;
}

.shadetabs li a:visited{
color: #ffffff;
}

.shadetabs li a:hover{
text-decoration: none;
color: #3E8961;
}

.shadetabs li.selected{
}

.shadetabs li.selected a{ /*selected main tab style */
 /*THEME CHANGE HERE*/
border-bottom-color: ffffff;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

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

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #ffffff; /*THEME CHANGE HERE*/
border-bottom: 0px;
font:normal 11px verdana;
line-height:18px;
margin-top:10px;
z-index:100;
background-color: 074b27;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 5px;
border-bottom: 1px solid #ffffff; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;

color: ffffff;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: 000000;
}
