.arrowlistmenu{
  width: 162px; /*width of accordion menu*/
  margin: 0px;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
margin-bottom: 0px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
cursor: hand;
cursor: pointer;
}


.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 0px; /*bottom spacing between menu items*/
  background-color: #e7e4d5;
}

.arrowlistmenu ul li a{
color: #1c5186;
display: block;
padding: 0px 5px;
text-decoration: none;
font-weight: bold;
line-height: 24px;
}

.arrowlistmenu ul li a:visited{

}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
background-color: #6194e3;
color: #dfdfdf;
}
