#topohome{width: 100%; 
    padding: 2px; 
    padding-left: 16%; 
    text-align: center; 
    font-size: 15px; 
    background: #041d31; 
    color: #fff !important; 
    z-index: 1; 
    position: fixed;
}
#cxglobalhome{
    width: 210px; 
    height: 100%; 
    float: left; 
    background: #041d31; 
    position: fixed; 
    z-index: 2;
}
#globalhome{
    width: 210px; 
    height: 100%; 
    float: left; 
    background: #041d31; 
    position: fixed;
}

#nav {
    width: 100%; 
    margin: 0; 
    padding: 0 10px; 
    float: left;
    /* border: solid red; */
}
#nav li {
    width: 100%; 
    list-style: none; 
    background: #041d31;
    border-bottom: 1px solid #223b4e; 
    font-size: 13px;
}
#nav li a { 
    display: block; 
    padding: 8px; 
    text-decoration: none; 
    color: #849db0; 
    font-family: arial 
}
#nav li a:hover {
    background: #041d31; 
    color: #ffc415c0;
}