.glowingtabs{
float:left;
width:100%;
font-size: 10px;
line-height:normal;}

.glowingtabs tr{
margin:0;
margin-left: 0px; /*Left offset of entire tab menu relative to page*/
padding:0;}

.glowingtabs td{
/*display: table;
margin:0;
padding:0;
*/}
/* I took this out on th 23.07.2009 to fix the Firefox Nav Bug !! - that was all there was to do...*/

.glowingtabs a{
float:left;
background: no-repeat left top;
margin:0px;
margin-right: 0px; /*spacing between each tab*/
padding:0 0 5 0px;
text-decoration:none;}

.glowingtabs a span{
float: left;
display:block;
background: no-repeat left top;
padding: 2px;
font-weight: normal;
color:#fced6c;}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.glowingtabs a span {float: none;}
/* End IE5-Mac hack */

.glowingtabs a:hover span {
color: #fced6c;}

/* ######### Style for Drop Down Menu ######### */
.dropmenudiv_d{
position: absolute;
top: 0;
border: 1px solid #003a7e; /*THEME CHANGE HERE*/
border-width: 0 0 0 2px;
font:normal 18px Palatino;
line-height:18px;
z-index:200;
background-color: #fced6c;
width: 162px;
visibility: hidden;}

.dropmenudiv_d a{
width:  auto;
display: block;
text-indent: 0px;
border: 0px solid #003a7e; /*THEME CHANGE HERE*/
border-bottom-width: 0px;
padding: 3px;
text-decoration: none;
color: black;}

* html .dropmenudiv_d a{ /*IE only hack*/
width: 100%;}

.dropmenudiv_d a:hover{ /*THEME CHANGE HERE*/
background-color: #003a7e;
color:#fced6c;}