#topmenunav, #topmenunav ul {
    list-style-type: none;
    list-style-position: outside;
    position: relative;
    line-height: 1.8em;
    z-index: 1000;
    padding: 0px;
    margin: 0px;
}
#topmenunav a{
    color: white; background-color: #0C70AE;
    display: block;
    padding: 0px 5px 0px 5px;
    text-decoration: none;
}
#topmenunav a:hover{
    color: black;
    background-color: white;
}
#topmenunav li {
    border-right: 1px solid #47a9e8;
    display: block;
    float: left;
    position: relative;
}
#topmenunav li a {
    display: table;
    float: none;
}
#topmenunav ul {
    position: absolute;
    display: none;
    width: 18em;
}
#topmenunav li ul a{
    color: white; background-color: #0A6298;
    border-top: 1px solid #2789c8;
    border-right: 0px;
    width: 18em;
    /*height: 2em;*/ /*bikin kepotong menunya*/
    /*height:auto;*/
    float: left;
}
#topmenunav li ul a span{
    padding-top: 2px;
    padding-bottom: 2px;
    width: 15em;
    float: left;
    line-height:1.2em;
    }
#topmenunav li ul .topmenunav_submenu_icon{
    width: auto;
    height: auto;
    float: right;
}
#topmenunav ul ul{
    top:auto;
}
#topmenunav li ul ul {
    left: 15em;
    margin: 0px 0px 0px 10px;
}
