/* ######### Style for Tab Interface itself ######### */

.shadetabs{
border-bottom: 0;
margin-bottom: 0em;
color: #000;
}

.shadetabs ul{
margin-left: 0;
margin-bottom: 0;
font: bold 11px Verdana;
list-style-type: none;
text-align: right; /*set to left, center, or right to align the menu as desired*/
color: #000;
}

.shadetabs li{
display: inline;
margin: 0;
color: #000;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
color: #000;
}

.shadetabs li a:visited{
color: #000;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #0000FF;
background-image:url(b12.jpg);

}

.shadetabs li.selected{
}

.shadetabs li.selected a{ /*selected main tab style */
border-bottom-color: white;
}

.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;
line-height:16px;
z-index:100;
background-image:url(b12.jpg);
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
height:22;
display: block;
text-indent: 3px;
border-bottom: 1px solid #918d8d; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: normal;
/*color: white;*/
background:url(minus_R.gif) 5px center no-repeat;
padding-left:23px;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #e8fad5;
}
