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

#shademenu{
position:absolute; top:88px; left:607px;
}

.shadetabs{
/*border-bottom: 0px;
margin-bottom: 1em;*/
}

.shadetabs ul{
padding: 0;
margin: 0;
font: bold 13px Arial,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;
padding: 0;
margin: 0;
color: #FFFFFF;
}

.shadetabs li a:hover{
text-decoration: none;
color: #2d2b2b;
}

.shadetabs li.selected a{ /*selected main tab style */
color: #000000;
border-bottom-color: #FFFFFF;
}

.shadetabs li a.act{ /*selected main tab style */
color: #000000;
border-bottom-color: #FFFFFF;
}

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

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

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #e3e3e3; /*THEME CHANGE HERE*/
border-width: 0 1px;
font:normal 10px Verdana;
line-height:15px;
z-index:100;
background-color: #FFFFFF;
width: 166px;
visibility: hidden;
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #cccccc; /*THEME CHANGE HERE*/
padding: 1px 2px;
text-decoration: none;
/*font-weight: bold;*/
color: #000000;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #DCEFFE;
text-decoration: none;
}