.droplinebar{
overflow: hidden;
width:934px;
margin-left:-20px; margin-top:12px;
z-index: 10;

}

.droplinebar ul{
margin: 0;
padding: 0;
float: left;
width: 100%;
font: bold 13px Arial;
z-index:5;
/*background: url(../ui/images/bgmenu.jpg) center center repeat-x; /*default background of menu bar*/
}

.droplinebar ul li{
display: inline;
}

.droplinebar ul li a{
float: left;
color: #333;
padding: 9px 11px;
text-decoration: none;
}

.droplinebar ul li a:visited{
color: #333;
}

.droplinebar ul li a:hover, .droplinebar ul li .current{ /*background of main menu bar links onMouseover*/
color: #333;
background: transparent url(../ui/images/bgmenu2.jpg) center center repeat-x;
}

/* Sub level menus*/
.droplinebar ul li ul{
position: absolute;

width:850px;
left: 0;


background: #eee; /*sub menu background color */
visibility: hidden;
}

/* Sub level menu links style */
.droplinebar ul li ul li a{
font: normal 13px Verdana;
padding: 6px;
padding-right: 8px;
margin: 0;

}

.droplinebar ul li ul li a:hover{ /*sub menu links' background color onMouseover */
background: #fff;
}