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

.shadetabs{
	margin:0px;
}

.shadetabs ul{
margin-left: 0;
margin-bottom: 0;
list-style-type: none;
margin-top:0px;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
}

.shadetabs li a{
text-decoration: none;
font-weight:bold;
font-family:arial;
font-size:15px;
}
.shadetabs li a:visited{
color: #2d2b2b;
}

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

.shadetabs li.selected{
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(shadeactive.gif); /*THEME CHANGE HERE*/
border-bottom-color: white;
}

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


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

.dropmenudiv{
position:absolute;
border-radius:4px;
margin-top:17px;
line-height:18px;
z-index:100;
background-color: #939163;
padding:16px;
width: 350px;
visibility: hidden;
font-family:arial; font-size:13px; font-weight:bold; color:#FFF;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
padding: 2px 0;
text-decoration: none;

}

* html .dropmenudiv a{ /*IE only hack*/
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
}