.glowtabs     { font-size: 12px; line-height: normal; width: 100%; float: left; border-bottom: 2px solid #ffcc66 }

.glowtabs ul  { list-style-type: none; margin: 0 0 0 5px; padding: 0 }

.glowtabs li  { display: inline; margin: 0; padding: 0 }

.glowtabs a  { text-decoration: none; background-image: url("media/glowtab-left.gif"); background-repeat: no-repeat; background-attachment: scroll; background-position: left top; margin: 0 5px 0 0; padding: 0 0 0 9px; float: left }

.glowtabs a span  { color: white; font-weight: bold; background-image: url("media/glowtab.gif"); background-repeat: no-repeat; background-attachment: scroll; background-position: right top; display: block; padding: 4px 12px 2px 3px; float: left }

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

.glowtabs a:hover span {
color: white;
}

.glowtabs li.selected a{ /*Selected Tab style*/
background-position:0 -82px; /*Shift background image up to start of 2nd tab image*/
}

.glowtabs li.selected a span{ /*Selected Tab style*/
background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
color: white;
}

.glowtabs a:hover, .glowtabs li.selected a:hover{ /*onMouseover style*/
background-position:0% -82px; /*Shift background image up to start of 2nd tab image*/
}

.glowtabs a:hover span, .glowtabs 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  { font: 400 12px/18px Helvetica; background-color: #006699; visibility: hidden; position: absolute; z-index: 100; top: 0; width: 200px; border-style: solid; border-width: 0 1px; border-color: #dcc208 }


.dropmenudiv a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #ffcc66; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color: white;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #ffcc66;
color: #006699;
}

