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

.shadetabs{
border-bottom: 0px solid gray;
margin-bottom: 0em;
}

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

.shadetabs li{
display: inline;
margin: 2;
}

.shadetabs li a{
text-decoration: none;
padding: 7px 6px;
margin-right: 0px;
margin-left: 0px;
border: 0px solid #778;
color: #2d2b2b;
background: white url(images/shade.gif) top left repeat-x; /*THEME CHANGE HERE*/
}

.shadetabs li a:visited{
color: #2d2b2b;
}

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

.shadetabs li.selected{
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(images/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;
top: 3;
border: 0px solid #918d8d; /*THEME CHANGE HERE*/
border-width: 20 20px;
font:normal 10px Verdana;
line-height:20px;
z-index:200;
background-color: #FFFFFF;
width: 300px;
visibility: hidden;
text-decoration:none;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 0px;
text-decoration:none;
border-bottom: 0px solid #918d8d; /*THEME CHANGE HERE*/
padding: 5px 10;
/*font-weight: bold;*/
color: black;
}

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

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