#new-menu {background: url(../siteimage/button-menu-bg.gif) no-repeat top left; width: 990px; height: 31px; margin: 0; padding: 0; }
#new-home-menu {width:400px; height: 31px; margin: 0; padding: 0; float:left; }
#innermenu { float:left; width:970px; height:31px; background-color:#000000;}
.glowingtabs{
float:left;
width:100%;
font-size: 16px;
line-height:normal;
background:none;
margin:0px;

}
.glowingtabs ul{
list-style-type: none;
margin:0;
 /*Left offset of entire tab menu relative to page*/
padding:0;

}
.glowingtabs li{
display:inline;
margin:0;
padding:0px;
}
/* ######### Style for Drop Down Menu ######### */
.dropmenudiv_d{
position: absolute;
top: 0;
border: 1px solid #35322d;/*THEME CHANGE HERE*/
border-width: 0 1px;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
}
.dropmenudiv_d a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #666666;
background:#CCCCCC;
 /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color:#000;
}
* html .dropmenudiv_d a{ /*IE only hack*/
width: 100%;
}
.dropmenudiv_d a:hover{ /*THEME CHANGE HERE*/
background-color: #666666;
color:#fff;
}


