@charset "utf-8";

.arrowlistmenu{
width: 107px;
height: 370px;
margin: 30px 0 0 0;
padding: 0px;
display: block;
overflow: hidden;	
text-align : right;
color: #777777;
border-bottom: 1px solid #D1D0CC;
border-right: 1px solid #D1D0CC;
padding-right: 5px;

}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
color: #777777;
/*font-weight: bold;*/
cursor: hand;
cursor: pointer;
margin-top: 10px;
}

.closedheader{
/*min-height:15px;*/
/*margin-bottom: 20px;*/
/*margin-top: 10px;*/
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
color: #777777;
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
color: #777777;
font-size: 11px;
}

.arrowlistmenu ul li a{
color: #777777;
display: block;
padding: 2px 0;
/*padding-left: 20px;*/ /*link text is indented 19px*/
text-decoration: none;
/*font-weight: bold;*/
font-size: 10px;
}

.arrowlistmenu ul li a:visited{
color: #777777;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #B21107;
/*padding-left: 25px;
text-decoration: underline;*/

}

.arrowlistmenu a{
color: #777777;
display: block;
padding: 2px 0;
text-decoration: none;
/*font-weight: bold;*/

}

.arrowlistmenu a:visited{
color: #777777;
}

.arrowlistmenu a:hover{ /*hover state CSS*/
color: #777777;

}

.categoryitems{
    position: relative;
    min-width: 0;
    /*margin-bottom:10px;*/
}

.accordsuffix{
    display:block;
}