.glowingtabs{
/*float:left;
width:100%;
line-height:normal;*/
}

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

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

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

text-decoration:none;
}

.glowingtabs a span{
/*float:left;*/
/*display:block;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
font-weight:bold;
text-decoration:none;
color:#d1d1d1;*/

}

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

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


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

.dropmenudiv_d{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
position:absolute;
color:#073c44;
top:0;
left:0px;
margin-top:10px;
margin-left:-2px;
/*THEME CHANGE HERE*/
z-index:100;
background-color:#fff;
width:200px;
border:1px solid #1db3cb;
/*width:200px;*/
visibility: hidden;
}


.dropmenudiv_d a{
/*font:bold 11px Verdana, Arial, Helvetica, sans-serif;*/
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
color:#073c44;
line-height:25px;
height:30px;
width: auto;
display: block;
padding-left:5px;
border:1px solid #1db3cb;
/*text-indent: 5px;*/
/*THEME CHANGE HERE*/

text-decoration: none;
}

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

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


