/* CSS Document */

#menu
{
    width: 100%;
    background-color: #4D4D4F;
    float: left;
}

#menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    float: left;
}

#menu a, #menu h2
{
    font: 11px/16px verdana, arial, helvetica, sans-serif;
    display: block;
    margin: 0px;
    background-color: #4D4D4F;
    color: #FFFFFF;
}

#menu h2
{
    padding: 0px;
}

#menu h2 a
{
    padding: 9px 13px;
    font-weight: bold;
}

#menu a
{
    text-decoration: none;
    padding: 5px 20px;
}

#menu a:hover
{
    background-color: #7B858A;
}

#menu ul ul div
{
    filter: alpha(opacity=95);
    opacity: 0.95;
    width: 100%;
}

#menu li
{
    position: relative;
}

#menu ul ul ul
{
    position: absolute;
    top: 0px;
    left: 160px;
}

#menu ul ul
{
    position: absolute;
    z-index: 1000;
}

div#menu ul ul, div#menu ul li:hover ul ul, div#menu ul ul li:hover ul ul
{
    display: none;
}

div#menu ul li:hover ul, div#menu ul ul li:hover ul, div#menu ul ul ul li:hover ul
{
    display: block;
}

#menu ul li
{
    float: left;
    width: 100%;
}


/* ===== STYLE UNTUK MASING2 MENU ===== */

#menu #childmenuProfil
{
    width: 200px;
}

#menu #childmenuDirektori
{
    width: 200px;
}

#menu #childmenuListingProyek
{
    width: 200px;
}

#menu #childmenuGaleriPeristiwa
{
    width: 200px;
}

#menu #childmenuRegulasi
{
    width: 200px;
}

#menu #childmenuFasilitas
{
    width: 200px;
}

#menu #childmenuLink
{
    width: 170px;
}