.mainmenu .logo,
.mainmenu ul li.curr:before,
.mainmenu ul li.curr:after,
.header .sicrmPanel .sicrm_left {
    display: none;
}

.mainmenu {
    width: 100%;
    height: auto;
    position: relative;
    display: block;
    float: none;
    margin: 0 auto;
}

.mainmenuCont {
    background: none;
    width: 100%;
    margin: 0 auto;
    display: block;
    float: left;
    height: 0;
    overflow: visible;
}

.mainmenuItems {
    background: #FFF;
    background: #FFF;
    margin: 50px 0 0 10px;
    border-radius: 5px;
    overflow: visible;
    box-shadow: 0 0 10px #000;
    opacity: 0;
    padding: 5px 0;
    position: fixed;
}

.mainmenuItems:before {
    border: solid rgba(0, 0, 0, 0);
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border: 13px solid rgba(0, 0, 0, 0);
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 13px;
    left: 0;
    margin: -31px 0 0 19px;
    position: fixed;
}

.mainmenuItems li {
    display: block !important;
    line-height: 32px !important;
}

.sicrmMenu .multi {
    background: #D9DEDF;
}

.sicrmMenu li {
    background: #d9dedf;
}

.sicrmMenu li.headline {
    background: #fff;
}

.mainmenuItems li:hover,
.sicrmMenu li.headline:hover,
.mainmenu ul li .sub .subItem:hover {
    cursor: pointer;
    color: #fff !important;
    text-shadow: none !important;
    background: #42A4E1;
    background: -moz-linear-gradient(top, #42a4e1 0%, #297dc3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #42A4E1), color-stop(100%, #297DC3));
    background: -webkit-linear-gradient(top, #42A4E1 0%, #297DC3 100%);
    background: -o-linear-gradient(top, #42a4e1 0%, #297dc3 100%);
    background: -ms-linear-gradient(top, #42a4e1 0%, #297dc3 100%);
    background: linear-gradient(to bottom, #42A4E1 0%, #297DC3 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#42a4e1', endColorstr='#297dc3', GradientType=0);
}

.mainmenu ul li .sub {
    display: none;
    position: absolute;
    top: -5px;
    left: 100%;
    background: #FFF;
    width: 200px;
    border-radius: 0 5px 5px 0;
    box-shadow: 10px 0 20px -10px #000;
    padding: 5px 0;
    overflow: hidden;
}

.mainmenu ul li.curr {
    text-shadow: none !important;
}

.header {
    width: 100%;
    height: auto;
    display: block;
    position: absolute;
    float: left;
    margin-top: 0;
    box-shadow: 0 0 20px #000;
}

.sicrm {
    width: 100%;
    height: auto;
    display: block;
    float: left;
    position: relative;
}

.sicrmPanel {
    width: 100%;
    position: relative;
    float: left;
    display: block;
}

.sicrm_right {
    height: auto !important;
    width: 100% !important;
    background: #FFF;
    position: relative;
    display: block;
}

.sicrmMenu ul {
    width: 100%;
    display: block;
    border-right: none !important;
    height: 34px;
    overflow: hidden;
}

.sicrmMenu,
.sicrmLogin {
    width: 100%;
    height: auto;
    padding: 0 0 0 0;
    font-size: 14px;
    line-height: 34px;
    letter-spacing: 0;
    display: block;
    float: left;
}

.sicrmTog {
    margin: 0 -22px 0 0;
    box-shadow: 0 5px 10px #000;
}

.sicrmMenu .menuArrow {
    background-image: url(img/menu-arrow.png);
    background-repeat: no-repeat;
    background-position: 50%;
    height: 34px;
    width: 34px;
    position: absolute;
    right: 0;
    margin: -34px 0 0 0;
}

.mainmenuCont .mainmenu .menuButt {
    cursor: pointer;
    background-image: url(img/menu.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    height: 29px;
    width: 32px;
    position: fixed;
    left: 0;
    margin: 10px 0 0 6px;
}
