/* Categories sidebox */
#categoriesContent {
	border: 0px solid red;
}
#categoriesContent a {
  display: block;
}
#categoriesContent .category-top {
}
/* first level menu */
.category-products {
	margin: 0 0 0 10px;
}
.category-sub-products {
  margin: 0 0 0 20px;
}

/* second level menu */
.category-subs {
  margin: 0 0 0 10px;
	/*background: #fff url(../buttons/english/orange-tiny-button-fw20x20.png) center right no-repeat;*/
}

span.category-subs-selected {
}
span.category-subs-parent {
  width: 100%;
  display: block;
}
#categoriesContent .category-top {
  border: none;
}
