/* ######### Style for Tab Interface itself ######### */

.shadetabs{
margin-bottom: 1em;
}

.shadetabs ul{
padding: 10px 0px 5px 25px;
margin-top: 1px;
margin-bottom: 0;
list-style-image:url(../images/bullet.gif);
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
margin: 0px 0px 15px 0px;
list-style-image:url(../images/bullet.gif);
}

.shadetabs li a{
text-decoration: none;
font-variant: small-caps;
font-weight: bold;
font-size: 14px;
padding: 3px 7px;
margin-right: 3px;
color: #330066;
}

.shadetabs li a:visited{
color: #330066;
}

.shadetabs li a:hover{
color: #9350C0;
}

.shadetabs li.selected{
color:#9350C0;
}

.shadetabs li.selected a{ /*selected main tab style */
color:#9350C0
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position: absolute;
margin-left:80px;
margin-top:-30px;
border: 0px solid #330066; /*THEME CHANGE HERE*/
font:normal 11px;
text-decoration: none;
line-height:18px;
z-index:100;
background-color: #a571d6;
width: 250px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border: 0px solid #330066; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #a571d6;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #cc99ff;
}