#c1094994 ul {
    list-style: none;
    width: max-content;
    margin: 0px auto;
    padding: 0px;}

#c1094994 ul li a {
 
    text-decoration: none;
    color: #333;
    display: block;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    padding: 0px 14px;}

#c1094994 ul li {
    float: left;
    margin-left: 0px;}

#c1094994 ul li a:hover {
    background: #016bb7;
    color: #fff;}

#c1094994 ul li a#current {
    background: #004161;
    font-weight: bold;
    color: #fff;}

#c1094994 ul li ul {
    display: none;
    border: 0px solid #ccc;
    display: none;}

#c1094994 ul li ul li {

    text-decoration: none;
    float: none;
    margin: 0;
    border-bottom: 1px solid #004161;
    min-height: 35px;
    line-height: 35px;
    width: 133px;}

#c1094994 ul li ul li a {
    min-height: 35px;
    line-height: 35px;
    text-align: center;
    background: #006699;
    color: #fff;
    font-size: 14px;
    min-width: 112px;
    padding: 0px 0px;}

#c1094994 ul li ul li a:hover {
    background: #016bb7;
    color: #fff;}

#c1094994 ul li:hover ul {
    display: block;
    z-index: 9999999;
    position: absolute;}

#c1094994 ul li.sfhover ul {
    display: block;}

