/* ------------------------------------- FEJS */
#musli *{
    margin: 0;
    padding: 0;
    outline: 0;
    list-style: none;
}
#musli{
    position:fixed;
    right:0px;
    top:150px;
    z-index:25;
}
#musli li{
    cursor:pointer;
    width:35px;
    height:110px;
    margin-bottom:1px;
    position:relative;
	z-index: 26;
}
#musli > li > div{
    padding:5px;
    background: #ffffff;
    float:left;
    width:300px;
    height:300px;
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
    position:absolute;
    top:0;
    left:35px;
    z-index:10;
}
/* only if you are using classes on tab blocks */
.musli-facebook{
    border: solid #3694ff 3px;
}