﻿#menu_wrapper { overflow: hidden; height: 0px; }
    #menu_wrapper div { overflow: hidden; }

.menu_group_root .menu_header a { color: #000000; font-size: 12px; text-decoration: none; }
.menu_group_sub .menu_header a { color: #000000; font-size: 12px; text-decoration: none; }

.menu_group_sub .menu_item, .menu_group_root .menu_header_active { background-color: #ebebeb; line-height: 35px; font-size: 12px; font-weight: normal; }

.menu_item, .menu_header { cursor: pointer; width: 100%; }

.menu_header, .menu_header_active { height: 35px; width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; -o-transition: height ease; -webkit-transition: height ease; transition: height ease; }
    .menu_header.animated { -o-transition-duration: 0.25s; -webkit-transition-duration: 0.25s; transition-duration: 0.25s; }
    .menu_header p:hover { color: #c50c51; }
    .menu_header a:hover { color: #c50c51; text-decoration: none; }
    .menu_group_root { -webkit-tap-highlight-color: rgba(0,0,0,0); }
.menu_group_root .menu_header, .menu_group_root .menu_header_active { border-top: solid 2px #f2f2f2; line-height: 35px; font-size: 12px; }
    .menu_group_root .menu_header a, .menu_group_root .menu_header_active a { display: inline-block; width: 100%; height: 100%; }
    .menu_header_active > p{color:#c50c51;}

#pnl_menu_back { cursor: pointer; font-size: 12px; height: 0px; }

.menu_omaspiri { display: none; height: 0; }