.category_list_item {
  background:transparent url(/images/bullet.gif) no-repeat scroll 13px 10px;
  background-color:#FBF2C9;
  border-bottom:1px solid #CCCC98;
  color:#663200;
  cursor:pointer;
  font-family:Arial;
  font-size:11px;
  line-height:24px;
  /*padding-left:20px;
  padding-right:4px;*/
}

.category_list_item_selected {
  background:transparent url(/images/bullet.gif) no-repeat scroll 13px 10px;
  background-color:#DBD2A9;
  border-bottom:1px solid #CCCC98;
  color:#663200;
  font-family:Arial;
  font-size:11px;
  font-weight:bold;
  line-height:24px;
  padding-left:20px;
}

.category_list_item_selected a{
  color:#663200;
}


.category_list_item_disabled {
  background:transparent url(/images/bullet.gif) no-repeat scroll 13px 10px;
  background-color:#FBF2C9;
  border-bottom:1px solid #CCCC98;
  color:#676566;
	font-family:Verdana,Arial,sans-serif;
	font-size:10px;
	font-style:italic;
  line-height:24px;
  padding-left:20px;
}

.category_list_parent {
  background:transparent url(/images/arrow_right.jpg) no-repeat scroll 0px 7px;
  background-color:#FBF2C9;
  border-bottom:1px solid #CCCC98;
  color:#663200;
  cursor:pointer;
  font-family:Arial;
  font-size:14px;
  font-weight:bold;
  line-height:24px;
  padding-left:15px;
}

.category_list_parent_selected {
  background:transparent url(/images/arrow_down.jpg) no-repeat scroll 0px 7px;
  background-color:#FBF2C9;
  border-bottom:1px solid #CCCC98;
  color:#663200;
  cursor:pointer;
  font-family:Arial;
  font-size:14px;
  font-weight:bold;
  line-height:24px;
  padding-left:15px;
}


.category_list_item a{
  color:#663200;
  font-family:Arial;
  font-size:11px;
	display:block;
	padding: 0px 4px 0px 20px;
}

.category_list_item a:hover{
  background:transparent url(/images/bullet.gif) no-repeat scroll 13px 10px;
  background-color:#EBE2B9;
}
