.glowingtabs{
float: right;
width:100%;
font-size: 12px;
margin-right: 0px;

}

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

.glowingtabs li{
display: inline;
margin:0;
padding:0;
margin-bottom: 0px;
}

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

}

.glowingtabs a span{
float:left;
display:block;
padding: 4px 12px 2px 3px;
}



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

.glowingtabs a:hover span {
color: black;
}

.glowingtabs li.selected a{ /*Selected Tab style*/

}

.glowingtabs li.selected a span{ /*Selected Tab style*/

}

.glowingtabs a:hover, .glowingtabs li.selected a:hover{ /*onMouseover style*/

}

.glowingtabs a:hover span, .glowingtabs li.selected a:hover span{ /*onMouseover style*/

}

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

.dropmenudiv_d{
position: fixed;
border: 0px solid #FFFFFF; /*THEME CHANGE HERE*/
border-width: 0 0px;
font:normal 12px Verdana;
width: 150px;
visibility: hidden;
background-image:url(../bg_transparent.png);
margin-left: 1px;
margin-top: 0px;
}


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

}

* html .dropmenudiv_d a{ /*IE only hack*/
width: 100%;
background-color:#00309F;
}

* html .dropmenudiv_d a:hover{ /*IE only hack*/
width: 100%;
background-color:#00309F;
}

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



}

