@charset "utf-8";
/* CSS Document */

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

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 13px Tahoma;
color: #0d3960;
/*margin-bottom: 8px; bottom spacing between header and rest of content*/
padding: 8px 0px 8px 0px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}
.arrowlistmenu .menuheader a{ text-decoration:none; }
.arrowlistmenu .menuheader a:hover{ text-decoration:underline; }
.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;
padding-bottom: 0px;
/*margin-bottom: 8px; bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
padding-left: 9px;
padding-right: 10px;
width:177px;
}

.arrowlistmenu ul li a{
color: #0d3960;
background: url(../images/bullet_red.png) no-repeat top left; /*custom bullet list image*/
vertical-align:text-top;
display: block;
padding: 2px 0 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: normal;
border-bottom: 0px;
text-decoration:none;
}
.arrowlistmenu ul li a:visited{
color: #0d3960;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #000000;
background: url(../images/bullet_black.png) no-repeat top left;
}
.categoryitems{
	margin-bottom:0px;
}