
.menu_ul{	display:none; }

#categorii, #categorii ul{
  text-align:left;
  margin: 7px 0px 5px 0px; /* Removes browser default margins applied to the lists. */
  padding:0; /* Removes browser default padding applied to the lists. */
}

#categorii li{
  margin:0 0 0 10px; /* A left margin to indent the list items and give the menu a sense of structure. */
  padding:2px 0px 2px 0px; /* Removes browser default padding applied to the list items. */
  
}

#categorii li img{ /* Various styles to position the symbols next to the items in the menu. */
  float:left;
  width:12px;
  height:1em;
  /*background-position:0 50%;
  background-repeat:no-repeat;*/
  margin-right:5px;
}

