.div_layer {
font: 12px arial, verdana;
font-weight: bold;
padding-top: 5px;
padding-bottom: 2px;
padding-right: 0px;
padding-left: 0px;
}

.glowingtabs{
float:center;
width:100%;
line-height:normal;
border-bottom: 0px solid #FF7F02; /*Add border strip to bottom of menu*/
}

.glowingtabs ul{
list-style-type: none;
margin:0;
margin-left: 5px; /*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/tabs/glowtab-left.gif) no-repeat left top;
margin:0; /*spacing bewteen tab and table*/
margin-right: 2px; /*spacing between each tab*/
padding:0 0 0 9px;
text-decoration:none;
}

.glowingtabs a span{
float:left;
display:block;
background:url(../images/tabs/glowtab-right.gif) no-repeat right top;
padding: 4px 12px 2px 2px;
font-weight:bold;
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;
}

/*Selected Tab style*/
.glowingtabs li.selected a{ 
background:url(../images/tabs/selected-glowtab-left.gif) no-repeat left top; 
}

/*Selected Tab style (span)*/
.glowingtabs li.selected a span{ 
background:url(../images/tabs/selected-glowtab-right.gif) no-repeat right top; 
}

/*onMouseover style*/
.glowingtabs a:hover, .glowingtabs li.selected a:hover{ 
background:url(../images/tabs/selected-glowtab-left.gif) no-repeat left top; 
}

/*onMouseover style (span)*/
.glowingtabs a:hover span, .glowingtabs li.selected a:hover span{ 
background:url(../images/tabs/selected-glowtab-right.gif) no-repeat right top; 
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_d{
position:absolute;
top: 10;
border: 1px solid #dcc208;            /* THEME CHANGE HERE */
border-top-width: 0px;                /* whole layer border */
border-bottom-width: 1px;             /* whole layer border */
font: normal 12px Arial, Verdana;     /* Menu Font Style, Size */
line-height:12px;                     /* adjust line-height */
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
}


.dropmenudiv_d a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #dcc208; /*THEME CHANGE HERE*/
border-bottom-width: 0px;  /*every single row's border*/
padding: 2px 0;  /*line-height*/
text-decoration: none;
color: black;
}

* html .dropmenudiv_d a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_d a:hover{ 
background-color: #FBDF71;     /*#fef8c8 drop down menu bg color*/
/*
text-decoration: underline;
color: #333399;
*/
}
