#nbs_menu {
position: absolute; /* Menu position that can be changed at will */
top: 95px;
left: auto;
z-index:100;
width: 750px; /* precision for Opera */
color:white;
font-weight:bold;
filter:alpha(opacity=85); /* for IE */ 
opacity:0.85; /* CSS3 standard */ 
-moz-opacity:0.85; /* for Mozilla */ 
}

#nbs_menu dl, #nbs_menu dt, #nbs_menu dd, #nbs_menu ul, #nbs_menu li {
margin: 0;
padding: 0;
list-style-type: none;
}

#nbs_menu dl {
float: left;
width: 125px;
}

#nbs_menu dt {
color: #193654;
cursor: pointer;
text-align: left;
font-weight: bold;
font-size:8pt;
background: white;/*#193654;*/
/*border: 1px solid white;*/
padding-left: 3px;
padding-top:0px;
height:17px;
}
#nbs_menu dd {
display: none;
/*border: 1px solid gray;*/
}
#nbs_menu li {
text-align: left;
background: white;/*#193654;*/
padding-left: 0px;
margin: 0px;
}

#nbs_menu dt a {
font-weight:bold;
color: #193654;
text-decoration: none;
display: block;
padding:0px;
border: 0 none;
font-size:8pt;
background: white;/*#193654;*/
}

#nbs_menu li a {
color: #193654;
text-decoration: none;
display: block;
padding:3px;
height: 20px;
border: 0 none;
font-size:8pt;
padding-top:7px;
}
#nbs_menu li a:hover, #nbs_menu li a:focus, #nbs_menu dd a:hover, #nbs_menu dd a:focus {
background: #ff9048;
}