.glowingtabs{
float:right;
width:100%;
background:url(../images/heading_bg.jpg) repeat-x;
font-size:12px;
font-family: calibri;
font-size: 14px;
line-height:normal;
color:#fff;
font-weight:bold;
border-bottom:2px solid #009C8C; /*Add border strip to bottom of menu*/
z-index:9999;
}

.glowingtabs ul{
list-style-type: none;
margin:0;
margin-left:2px; /*Left offset of entire tab menu relative to page*/
padding:0;
}

.glowingtabs li{
display:inline;
margin:0;
padding:0;
z-index:9999;
}

.glowingtabs a{
float:left;
margin:0;
 /*spacing between each tab*/

background:url(../images/heading_bg.jpg) repeat-x;
text-decoration:none;
}

.glowingtabs a span{
float:left;
display:block;
background:url(../images/heading_bg.jpg) repeat-x;
padding: 4px 19px 5px 20px;

color:#fff;
border-right: 1px solid #FFFFFF;
}

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

.glowingtabs a:hover {
color:#FFFFFF;

}

.glowingtabs li.selected a{ /*Selected Tab style*/
background:url(../images/heading_bg_hover.jpg) repeat-x; /*Shift background image up to start of 2nd tab image*/
}

.glowingtabs li.selected a span{ /*Selected Tab style*/
background:url(../images/heading_bg_hover.jpg) repeat-x; /*Shift background image up to start of 2nd tab image*/
color:#FFFFFF;
}

.glowingtabs a:hover, .glowingtabs li.selected{ /*onMouseover style*/
background:url(../images/heading_bg_hover.jpg) repeat-x; /*Shift background image up to start of 2nd tab image*/
}

.glowingtabs a:hover span, .glowingtabs li.selected a:hover span, .glowingtabs li.selected a:active span{ /*onMouseover style*/
background:url(../images/heading_bg_hover.jpg) repeat-x;/*Shift background image up to start of 2nd tab image*/
}

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

.dropmenudiv_d{

border: 1px solid #1e1e1e; /*THEME CHANGE HERE*/
border-width:0px 1px 0px 1px;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
position:absolute;
background-color: white;
width:auto;
visibility: hidden;
}


.dropmenudiv_d a{
width:250px;
display: block;
background-color:white;
text-indent:5px;
border: 0 solid #1e1e1e; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding:2px 0;
text-decoration: none;
color: black;

}

* html .dropmenudiv_d a{ /*IE only hack*/
width:170px;
background-color:white;
}

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

