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

.shadetabs{
/*border-bottom: 1px solid gray;*/
position: relative;
height: 16px;
margin:0;
padding-top:2px;
display:block;
padding-left:5px;
padding-right:5px;
letter-spacing: 1px;
}


.shadetabs li{
display: inline;
height: 19px;
margin:0;
padding:0;

}


.shadetabs ul{
display: inline;
height: 19px;
padding:0;
}


/* ######### Style for Drop Down Menu ######### */
.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #918d8d; /*THEME CHANGE HERE*/
border-width: 1px 1px;
line-height:18px;
z-index:100;
background-color: white;
/*width: 90px;*/
visibility: hidden;
}



.dropmenudiv a{
width: auto;
display: block;
text-indent: 5px;
border-top: 1px solid #918d8d; /*THEME CHANGE HERE*/
text-decoration: none;
color: black;
padding-right: 5px;
letter-spacing: 1px;
}

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

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