@CHARSET "UTF-8";
.arrowlistmenu{
width: 158px; /*width of accordion menu*/
}



.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 14px Arial;
color: white;
background: url('../../img/blue_line.gif') no-repeat center left;
margin-bottom: 0px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 1px 0 1px 10px; /*header text is indented 10px*/
cursor: pointer;
}

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

.categoryitems {padding:0px; margin: 0px;}
.expandable {padding:0px; margin: 1px;}

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

.arrowlistmenu ul li{
padding: 0px; /*spacing between menu items*/
margin: 0px;
}

.arrowlistmenu ul li a{
color: #A70303;
background: url(arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
height:auto;
padding-left: 8px; /*link text is indented 19px*/
text-decoration: none;
border-bottom: 1px solid #dadada;
font-size: 11px;
font-family:Arial;
font-weight:normal;
text-decoration:none;
margin:0;
}

.arrowlistmenu ul li a:visited{
display: block;
height:auto;
color: #A70303;
font-size:11px;
font-family:Arial;
font-weight:normal;
text-decoration:none;
margin:0;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
display: block;
height:auto;
color: #A70303;
background-color: #F3F3F3;
font-size:11px;
font-family:Arial;
font-weight:normal;
text-decoration:none;
margin:0;
}

a.arrowlistmenu_a, a.arrowlistmenu_a:link, a.arrowlistmenu_a:active, a.arrowlistmenu_a:visited{
display: block;
height:auto;
color: #A70303;
background-color: #fff;
font-size:11px;
font-family:Arial;
font-weight:normal;
text-decoration:none;
margin:1px;
border-bottom:1px solid #C0C0C0;
padding:1px 0 1px 5px;
}
a.arrowlistmenu_a:hover{
display: block;
height:auto;
color: #A70303;
background-color: #F3F3F3;
font-size:11px;
font-family:Arial;
font-weight:normal;
text-decoration:none;
margin:1px;
border-bottom:1px solid #C0C0C0;
padding:1px 0 1px 5px;
}