.droplinebar{
overflow: hidden;
}

.droplinebar ul{
margin: 0;
padding: 0;
float: left;
width: 100%;
font: bold 13px Arial;
/*background:#E25069;*/ /*default background of menu bar*/
}

.droplinebar ul li{
display: inline;
}

.droplinebar ul li a{
float: left;
color: white;
padding: 0px 9px;
text-decoration: none;
}

.mh{ float: left; margin-left:1px; margin-right:1px; display:block; color:#fff; text-decoration: none; font-family:"Trebuchet MS"; font-size: 16px; font-weight:normal; padding:0 0px 5px 7px; /*Padding to accomodate left tab image. Do not change*/ height:37px; line-height:37px; text-align: center; cursor: pointer; background:url(../images/tab-left.png); background-repeat:no-repeat; background-position: left top;}  
.mh .mha{ float: left; display: block; padding: 0px 1px 1px 1px; /*Padding of menu items*/ height:37px; background:url(../images/tab-right.png); background-repeat:no-repeat; background-position: right top; } 

.mhw01{
 width:50px;
}

.mhw02{
 width:100px;
}


.mhw03{
 width:110px;
}

.mhw04{
 width:130px;
}

.mhw05{
 width:135px;
}


.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: #E25069;*/
}

/* Sub level menus*/
.droplinebar ul li ul{
position: absolute;
z-index: 100;
left: 0;
top: 0;
background: #18B7E8; /*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;
border-bottom: 1px solid navy;
}

.droplinebar ul li ul li a:hover{ /*sub menu links' background color onMouseover */
background: #E25069;
color:#ffffff;
}
