@media (min-width: 960px)
    barheight=30px
    menuwidth=220px
    
    #topbar
        position: fixed
        z-index: 1000;
        left 0
        right 0
        height barheight
        top 0
        color menu_bg_color
        strong
            color #fff
            margin-left 10px
    #leftmenu
        position: fixed
        z-index: 1000;
        width: menuwidth
        bottom 0
        top barheight
        overflow hidden
        .select
            background none repeat scroll 0 0  title_color
            a
                color  #000
                &:hover
                    background none repeat scroll 0 0 #fff
        ul
            display block
        li
            width 100%
            display block;
            margin-bottom 15px
            a
                color  #fff
                overflow hidden
                width 100%;
                padding 5px
                height 30px
                line-height 30px
                display block
                i
                    display inline-block
                    width 20px
                    text-align center
                    
                .icon-2x
                    width 40px
                &:hover
                    background none repeat scroll 0 0 menu_bg_color+30%
                margin-bottom 8px
            ul
                padding-left 40px
                background none repeat scroll 0 0 #fff
                color  title_color
                li
                    a
                        border-left 5px solid #fff 
                        &:hover
                            border-left 5px solid menu_bg_color+30%
                            background none repeat scroll 0 0 #fff
                        height 20px
                        line-height 20px
                    margin-bottom 1px
                .select
                    a
                        border-left 5px solid #000
                        &:hover
                            border-left 5px solid #000
                    
    #rightcontent
        position absolute
        left: menuwidth+20
        margin: 10px 0 0 0;
        min-width: 600px;
        top barheight
        right 0
        width auto
    #btn_menu_switch
        width menuwidth
        height barheight
        position: fixed
        z-index: 1000;
        left 0
        bottom 0
        display block
        text-align center
