
.categorie{
/*width: 180px; width of menu*/ margin-right:20px; font-size:14px
}

.categorie .headerbar{
font: normal 24px "Times New Roman", Times, serif;
background:url(../img/comuni/bg_titolo_cat.png) 0 0 no-repeat;
color: white;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
padding: 4px 0 10px 10px; /*header text is indented 10px*/
text-align:center;
}

.categorie ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.categorie ul li{
padding-bottom: 4px; /*bottom spacing between menu items*/
}

.categorie ul li a{
color: #fff;
background: url(../img/comuni/bullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 4px 0;
padding-left: 27px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #333;
font-size: 90%;
}

.categorie ul li a:visited{
color: #fff;
}

.categorie ul li a:hover{ /*hover state CSS*/
color: #06b4e9;

}

