




.arrowlistmenu{
	width: 246px; /*width of accordion menu*/
	margin-top:10px;
	float:left;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/

margin:1px;


}

h3.menuheader {
	margin:0px;
}

h3.menuheader a {
	width:205px;
	height:25px;
	cursor: hand;
	cursor: pointer;
	color:#323232;
	line-height:25px;
	display:block;
	margin:1px;
	text-decoration:none;
	padding:0 0 0 10px;
	font-size:14px;
}
h3.menuheader a:hover {
	
}


.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	
}

ul.arrowlistmenu { /*CSS for UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 3px; /*bottom spacing between each UL and rest of content*/
}

ul.arrowlistmenu li{
	padding-bottom: 2px; /*bottom spacing between menu items*/
	list-style: none;
	text-decoration: none;
}
ul.categoryitems {
	list-style: none;
	margin:0 0 0 20px;
	padding:0px;
}
ul.categoryitems li{
	margin-left:15px;
	height:15px;
	width:150px;
}
ul.categoryitems li a{
	text-decoration: none;
	display: block;
	color:#323232;
	line-height:15px;
	padding:0 0 0 15px;
	width:170px;	
}
ul.categoryitems li a:hover{

}
ul.arrowlistmenu li a{
	color:#323232;
	display: block;
	padding-left: 5px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: normal;
	border-bottom: 1px solid #dadada;
	font-size: 1.0em;
	text-decoration: none;
}

ul.arrowlistmenu li a:visited{
	color:#323232;
}

ul.arrowlistmenu li a:hover{ /*hover state CSS*/
	color:#323232;
}
