#navi li a {
        display:block;
        text-decoration:none;

        
}

#navi li a:hover,#navi li a.hover  {
        background: #fff4c7;
}

#navi li ul {
        background: #fff4c7;
}

#navi li li a {
        width: 100px;
        border:0;
        background: #fff4c7;
}

#navi li li a:hover {
        background: #fff4c7;

}
