.glowingtabs{
float:left;
width:100%;
font-size: 12px;
line-height:normal;
background:none;
border:1px solid #3c2106;
margin:0px;
}

.glowingtabs ul{
list-style-type: none;
margin:0;
margin-left: 5px; /*Left offset of entire tab menu relative to page*/
padding:0;
float:right;
}

.glowingtabs li{
display:inline;
margin:0;
padding:0;
}

.glowingtabs a{
float:left;
background: url(../siteimage/button-bg2.gif) no-repeat top left;
width:83PX;
height:23px;
color:#FFFFFF;
font-weight:bold;
margin:0;
margin-right: 1px; /*spacing between each tab*/
padding:8px 0 0 0px;
text-decoration:none;
text-align:center;
}

#big-bg a{
float:left;
height:23px;
color:#000;
font-weight:bold;
margin:0;
margin-right: 1px; /*spacing between each tab*/
padding:8px 0 0 0px;
text-decoration:none;
text-align:center;
background: none;
width:120px;}

#big-bg a:hover{
float:left;
height:23px;
color:#FFFFFF;
font-weight:bold;
margin:0;
margin-right: 1px; /*spacing between each tab*/
padding:8px 0 0 0px;
text-decoration:none;
text-align:center;
background: #000000;
width:120px;}

.glowingtabs a:hover{
float:left;
background: url(../siteimage/button-bg2.gif) no-repeat top left;
width:83PX;
height:23px;
color:#eab500;
font-weight:bold;
margin:0;
margin-right: 1px; /*spacing between each tab*/
padding:8px 0 0 0px;
text-decoration:none;
text-align:center;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_d{
position: absolute;
top: 0;
border: 1px solid #35322d;/*THEME CHANGE HERE*/
border-width: 0 1px;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
}


.dropmenudiv_d a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #877000;
background:#efeeee;
 /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color:#000;
}

* html .dropmenudiv_d a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_d a:hover{ /*THEME CHANGE HERE*/
background-color: #fdd100;
}

