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

.shadetabs{
background-color:#585858;
margin:0;
padding:0;
padding-right:60px;
width:auto;
}

.shadetabs ul{
padding: 3px 0;
margin-left: 0;
margin-top: 0;
margin-bottom: 0;
font: bold 11px Arial;
list-style-type: none;
text-align: right; /*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: 3px 16px;
	color: white;
	text-align: left; /*
margin-right: 3px;
border: 1px solid #778;
background: white url(../img/shade.gif) top left repeat-x; */
}

.shadetabs li a:visited{
color: white;
}

.shadetabs li a:hover{
text-decoration: none;
color: White;
background-color: #f47a20;
}

.shadetabs li.selected{
text-decoration: none;
color: White;
background-color: #f47a20;
}

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

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

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

.dropmenudiv{
position:absolute;
top: 0;
/*border-width: 0 1px;
border: 1px solid #ababab;*/
font:normal 11px Arial;
line-height:16px;
z-index:100;
background-color: #585858;
width: 150px;
filter:alpha(opacity=75);
-moz-opacity:.75;
opacity:.75;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: white;
text-align: left;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #f47a20;
}

.dropmenudiv a.selected{
width: auto;
display: block;
text-indent: 3px;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: white;
text-align: left;
background-color: #f47a20;
}

