.glowingtabs{
color:#ff6600;
font-family:Arial;
font-size:11px;
line-height: normal;
text-decoration:none;

}

.glowingtabs ul{
float:left;
list-style-type: none;
margin:0;
margin-left: 5px; /*Left offset of entire tab menu relative to page*/
padding:0;

}

.glowingtabs li{
display:inline;
font-size:11px;


}

.glowingtabs a{
float:left;
margin:0;
margin-right: 0px; /*spacing between each tab*/
}


.glowingtabs a{
float:left;
display:block;
/*background: url(button_active.jpg) no-repeat right top;*/
padding:10px 5px 5px 1px;
font-weight:bold;
color: #4a4a4a;
text-align: left;
text-indent:0px;
width:155px;
height:15px;
text-decoration:none;
}


.glowingtabs li.selected a{ /*Selected Tab style*/
background-position:100%; /*Shift background image up to start of 2nd tab image*/
float:left;
/*background: url(button_select.jpg) no-repeat right top;*/
padding: 10px 5px 5px 1px;
font-weight:bold;
text-indent:0px;
text-align: left;
color:#9a4c03;
width:155px;
height:15px;
}


.glowingtabs a:hover  { /*onMouseover style*/
background-position:100%; /*Shift background image up to start of 2nd tab image*/
float:left;
display:block;
/*background: url(button_visit.jpg) no-repeat right top;*/
padding: 10px 5px 5px 1px;
font-weight:bold;
text-indent:0px;
text-align: left;
color:#9a4c03;
width:155px;
height:15px;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_d{
position:absolute;
border: 1px solid #dcc208; /*THEME CHANGE HERE*/
border-width: 0 1px;
font:normal 11px Arial;
line-height:18px;
z-index:100;
background-color: #f2f2f2;
width: 100px;
visibility: hidden;
}


.dropmenudiv_d a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #dcc208; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color: black;
font-size:11px;
}

* html .dropmenudiv_d a{ /*IE only hack*/
width: 100%;
}


.dropmenudiv_d a:hover{ /*THEME CHANGE HERE*/
background-color: #faefd7;
}




