#wrapper1{ width:100%;}

.glowingtabs{
float:left;
font:11px Verdana, Arial, Helvetica, sans-serif;
line-height:normal;

}

.glowingtabs ul{
list-style-type: none;
margin:0;
padding:0;
}

.glowingtabs li{
display:inline;
margin:0;
padding:0;
}

.glowingtabs a{
float:left;
background:url(glowtab-left.gif) no-repeat left top;
margin:0;

padding:0 0 0 37px;
text-decoration:none;
}

.glowingtabs a span{
float:left;
display:block;
background:url(glowtab.gif) no-repeat right top;
padding: 7px 31px 5px 2px;
color:#3B3B3B;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.glowingtabs a span {float:none;}
/* End IE5-Mac hack */

.glowingtabs a:hover span {
color: black;
}



.glowingtabs a:hover { /*onMouseover style*/
background-position:0% -82px; /*Shift background image up to start of 2nd tab image*/
}

.glowingtabs a:hover span { /*onMouseover style*/
background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
}

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

.dropmenudiv_d{
position:absolute;
top: 0;
border:#999999 solid 1px;
border-bottom:none;
font:normal 11px Verdana, Arial, Helvetica, sans-serif;
line-height:18px;
z-index:100;
background-color: #d2d2d5;
width: 222px;
visibility: hidden;
}


.dropmenudiv_d a{
width:222px;
display: block;
text-indent: 5px;
border-bottom-width: 1px;
border-bottom:#999999 solid 1px;
text-align:left;
padding: 2px 0 2px 0px;
text-decoration: none;
color: black;
}

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

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

