@charset "utf-8";
/* CSS Document */

.arrowlistmenu{
	width: 220px; /*width of accordion menu*/
	margin-left:3px;
	padding-top:20px;
	margin-left: 13px;
	height:auto;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	font-size: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	line-height:15px;
	margin-bottom: 1px; /*bottom spacing between header and rest of content*/
	cursor: hand;
	cursor: pointer;
	color:#84ab14;
}

.arrowlistmenu .menuheader a:hover{ /*hover state CSS*/
    color: #FFFFFF !important; 
	background-color: #84ab14 !important;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
color: #84ab14 !important;
font-weight:bold;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 5px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
color: #84ab14;
}

.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/
color: #84ab14 !important;
font-size:1.0em;
}

.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
   color: #4a84bc; 
}

.arrowlistmenu ul li a{
	color: #666666;
	background: #FFFFFF; /*custom bullet list image*/
	display: block;
	padding: 2px 0;
	padding-left: 9px; /*link text is indented 19px*/
	text-decoration: none !important;
	font-weight: normal;
	font-size:1.0em;
}

.arrowlistmenu ul li a:visited{
	color: #000000;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
   color: #000000;
}

.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/
   color: #000000;
}
.subcategoryitems li a:active{ /*CSS class to apply to expandable header when it's expanded*/
   color: #4a84bc;
}

.subcategoryitems li{
margin-left: 8px;
}
