.droplinebar{
overflow: hidden;
}

.droplinebar ul{
margin: 0;
padding: 0;
float: left;
width: 100%;
font: bold 13px Arial;
background: url(../Images/Navigation-BG.jpg) center center repeat-x; /*default background of menu bar*/
}

.droplinebar ul li{
display: inline;
}

.droplinebar ul li a{
float: left;
color: white;
padding: 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;
z-index: 100;
left: 0;
top: 0;
background: #303c76; /*sub menu background color */
visibility: hidden;
}



.openase {
    visibility: visible;
    width: 202px!important;
    left: 55.7%!important;
    top: 136px;
}
    .openase li {
        width: 100% !important;
        display: inline-block!important;
    }
    .openase li a {float: left;width: 93%; }









        /* 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: #242c54;
}








.openase1 {
    visibility: visible;
    width: 202px !important;
    left:18% !important;
    top: 136px;
}

    .openase1 li {
        width: 94% !important;
        display: inline-block !important;
    }

        .openase1 li a {
            float: left;
            width: 99%;
        }






.openase2 {
    visibility: visible;
    width: 202px !important;
    left: 30.7% !important;
    top: 136px;
}

.openase2 li {
        width: 94% !important;
        display: inline-block !important;
    }

 .openase2 li a {
            float: left;
            width: 99%;
        }


.openase3 {
    visibility: visible;
    width: 202px !important;
    left:72% !important;
    top: 136px;
}

    .openase3 li {
        width: 94% !important;
        display: inline-block !important;
    }

        .openase3 li a {
            float: left;
            width: 99%;
        }

.openase4 {
    visibility: visible;
    width: 202px !important;
    left: 65% !important;
    top: 136px;
}

    .openase4 li {
        width: 94% !important;
        display: inline-block !important;
    }

        .openase4 li a {
            float: left;
            width: 99%;
        }


