@CHARSET "ISO-8859-1";

#sidebar-left .content ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 10px;
}

#sidebar-left .content ul li{
padding-bottom: 0px; /*bottom spacing between menu items*/
margin-bottom:0px;
margin-top:0px;
}

#sidebar-left .content ul li a{
color: #1b1b1b;
background: url(../img/dot-nav.png) no-repeat;
background-position: 0px 10px;
display: block;
margin-bottom:0px;
margin-top:0px;
/*height:19px;*/
padding: 5px 0;
padding-left: 24px;
text-decoration: none;
font-weight:bold;
border-bottom: 1px dotted #dadada;
}

#sidebar-left .content ul li a:visited{
color: #1b1b1b;
}

#sidebar-left .content ul li a:hover{
color: #ffffff;
background: url(../img/dot-nav-active.png) no-repeat;
background-position: 0px 10px;
background-color: #30aee3;
}

#sidebar-left .content ul li .active{
	background: url(../img/dot-nav-active.png) no-repeat;
  background-position: 0px 10px;  
	background-color: #86C7E3;	
}

#sidebar-left .content ul li ul{
margin-left:20px;
}

#sidebar-left .content ul li ul li{
list-style: none;
}

.block-primolo_module .item-list ul li{
	list-style: none;	
}