/* ######### Style for Tab Interface itself ######### */

.shadetabs{ margin-bottom: 1em; }

.shadetabs ul{ color: #cc3; padding: 3px 0 0; margin-left: 0; margin-top: 1px; margin-bottom: 0; font: bold 11.5px Arial; list-style-type: none; text-align: center; /*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 7px; border: solid 1px #778; color: #fff; background: white url(shade.gif) repeat-x left top; /*THEME CHANGE HERE*/
}

.shadetabs li a:visited{
color: #fff;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #666;
}

.shadetabs li.selected{
}
.shadetabs li.selected a{ /*selected main tab style */
background-image: url(shadeactive.gif); /*THEME CHANGE HERE*/
border-bottom-color: white;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{ color: #cc3; position:absolute; top: 0; font:11.7px/6px Arial; z-index:100; background-color: #666; text-align: left; width: 200px; visibility: hidden; border-top: 0 solid #999; border-right: 1px solid #999; border-left: 1px solid #999; border-bottom-color: #999; border-bottom-style: solid; }


.dropmenudiv a{ width: auto; display: block; text-indent: 5px; padding: 7px 0; text-decoration: none; color: #575656; }

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ color: #666; background-color: #cc3; /*THEME CHANGE HERE*/

}
