
.arrowlistmenu{
  width: 187px; /*width of accordion menu*/
  margin: 0 auto 4px;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
  display: block;
  margin-top: 2px; /*bottom spacing between header and rest of content*/
  text-transform: uppercase;
  cursor: hand;
  cursor: pointer;
}

.categoryitems {
  width: 187px;
  margin: 0 auto;
  background: transparent;
}

.categoryitems ul, .categoryitems li { /*CSS for UL of each sub menu*/
  margin: 0;
  padding: 0;
  list-style: none;
}


.categoryitems ul {
  padding: 5px;
  background: #000000;
}

.categoryitems ul li a {
  padding-left: 5px;
  color: #FFFFFF;
  font-size: 12px;
  line-height: 16px;
  text-decoration: none;
  display: block;
}

.categoryitems ul li a:visited{

}

.categoryitems ul li a:hover{ /*hover state CSS*/
  background: #ca930f;
}

.categoryitems ul li a.matched {
  font-weight: bold;
  color: #ca930f;
}
