.droplinebar{overflow: hidden; }

.droplinebar ul{
margin: 0;
padding: 0;
float: left;
width: 100%;
font: bold 14px Arial;
background: #242c54 url(Assets/bluedefault.gif) center center repeat-x; /*default background of menu bar*/
}

.droplinebar ul li{
display: inline;
}

.droplinebar ul li a{
float: left;
color: white;
padding: 8px 26.7px;
text-decoration: none;
}

.droplinebar ul li a:visited{
color: white;
}

.droplinebar ul li a:hover, .droplinebar ul li .current{ /*background of main menu bar links onMouseover*/
color: white;
background: transparent url(Assets/blueactive.gif) center center repeat-x;
}

/* Sub level menus*/
.droplinebar ul li ul{
position: absolute;
z-index: 100;
left: 0;
top: 0;
background: #8a92b2; /*sub menu background color */
visibility: hidden;
}

/* Sub level menu links style */
.droplinebar ul li ul li a{
font: normal 12px Arial;
padding: 10px;
padding-right: 12px;
margin: 0;
border-bottom: 1px solid white;
}

.droplinebar ul li ul li a:hover{ /*sub menu links' background color onMouseover */
background: #242c54;
}

#shadowed-border {  /*code for shadowed border around scrolling box. Nothing to do with droplinebar*/
  padding: 10px;
  width: 85%;
  margin: 10px auto;
}

#shadowed-border .sb-inner {
  background:#f8f8ff;
}

#shadowed-border .sb-border {
  background:#fff;
}
