#menuphu,#menuphu ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
        z-index: 10;
}
#menuphu {
    font-family: "Times New Roman",Verdana,Arial,sans-serif;
    font-size: 14pt;
    height: 50px;
    text-transform: uppercase;
    list-style: none outside none;
    margin: 0;
    /*text-shadow: 0 -1px 3px #202020;*/
    width: 100%;

    /* border radius */
    /*-moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;*/

    /* box shadow */
    /*-moz-box-shadow: 0px 3px 3px #cecece;
    -webkit-box-shadow: 0px 3px 3px #cecece;
    box-shadow: 0 3px 4px #8b8b8b;*/

    /* gradient */
    /*background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #787878), color-stop(0.5, #5E5E5E), color-stop(0.51, #707070), color-stop(1, #838383));*/
    /*background-image: -moz-linear-gradient(center bottom, #787878 0%, #5E5E5E 50%, #707070 51%, #838383 100%);*/
    background-color:rgba(103, 67, 36, 0.8);
}
#menuphu ul {
    left: -9999px;
    position: absolute;
    top: -9999px;
    z-index: 2;
}
#menuphu li {
    /*border-bottom: 1px solid #575757;
    border-left: 1px solid #929292;
    border-right: 1px solid #5d5d5d;
    border-top: 1px solid #797979;*/
    display: block;
    float: left;
    min-height: 50px;
    height: auto;
    position: relative;
    min-width: 110px;
}
#menuphu li li:hover {
    background-color: rgba(173, 0, 0, 0.83)!important;
}
#menuphu>li{
    margin-right: 10px;
    
    -webkit-box-align: end;
    -webkit-box-direction: normal;
    -moz-box-align: end;
    -moz-box-direction: normal;
}
#menuphu>li>a{
    background-color: transparent;
    font-size: 9pt;
    margin-top:-3px;
    padding: 3px 20px;
}
.activea{
    margin-top: 0px!important;
    height: 45px!important;
}
#menuphu li:first-child {
    border-left: 0 none;
    margin-left: 5px;
}
#menuphu li a {
    width: 100%;
    color: #FFFFFF;
    line-height: 45px;
    outline: medium none;
    text-align: center;
    text-decoration: none;

    /* gradient */
    /*background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #787878), color-stop(0.5, #5E5E5E), color-stop(0.51, #707070), color-stop(1, #838383));*/
    /*background-image: -moz-linear-gradient(center bottom, #787878 0%, #5E5E5E 50%, #707070 51%, #838383 100%);*/
    /*background-color:#5f5f5f;*/
}

/* keyframes #animation1 */
@-webkit-keyframes animation1 {
    0% {
        -webkit-transform: scale(1.2);
    }
    30% {
        -webkit-transform: scale(1.5);
    }
    100% {
        -webkit-transform: scale(1.2);
    }
}
@-moz-keyframes animation1 {
    0% {
        -moz-transform: scale(1.2);
    }
    30% {
        -moz-transform: scale(1.5);
    }
    100% {
        -moz-transform: scale(1.2);
    }
}
#menuphu li > a:hover,.activea {
    /* css3 animation */
    /*-moz-animation-name: animation1;
    -moz-animation-duration: 0.7s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: normal;
    -moz-animation-delay: 0;
    -moz-animation-play-state: running;
    -moz-animation-fill-mode: forwards;

    -webkit-animation-name: animation1;
    -webkit-animation-duration: 0.7s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    -webkit-animation-delay: 0;
    -webkit-animation-play-state: running;
    -webkit-animation-fill-mode: forwards;
    background-color: rgba(0,0,0,0.3);*/
}
#menuphu li:hover > a {
    z-index: 4;
}
#menuphu li:hover ul.subs {
    left: 0;
    top: 45px;
    width: 150px;
    z-index: 10;    
}
#menuphu ul li {
    background: rgba(103, 67, 36, 0.86);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
    opacity: 0;
    width: 100%;

    /*-webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    -ms-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;*/
}

/* keyframes #animation2 */
@-webkit-keyframes animation2 {
    0% {
        margin-left:185px;
    }
    100% {
        margin-left:0px;
        opacity:1;
    }
}
@-moz-keyframes animation2 {
    0% {
        margin-left:185px;
    }
    100% {
        margin-left:0px;
        opacity:1;
    }
}
#menuphu li:hover ul li {
    /* css3 animation */
    -moz-animation-name: animation2;
    -moz-animation-duration: 0.3s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: 1;
    -moz-animation-direction: normal;
    -moz-animation-delay: 0;
    -moz-animation-play-state: running;
    -moz-animation-fill-mode: forwards;

    -webkit-animation-name: animation2;
    -webkit-animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-direction: normal;
    -webkit-animation-delay: 0;
    -webkit-animation-play-state: running;
    -webkit-animation-fill-mode: forwards;

    /*-webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    -ms-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;*/
}
/* animation delays */

#menuphu>li>ul{
    width: 280px!important;
    height: auto;   
    border-radius: 20px;
    overflow: hidden;
        margin-top: 5px;
}