/* ---------------------------------------------------------------------------------------- MENUS */
/* background:#f00; || border:1px solid #f00; */
#page #head #head-content #menu-horizomntal{
    width:1004px;
    float:left;
}
#page #head #head-content #menu-horizomntal ul li{
    float:left;
    color:#10b355;
}
#page #head #head-content #menu-horizomntal ul li a{
    padding:20px 10px;
    display:block;
    color:#10b355;
}
#page #head #head-content #menu-horizomntal ul li a:hover{
    color:#fbfb07;
    text-decoration:none;
    background:#10b355;
}
#page #head #head-content #menu-horizomntal img{
    float:right;
    margin-top:13px;
}



