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

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

.shadetabs ul{
padding: 0px 0;
margin-left: 0;
margin-top: 0px;
margin-bottom: 0;
font: 13px Century Gothic, Verdana, Helvetica, Arial, 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;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 0px 10px;
margin-right: 0px;
border: 0px;
color: #dfc478;
background-color:none; /*THEME CHANGE HERE*/
font: 13px Arial, Century Gothic, Verdana, Helvetica, sans-serif;
}

.shadetabs li a:visited{
color: none;
font: 13px Arial, Century Gothic, Verdana, Helvetica, sans-serif;
color: #dfc478;
}

.shadetabs li a:hover{
text-decoration: none;
color: #e1d9ab;
font: 13px Arial, Century Gothic, Verdana, Helvetica, sans-serif;
}

.shadetabs li.selected{
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: none; /*THEME CHANGE HERE*/
border-bottom-color: none;
color: #e1d9ab;
}

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

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

.dropmenudiv{
position:absolute;
top: 0;
border-bottom: 3px solid #520000; /*THEME CHANGE HERE*/
border-left: 3px solid #520000; /*THEME CHANGE HERE*/
border-right: 3px solid #520000; /*THEME CHANGE HERE*/
border-top: 0px; /*THEME CHANGE HERE*/
font: 13px Century Gothic, Verdana, Helvetica, Arial, sans-serif;
line-height: 18px;
z-index:100;
background-color: #38251b;
width: 200px;
visibility: hidden;
margin-left: 9px;
margin-top: 6px;
text-align: left;
padding-left: 6px;
padding-bottom: 4px;
}


.dropmenudiv a{
width: 154px;
display: block;
text-indent: 0px;
border-bottom: 0px solid #000000; /*THEME CHANGE HERE*/
padding: 0px 0;
text-decoration: none;
font-weight: none;
color: #dfc478;
font: 13px Century Gothic, Verdana, Helvetica, Arial, sans-serif;
line-height: 18px;
}

* html .dropmenudiv a{ /*IE only hack*/
position: relative;
width: 100%;
padding: 0px;
top: -1px;
left: 0px;
font: 13px Century Gothic, Verdana, Helvetica, Arial, sans-serif;
line-height: 18px;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: none;
color: #e1d9ab;
font: 13px Century Gothic, Verdana, Helvetica, Arial, sans-serif;
line-height: 18px;
}