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

.shadetabs{
}

.shadetabs ul{
padding: 5px 0;
margin-right: 75px;
margin-bottom: 0;
font: bold 14px Verdana, Tahoma, Arial, Helvetica, sans-serif;
list-style-type: none;
text-align: right; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
}

.shadetabs li a{
text-decoration: none;
margin-right: 15px;
color: #333333;
}

.shadetabs li a:visited{
}

.shadetabs li a:hover{
text-decoration: none;
color: #cc3300;
list-style-type: square;
}

.shadetabs li.selected{
}

.shadetabs li.selected a{ /*selected main tab style */
color: #cc3300;
}

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

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

.dropmenudiv{
position: absolute;
margin-top: 5px;
font: bold 14px Verdana, Tahoma, Arial, Helvetica, sans-serif;
z-index: 100;
width: 150px;
visibility: hidden;
background-color: white;
width: 150px;
visibility: hidden;
filter: alpha(opacity=75);   
-moz-opacity: 0.75;   
opacity: 0.75;  
}


.dropmenudiv a{
width: auto;
display: block;
padding: 3px 10px;
margin-right: 3px;
line-height: 18px;
text-align: left;
text-decoration: none;
color: black;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color: #cc3300;
}