/* ######### Style for Tab Interface itself ######### */

.shadetabs{
border-bottom: 1px solid #3E87EA;
margin-bottom: 1em;
}

.shadetabs ul{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 11px tahoma, arial, sans-serif;
list-style-type: none;
text-align: left;
}

.shadetabs li{
display: inline;
margin: 0;
text-align: left;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
text-align: left;
border: 1px solid #3E87EA;
color: #ffffff;
background: white url(shade.jpg) top left repeat-x;
}

.shadetabs li a:visited{
color: #ffffff;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #ffffff;
text-align: left;
}

.shadetabs li.selected{
}

.shadetabs li.selected a{ 
background-image: url(shadeactive.gif);

}

.shadetabs li.selected a:hover{
text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #3E87EA;
border-width: 0 1px;
font:normal 11px tahoma, arial, sans-serif;
line-height:18px;
z-index:100;
text-align: left;
background-color: #84B3F2;
width: 160px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
text-align: left;
border-bottom: 1px solid #3E87EA; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: white;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #1F67C9;
}