.droplinebar{
overflow: hidden;
width:910px;
margin-bottom:0px;
margin:0px;
padding:0px;

}

.droplinebar ul{
float: left;
width: 100%;
font: bold 12px Arial;
list-style:none;
margin:0px;
padding:0px;
margin-bottom:0px;

/*background: #242c54 url(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: 9px 9px;
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(blueactive.gif) center center repeat-x;
}

/* Sub level menus*/
.droplinebar ul li ul{
position: absolute;
width: auto;
background: #398CC2; /*sub menu background color */
visibility: hidden;

}

/* Sub level menu links style */
.droplinebar ul li ul li a{
font: bold 11px Arial;
margin-left:auto;
margin-right:auto;
padding-right: 8px;
margin: 0;
/*border-bottom: 1px solid navy;
*/}

.droplinebar ul li ul li a:hover{ /*sub menu links' background color onMouseover */
background: #242c54;
}

