.glowingtabs{
float:left;
width:100%;
 /*Add border strip to bottom of menu*/
}

.glowingtabs ul li{margin:0px; padding:0px;}

.glowingtabs ul{
list-style-type: none;
margin:0px;
margin-left: 5px; /*Left offset of entire tab menu relative to page*/
padding:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:15px;
}

.glowingtabs li{
display:inline;
margin:0px;
padding:0px;
}

.glowingtabs a{
float:left;
background:url(../images/glowtab-left.gif) no-repeat left top;
margin:0px;
margin-right: 5px; /*spacing between each tab*/
padding:0 0 0 9px;
text-decoration:none;
}

.glowingtabs a span{
float:left;
display:block;
background:url(../images/glowtab.gif) no-repeat right top;
padding: 9px 15px 9px 6px;
color:#ffffff;
font-family:Arial, Helvetica, sans-serif;
font-size:15px;
text-decoration:none;
}

/* 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 -35px; /*Shift background image up to start of 2nd tab image*/
}

.glowingtabs li.selected a span{ /*Selected Tab style*/
background-position:100% -35px; /*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% -35px; /*Shift background image up to start of 2nd tab image*/
text-decoration:none;
}

.glowingtabs a:hover span, .glowingtabs li.selected a:hover span{ /*onMouseover style*/
background-position:100% -35px; /*Shift background image up to start of 2nd tab image*/
text-decoration:none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_d{
position:absolute;
/*border: 1px solid #dcc208; *//*THEME CHANGE HERE*/
font:normal 12px Verdana;
line-height:18px;
z-index:100;
width: 200px;
visibility: hidden;
}


.dropmenudiv_d a{
/*background-color: #fef8c8;*/
width: 200px;
display: block;
text-indent: 5px;
padding: 2px 0;
text-decoration: none;
color:#ffffff;
background:#484848;
border-right:1px solid #c0c0c0;
border-left:1px solid #c0c0c0;
}

* html .dropmenudiv_d a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_d a:hover{ /*THEME CHANGE HERE*/
/*background-color:#FFCC33;*/
background:#ffffff;
color:#000000;
text-decoration:none;
}


