/* Category icons on the discussions page by DraganBabic */

/* Make the .Discussion li relative so that we can absolutely position things within it for Category icons */
.Discussion{
position:relative;
}

.Category_1 ul{
background: transparent url(images/pictoannonces.jpg) 7px 50% no-repeat;
height:60px;
}
.Category_2 ul{
background: transparent url(images/pictomusiciens.jpg) 7px 50% no-repeat;
height:60px;
}
.Category_3 ul{
background: transparent url(images/pictogeneral.jpg) 7px 50% no-repeat;
height:60px;
}
.Category_4 ul{
background: transparent url(images/nay-kicon11.jpg) 7px 50% no-repeat;
height:60px;
}
.Category_5 ul{
background: transparent url(images/nay-kiconwinter1.02.jpg) 7px 50% no-repeat;
height:60px;
}
.Category_6 ul{
background: transparent url(images/nay-kicon12.jpg) 7px 50% no-repeat;
height:60px;
}
.Category_7 ul{
background: transparent url(images/nay-kiconwinter1.03.jpg) 7px 50% no-repeat;
height:60px;
}
.Category_8 ul{
background: transparent url(images/nay-kiconwinter1.04.jpg) 7px 50% no-repeat;
height:60px;
}
.Category_9 ul{
background: transparent url(images/nay-kiconwinter1.05.jpg) 7px 50% no-repeat;
height:60px;
}
.Category_10 ul{
background: transparent url(images/nay-kiconwinter1.06.jpg) 7px 50% no-repeat;
height:60px;
}
/* Follow this pattern to whatever number of categories you have set up */

/* Add paddings for the linked icons */
#Categories li ul,
#Discussions li ul{
padding-left:71px;
}