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

.shadetabs{
border-bottom: 0px solid black;
}

.shadetabs ul{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 11px Verdana, Tahoma, Arial, Helvetica, sans-serif;
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: 4px 8px;
margin-right: 1px;
border: 0px solid black;
color: #999999;
background: #eeeeee;
}

.shadetabs li a:visited{
}

.shadetabs li a:hover{
text-decoration: none;
color: white;
background: #339933;
}

.shadetabs li.selected{
}

.shadetabs li.selected a{ /*selected main tab style */
border-bottom-color: #339933;
background: #339933;
color: white;
}

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

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

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

.dropmenudiv{
position:absolute;
top: 0;
font: normal 11px Verdana, Tahoma, Arial, sans-serif;
z-index: 100;
background-color: #339933;
width: 150px;
visibility: hidden;
filter: alpha(opacity=90);   
-moz-opacity: 0.90;   
opacity: 0.90;  
}

.dropmenudiv a{
width: auto;
display: block;
padding: 5px;
padding-right: 5px;
text-indent: 5px;
text-align: left;
text-decoration: none;
color: white;
}

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

.dropmenudiv a:visited{ /*THEME CHANGE HERE*/
color: white;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color: white;
text-indent: 7px;
}
