#wireframe_menu {
    bottom: 10px;
    left: 0;
    padding-top: 0;
    position: absolute;
    top: 10px;
    width: 183px;
    background-color: #999999;
}
#wireframe_menu ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
#wireframe_menu li {
    display: block;
    margin: 0;
    position: relative;
}
#wireframe_menu li span.indicator {
    color: #dedeb6;
    display: block;
    height: 24px;
    left: 0;
    position: absolute;
    top: 8px;
    visibility: hidden;
    width: 12px;
    z-index: 100;
}
#wireframe_menu li.current span.indicator {
    visibility: visible;
}
#wireframe_menu a {
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 10px;
    position: relative;
}
#wireframe_menu a .icon {
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    height: 32px;
    margin: 0 auto 0 0;
    padding: 8px 7px 10px;
    width: 52px;
}
#wireframe_menu .badge {
    background: none repeat scroll 0 0 #e01a1a;
    border-radius: 6px;
    box-shadow: 0 0 2px #000;
    color: #fff;
    font-size: 9px;
    padding: 1px 5px;
    position: absolute;
    right: 16px;
    top: 29px;
}
#wireframe_menu #menu li.has_popup .icon {
    background-image: url("../images/environment/default/layout/menu/has-popup.png");
    background-position: 55px center;
    background-repeat: no-repeat;
}
#wireframe_menu #menu.popup_open li.has_popup.hover {
    z-index: 100001;
}
#wireframe_menu #menu li:hover .icon {
    background-color: #C0D74E;
    background-position: 54px center;
    /*border-bottom: 1px solid rgb(130,190,55); !*#343943;*!
    border-left: 1px solid rgb(130,190,55); !*#343943;*!
    border-top: 1px solid rgb(130,190,55); !*#343943;*!*/
    /*padding-bottom: 9px;
    padding-top: 7px;*/
}
#wireframe_menu #menu li:hover .icon img {
    left: -1px;
    position: relative;
}
#wireframe_menu #menu:not(.popup_open) li.current .icon {
    background-color: rgb(130,190,55); /*#343943;*/
    background-image: url("../images/environment/default/layout/menu/item-selected.png");
    background-position: left bottom;
    background-repeat: repeat-x;
    border-bottom: 1px solid rgb(130,190,55); /*#343943;*/
    border-left: 1px solid rgb(130,190,55); /*#343943;*/
    border-top: 1px solid rgb(130,190,55); /*#343943;*/
    padding-bottom: 9px;
    padding-top: 7px;
}
#wireframe_menu #menu:not(.popup_open) li.current .icon img {
    left: -1px;
    position: relative;
}
#wireframe_menu #menu:not(.popup_open) li.current.has_popup .icon {
    background-image: url("../images/environment/default/layout/menu/has-popup.png"), url("../images/environment/default/layout/menu/item-selected.png");
    background-position: 55px center, left bottom;
    background-repeat: no-repeat, repeat-x;
}
#wireframe_menu #menu li.hover .icon {
    background-color: rgb(130,190,55); /*#343943*/ !important;
    background-position: 54px center;
    border-bottom: 1px solid rgb(130,190,55)/*#343943*/ !important;
    border-left: 1px solid rgb(130,190,55)/*#343943*/ !important;
    border-top: 1px solid rgb(130,190,55)/*#343943*/ !important;
    padding-bottom: 9px !important;
    padding-top: 7px !important;
}
#wireframe_menu #menu li.hover .icon img {
    left: -1px !important;
    position: relative !important;
}
#wireframe_menu #menu li.hover .label {
    display: none;
}
#wireframe_menu .label {
    background: none repeat scroll 0 0; /*#343943;*/
    /*border-radius: 0 7px 7px 0;*/
    color: #fff;
    display: block;
    font-size: 13px;
    font-weight: bold;
    left: 62px;
    line-height: 50px !important;
    padding: 0 15px 0 6px;
    position: absolute;
    text-shadow: 0 1px 1px #000;
    top: 0;
    /*visibility: hidden;*/
    white-space: nowrap;
    z-index: 100000;
    width: 100px;
    text-align: left;
}
#wireframe_menu #menu.show_labels_on_hover li:hover .label {
    /*visibility: visible;*/
    background: none repeat scroll 0 0 #C0D74E;
}
#wireframe_menu li.current .label {
    background: repeat-x scroll left bottom rgb(130,190,55); /*#343943;*/
    line-height: 50px;
}

#wireframe_menu li.current:hover .label {
    background: url("../images/environment/default/layout/menu/item-selected.png") repeat-x scroll left bottom rgb(130,190,55); /*#343943;*/
    line-height: 50px;
}
#wireframe_menu #menu_item_profile img {
    width: 32px;
}

/* Individual menu button colors */
li#menu_item_homepage {
    background-color: #4D4D4D;
}
li#menu_item_sites {
    background-color: #595959;
}
li#menu_item_products {
    background-color: #666666;
}
li#menu_item_electricians {
    background-color: #737373;
}
li#menu_item_reports {
    background-color: #808080;
}
li#menu_item_settings {
    background-color: #8C8C8C;
}