/* ######### Style for Tab Interface itself ######### */

.shadetabs{
border-bottom: 0px solid gray;
margin-bottom: 1em;
}

.shadetabs ul{
padding: 1px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 10;
font: bold 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;
margin-right: 1px;
border: 0px solid #777788;
color: #2D2B2B;
background: #FFFFFF url('shade.gif') repeat-x top left; /*THEME CHANGE HERE*/; padding-left:5px; padding-right:5px; padding-top:3px; padding-bottom:3px
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.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{
border-left:1px solid #918d8d; border-right:1px solid #918d8d; border-top:0px solid #918d8d; border-bottom:0px solid #918d8d; position:absolute;
top: 0;
/*THEME CHANGE HERE*/
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden; font-style:normal; font-variant:normal; font-weight:normal; font-size:12px; font-family:Verdana
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #ffff99; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #e8fad5;
}




.dropmenudivuye{
border-left:1px solid #918D8D; border-right:1px solid #918D8D; border-top:0px solid #918D8D; border-bottom:0px solid #918D8D; position:absolute;
top: 0;
/*THEME CHANGE HERE*/
line-height:18px;
z-index:100;
background-color: #FFFFCC;
width: 200px;
visibility: hidden; font-style:normal; font-variant:normal; font-weight:normal; font-size:12px; font-family:Verdana
}


.dropmenudivuye a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #918D8D; /*THEME CHANGE HERE*/
text-decoration: none;
font-weight: bold;
color: #000000;padding-left:0; padding-right:0; padding-top:2px; padding-bottom:2px; background-color:#FFFF00
}

* html .dropmenudivuye a{ /*IE only hack*/
width: 100%; background-color:#FFFF00
}

.dropmenudivuye a:hover{ /*THEME CHANGE HERE*/
background-color: #FF00FF;
}
