.glowingtabs{
float:right;
background:url(../images/menu_bg.gif) no-repeat; 
width:795px;
line-height:normal;
height:39px;

border-bottom: 0px; /*Add border strip to bottom of menu*/
}

.glowingtabs ul{
list-style-type:none;
margin:0;/*Left offset of entire tab menu relative to page*/
padding:12px 0px;
}

.glowingtabs li{
float:left;
margin:0;
padding:0;
background:url(../images/nav_line.gif) left top no-repeat;
padding:0px 24px;
}

.glowingtabs li:first-child{
background:#ffffff;
}

.glowingtabs a{
color:#5F5F5F; 
text-decoration:none;
}

.glowingtabs a:hover {
color:#222222; 
text-decoration:none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_d{
position:absolute;
top: 0px;
font-size:12px;
z-index:100;
margin-top:14px;
width:205px;
visibility: hidden;
border:2px solid #0064C0;
border-top:0px;
}


.dropmenudiv_d a{
width: auto;
display: block;
text-indent: 5px;
border-bottom: 1px solid #ffffff; /*THEME CHANGE HERE*/
background:url(../images/dropdown_bg.gif) repeat-x top;
padding: 2px 0;
text-decoration: none;
color: black;
border-bottom:1px solid #D2D7DB;
}

* html .dropmenudiv_d a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_d a:hover{ /*THEME CHANGE HERE*/
background-color: #88A3B6;
color:#999999;
}