.glowingtabs{
float:left;
width:725px;
font-size: 9pt;
line-height:normal;
font-family:Courier New;
padding:0; height:23px;
}

.glowingtabs ul{
list-style-type: none;
margin:0;
margin-left: 10px; /*Left offset of entire tab menu relative to page*/
padding:0;height:23px;
}

.glowingtabs li{
display:inline;
margin:0;
padding:0;height:23px;
}

.glowingtabs a{
float:left;
padding:10;
margin:10;
margin-right: 30px; /*spacing between each tab*/
padding:0 0 0 9px;
text-decoration:none;height:23px;
}

.glowingtabs a span{
float:left;
display:block;

padding: 4px 10px 2px 3px;
font-weight:bold;
color:#7d7f81;height:23px;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.glowingtabs a span {float:none;}
/* End IE5-Mac hack */

.glowingtabs a:hover span {
color: #fff;height:23px;

}

.glowingtabs li.selected a{ /*Selected Tab style*/
background-position:0 -82px; /*Shift background image up to start of 2nd tab image*/
color: #fff;background:url(media/glowtab-left.gif) no-repeat left top;color: #fff;
height:23px;
}

.glowingtabs li.selected a span{ /*Selected Tab style*/
background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/

background:url(media/glowtab.gif) no-repeat right top;color: #fff;height:23px;cursor:hand;
}

.glowingtabs a:hover, .glowingtabs li.selected a:hover{ /*onMouseover style*/
background-position:0% -82px; /*Shift background image up to start of 2nd tab image*/
background:url(media/glowtab-left.gif) no-repeat left top;height:23px;cursor:hand;
}

.glowingtabs a:hover span, .glowingtabs li.selected a:hover span{ /*onMouseover style*/
background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
background:url(media/glowtab.gif) no-repeat right top;height:23px; cursor:hand;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_d{
position:absolute;
top: 0;
border: 1px dotted #b7b7b7; /*THEME CHANGE HERE*/
text-align:center;
font:normal 12px Courier New;
line-height:18px;
z-index:100;
background-color: white;
width: 120px;
visibility: hidden;
}


.dropmenudiv_d a{
width: auto;
display: block;
text-align:center;

border: 0 dotted #7d7f81; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0 ;
text-decoration: none;
color: #7d7f81;
}

* html .dropmenudiv_d a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_d a:hover{ /*THEME CHANGE HERE*/
background-color: #f8f8f8;
}

