#navi {
    position: fixed;
    left: 0;
    top: 0;
    float: left;
    clear: none;
    width: 160px;
    height: 100%;
    padding: 20px 0 0 20px;
    z-index:1;
}
#content {
    position: relative;
    top:0;
    width: auto;
    height: auto;
    float:left;
    clear: none;
    margin-left: 170px;
    z-index:1;
}
#sidebar {
    position: fixed;
    left: 750px;
    top:0;
    width: auto;
    min-width: 212px;
    height: 100%;
    padding: 0;
    z-index:1;
    text-align: center;
}

/*   menu   */
#menu, ul#menu * {list-style-type:none;font-size: 13px;z-index: 0;}
#menu, ul#menu ul, ul#menu ul ul,  ul#menu ul ul ul{
    margin-left: -5px;
    padding: 0;
    width: 162px;
}
#menu a,#menu span {display: block;cursor: pointer;}
#menu>li {
    display: block;
}
#menu li {
    margin-top: 1px;
}
#menu li a,#menu li span {
    background: #000;
    color: #fff;
    padding: 2px 0 2px 5px;
    font-weight: bold;
}
#menu li a:hover,#menu li span:hover {
    background: #000;
}
#menu li ul li a {
    background: transparent;
    color: #fff;
    padding-left: 20px;
    font-weight: normal;
}

#menu li ul li a:hover {
    width:140px;
    background-color: transparent;
    padding-left: 15px;
    margin-left: 5px;
    background-image: url(/bundles/mytemplate/images/icons/right.gif);
    background-repeat: no-repeat;
    background-position: 0 5px;
}
#menu>li>ul {display: none;}
/*#menu>li:first-of-type ul {display: block;}*/

#screenMode {
    position: fixed;
    right: 15px;
    top: 5px;
    width: auto;
    height: auto;
    float: left;
    clear: left;
    cursor: pointer;
    z-index: 10000;
    line-height: 2.0;
    background-image: url(/bundles/mytemplate/images/icons/mobile_24x24.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 0 -2px;
    padding-left: 25px;
}
