#sidebar {
    color: #AFB0B1;
    /*background: #fff;*/
    float:left;
    margin:0px;
    padding:0px;
    width:150px;
    cursor: pointer;
}

#sidebar ul {
    font-size:1.2em;
    list-style-type:none;
    margin:0;
    padding:0;
    position:relative;
}

.none {
	background-position: 82px 0px;
}

.four {
	background-position: 82px -48px;
}

.five {
	background-position: 82px -60px;
}

#sidebar li {
    /*height: 70px;*/
    overflow: hidden;
    border-bottom: 1px solid #bbb;
}

#sidebar li .nadpis11 {
    color:#000;
    height:22px;
    padding:2px 0px 2px 0px;
    /*width: 150px;*/
    font-size:10px;
    padding-bottom:2px;
    /*font-weight: bold;*/
}

#sidebar li .nadpis11 a{
    color:#000;
    height:22px;
    padding:2px 0px 2px 0px;
    /*width: 150px;*/
    font-size:10px;
    padding-bottom:2px;
    /*font-weight: bold;*/
    text-decoration:none;
}


#sidebar .spyWrapper {
    height: 100%;
    overflow: hidden;
    position: relative;    
}

#sidebar {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}


