/* CSS Document */

.arrowlistmenu{
width: 100%; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
/*color: #fff;*/
cursor: hand;
cursor: pointer;
line-height: 22px; 
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;

}

.arrowlistmenu ul li{
line-height: 22px; 
}

.arrowlistmenu ul li a{
/*color: #c4cacc;*/
display: block;
margin-left: 15px;  /*link text is indented 19px*/ 
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;font-size: 12px; font-family:Arial, Helvetica, sans-serif; line-height: 18px;
}

.arrowlistmenu ul li a:visited{
/*color: #c4cacc;*/ font-weight: bold; 
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
/*color: #c4cacc;*/ font-weight: bold;
}

ul.categoryitems { 
}
