#menu {
    height: 100%;
    position: relative;
    text-align: center;
}
#menu_group_main {
    /*padding-top: 24px !important;*/
}
#menu_group_profile {
    bottom: 118px;
    position: absolute;
    width: 100%;
}
#menu_group_profile li:last-child {
    margin-bottom: 0;
}
#menu #menu_popup {
    border-left: 1px solid #2E5783; /*#343943;*/
    border-right: 1px solid #2E5783; /*#343943;*/
    bottom: 0;
    box-shadow: 1px 0 3px #666;
    color: #aaa;
    font-size: 11px;
    left: 66px;
    position: absolute;
    text-align: left;
    top: -5px;
    width: 330px;
    z-index: 100000;
}
#menu #menu_popup a {
    font-size: 11px;
}
#menu #menu_popup a:hover {
    text-decoration: none;
}
#menu #menu_popup #menu_popup_background {
    background: none repeat scroll 0 0 #2E5783; /*#343943;*/
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}
#menu #menu_popup #menu_popup_tabs {
    background: linear-gradient(to bottom, #4f5054 0px, #45474a 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: 1px solid #27292e;
    border-left: 1px solid #27292e;
    border-radius: 0 0 7px 7px;
    border-right: 1px solid #27292e;
    left: 13px;
    position: absolute;
    right: 13px;
    top: 0;
}
#menu #menu_popup #menu_popup_tabs div.menu_popup_tabs_row {
    border-bottom: 1px solid #424447;
    border-top: 1px solid #5d5f62;
    position: absolute;
    width: 100%;
    z-index: 1;
}
#menu #menu_popup #menu_popup_tabs div.menu_popup_tabs_row.first_row {
    border-top: 0 none;
}
#menu #menu_popup #menu_popup_tabs div.menu_popup_tabs_row.last_row {
    border-bottom: 0 none;
}
#menu #menu_popup #menu_popup_tabs ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
    z-index: 2;
}
#menu #menu_popup #menu_popup_tabs ul li {
    display: inline-block;
    position: relative;
}
#menu #menu_popup #menu_popup_tabs ul li a {
    border-left: 1px solid #5e6063;
    border-right: 1px solid #444549;
    display: inline-block;
    padding: 8px 12px;
    position: relative;
}
#menu #menu_popup #menu_popup_tabs ul li a:hover {
    background: none repeat scroll 0 0 #fff;
    color: #4f5054;
}
#menu #menu_popup #menu_popup_tabs ul li.first_in_row a {
    border-left: 0 none;
}
#menu #menu_popup #menu_popup_tabs ul li.last_in_row a {
    border-right: 0 none;
}
#menu #menu_popup #menu_popup_header {
    border-bottom: 1px solid #989984;
    left: 15px;
    position: absolute;
    right: 15px;
    top: 0;
    z-index: 1;
}
#menu #menu_popup #menu_popup_header h2 {
    color: #dedeb6;
    float: left;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    padding: 13px 0 10px;
    text-shadow: 1px 1px 0 #000;
}
#menu #menu_popup #menu_popup_header ul {
    float: right;
    list-style: outside none none;
    margin: 14px 0 0;
    padding: 0;
}
#menu #menu_popup #menu_popup_header ul li {
    display: inline;
    margin-left: 6px;
}
#menu #menu_popup #menu_popup_header ul li a.menu_popup_footer_link {
    color: #fff;
    display: inline-block;
    float: left;
    margin-right: 5px;
}
#menu #menu_popup #menu_popup_header ul li a.menu_popup_footer_link.right {
    float: right;
    margin-left: 5px;
    margin-right: 0;
}
#menu #menu_popup #menu_popup_header ul li a.menu_popup_footer_link:hover {
    color: #fff;
    text-decoration: none;
}
#menu #menu_popup #menu_popup_footer {
    border-top: 1px solid #989984;
    bottom: 0;
    left: 15px;
    overflow: hidden;
    position: absolute;
    right: 15px;
}
#menu #menu_popup #menu_popup_footer a.menu_popup_footer_link {
    color: #dedeb6;
    display: inline-block;
    float: left;
    margin-right: 5px;
    padding: 10px 0;
}
#menu #menu_popup #menu_popup_footer a.menu_popup_footer_link.right {
    float: right;
    margin-left: 5px;
    margin-right: 0;
}
#menu #menu_popup #menu_popup_footer a.menu_popup_footer_link:hover {
    color: #fff;
    text-decoration: none;
}
#menu #menu_popup #menu_popup_body_wrapper {
    bottom: 0;
    left: 15px;
    overflow: hidden;
    position: absolute;
    right: 15px;
    top: 0;
}
#menu #menu_popup #menu_popup_body h3 {
    background: url("/images/environment/default/layout/menu/group-title-background.png") repeat-x scroll left 7px rgba(0, 0, 0, 0);
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    margin: 15px 0 10px;
    text-align: center;
}
#menu #menu_popup #menu_popup_body h3 span {
    background: none repeat scroll 0 0 #2E5783; /*#343943;*/
    padding: 0 10px;
}
#menu #menu_popup #menu_popup_scrollbar {
    background-color: #2a2d32;
    border-radius: 4px 0 0 4px;
    position: absolute;
    right: 0;
    top: 0;
    width: 11px;
}
#menu #menu_popup #menu_popup_scrollbar #menu_popup_scrollbar_handle {
    border-radius: 4px 0 0 4px;
    cursor: pointer;
    height: 60px;
    position: absolute;
    right: 0;
    top: 0;
    width: 10px;
}
#menu #menu_popup_submenu {
    border-radius: 0 10px 10px 0;
    box-shadow: 1px 0 3px #222;
    font-size: 11px;
    left: 396px;
    position: absolute;
    text-align: left;
    top: -5px;
    width: 200px;
    z-index: 99999;
}
#menu #menu_popup_submenu a:hover {
    text-decoration: none;
}
#menu #menu_popup_submenu #menu_popup_submenu_background {
    background: none repeat scroll 0 0 #2E5783; /*#343943;*/
    border-radius: 0 10px 10px 0;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}
#menu #menu_popup_submenu #menu_popup_submenu_header {
    border-bottom: 1px solid #92959a;
    padding: 0 15px;
}
#menu #menu_popup_submenu #menu_popup_submenu_header h3 {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    padding: 13px 0 10px;
    text-shadow: 1px 1px 0 #000;
}
#menu #menu_popup_submenu #menu_popup_submenu_body {
    overflow: hidden;
    padding: 0 15px;
}
#menu .grouped_popup_buttons {
    text-align: center;
}
#menu .grouped_popup_buttons .grouped_popup_button {
    background-color: #585d66;
    background-image: url("/images/environment/default/layout/menu/grouped-button-background.png");
    background-position: left bottom;
    background-repeat: repeat-x;
    border-bottom: 1px solid #181a1c;
    border-left: 1px solid #727884;
    border-right: 1px solid #2b2e32;
    display: inline-block;
    padding: 6px 8px;
}
#menu .grouped_popup_buttons .grouped_popup_button img {
    margin-right: 4px;
    vertical-align: -4px;
}
#menu .grouped_popup_buttons .grouped_popup_button:first-child {
    border-bottom-left-radius: 8px;
    border-left: 1px solid #181a1c;
    border-top-left-radius: 8px;
    padding-left: 9px;
}
#menu .grouped_popup_buttons .grouped_popup_button:last-child {
    border-bottom-right-radius: 8px;
    border-right: 1px solid #181a1c;
    border-top-right-radius: 8px;
    padding-right: 9px;
}
#menu .popup_item_list {
    margin-top: 5px !important;
}
#menu .popup_item_list li {
    border-radius: 3px;
    display: block;
    margin: 1px 0;
    padding: 0;
}
#menu .popup_item_list li a {
    border-radius: 3px;
    color: #e6e6e6 !important;
    font-size: 10px !important;
    padding: 5px 6px 4px 26px;
    position: relative;
}
#menu .popup_item_list li a img {
    left: 6px;
    position: absolute;
    top: 2px;
}
#menu .menu_navigation_item.current {
    background-color: #fff !important;
    color: #2f3238 !important;
}
#menu .menu_navigation_item.current a {
    color: #2f3238 !important;
}
#menu p.empty_page {
    border-color: #42464e;
    color: #555a65;
    width: auto;
}
