.droplinebar{
overflow: hidden;
}

.droplinebar ul{
margin: 0px;
padding-top: 4px;
width: 700px;
font: bold 12px "Trebuchet MS";
font-weight: normal;
background: url(../newassets/images/nav_back.png) center center repeat-x; /*default background of menu bar*/
text-align: center;
height: 26px;
}

.droplinebar ul li{
display: inline;
}

.droplinebar ul li a{
color: white;
padding: 5px 10px 0px 10px;
text-decoration: none;
text-align: center;
vertical-align:middle;
}


.droplinebar ul li a:hover, .droplinebar ul li .current{ /*background of main menu bar links onMouseover*/
color: white;
background: transparent url(../newassets/images/nav_hover.png) center center repeat-x;
height: 26px;
}

/* Sub level menus*/
.droplinebar ul li ul{
position: absolute;
z-index: 100;
left: 0;
top: 0;
background: none; /*sub menu background color */
visibility: hidden;
}

/* Sub level menu links style */
.droplinebar ul li ul li a{
font: normal 13px "Trebuchet MS";
padding: 9px 8px 0px 8px;
margin: 0;
color: #FFFFFF;
height: 26px;
}

.droplinebar ul li ul li a:hover{ /*sub menu links' background color onMouseover */
background: none;
color: #990000;
}