.chromestyle{
    width: 99%;
    font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.chromestyle ul{
    width: 100%;
    margin-top:95px;
    text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
    display: inline;
}

.chromestyle ul li a{
    color: #FFFFFF;
    padding:0px 0px 0px 43px;
    text-decoration: none;
}
.chromestyle ul li a:hover{
      color: #0BB5FD;
}
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
    width: 777px;
    font-weight: bold;
    visibility:hidden;
    /*background-image: url(../images/bt_menu.png); */
}
.dropmenudiv:after{ /*Add margin between menu and rest of content in Firefox*/
    width: 777px;
    font-weight: bold;
    /*visibility:hidden;  */
}


/* For Charter    */

.chromestyle2{
    width: 99%;
    font-weight: bold;
}

.chromestyle:after2{ /*Add margin between menu and rest of content in Firefox*/
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.chromestyle2 ul{
    width: 100%;
    margin-top:132px;
    text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle2 ul li{
    display: inline;
}

.chromestyle2 ul li a{
    color: #00406F;
    padding:0px 0px 0px 35px;
    text-decoration: none;
}
.chromestyle2 ul li a:hover{
      color: #119AEC;
}
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv2{
    width: 777px;
    font-weight: bold;
    visibility:hidden;
    /*background-image: url(../images/bt_menu.png); */
}
.dropmenudiv2:after{ /*Add margin between menu and rest of content in Firefox*/
    width: 777px;
    font-weight: bold;
    /*visibility:hidden;  */
}