.arrowlistmenu{
  width: 198px; /*width of accordion menu*/
  float:left;
}

.arrowlistmenu .menuheader, .arrowlistmenu .nmenu{ /*CSS class for menu headers in general (expanding or not!)*/
    color:#686666;
    background: url(../images/bg-left-navigation.png) no-repeat bottom;
    padding:0px 10px; /*header text is indented 10px*/
    cursor: pointer;
    font-weight:normal;
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
    line-height:31px;
    width:178px;
    text-transform:uppercase;
    margin-bottom:1px;
}


.arrowlistmenu .menuheader a, .arrowlistmenu .nmenu a{ /*CSS class for menu headers in general (expanding or not!)*/
    color:#686666;
    text-decoration:none;
}

.arrowlistmenu .openheader, .arrowlistmenu .active, .nmenu .active{ /*CSS class to apply to expandable header when it's expanded*/
    background: url(../images/bg-left-navigation.png) no-repeat top;
    color:#fff;
}

.arrowlistmenu .openheader a{ /*CSS class to apply to expandable header when it's expanded*/
	color:#fff;
}
.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*/
    text-transform:uppercase;
}

.arrowlistmenu ul li{
	padding:0; /*bottom spacing between menu items*/
}
.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/
    background: lightblue !important;
}
.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
    background: lightgreen !important;
 }

.arrowlistmenu ul li a{
background:#fff; /*custom bullet list image*/
display: block;
padding:2px 10px;
font-size:11px;
text-decoration: none;
border:1px solid #f5f5f5;
color:#275DA9;
text-transform:uppercase;
line-height:22px;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
background-color:#fff;
}

.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/
background: lightblue;
}

.categoryitems{
	background:#fff;
	padding:0 0 0 10px;
}
.arrowlistmenu .active a{
	color:#fff;
}
.arrowlistmenu ul li a.selected{
    background:#d2dbef;
}
