.glowingtabs{ height:25px;
float:left;
width:725px;; font-family:Arial, Helvetica, sans-serif;
font-size: 11px;
line-height:normal;
border-bottom: 0px solid #dcc208; /*Add border strip to bottom of menu*/
}

.TabsBarBk {}

.glowingtabs ul{
list-style-type: none;
margin:0;
margin-left: 0px; /*Left offset of entire tab menu relative to page*/
padding:0;
}

.glowingtabs li{
display:inline;
margin:0;
padding:0;
}

.glowingtabs a{
float:left;
background:url(../images/glowtab-left.gif) ; background-repeat:repeat-x;
margin:0;
 /*spacing between each tab*/
padding-top:18px;
border-right: 1px #858585 solid;
padding-bottom:5px;
padding-left:13px;
padding-right:5px;
text-decoration:none;
}

.glowingtabs a span{
float:left;
display:block;
padding: 4px 12px 2px 3px;
font-weight:bold;
color:#ffffff;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.glowingtabs a span {float:none;}
/* End IE5-Mac hack */

.glowingtabs a:hover span {
color: #ffffff;
}

.glowingtabs li.selected a{ /*Selected Tab style*/
background-position:0 -82px; /*Shift background image up to start of 2nd tab image*/


}

.glowingtabs li.selected a span{ /*Selected Tab style*/
background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
color: #ffffff;
}

.glowingtabs a:hover, .glowingtabs li.selected a:hover{ /*onMouseover style*/
background-position:0% -82px; /*Shift background image up to start of 2nd tab image*/
}

.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*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_d{
position:absolute;
top: 0;
border: 1px solid #d5d5d5; /*THEME CHANGE HERE*/
border-width: 1 1px;
font:normal 11px tahoma;
line-height:18px;
z-index:100;
background-color: #f1f1f1;
/*width: 180px;*/
visibility: hidden;
}


.dropmenudiv_d a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #d5d5d5; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding-top:2px;
padding-bottom:5px;
padding-left:10px;
padding-right:9px;
text-decoration: none;
color: #7b7b7b;
font-size:11px;
font-family:Tahoma, Geneva, sans-serif;
}

* html .dropmenudiv_d a{ /*IE only hack*/
width: 100%; 
}

.dropmenudiv_d a:hover{ /*THEME CHANGE HERE*/
background-color: #ffffff; color:#000000;
}

