




.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 a {
	background-image:url(images/btn-back.jpg);
	background-repeat:no-repeat;
	width:226px;
	height:27px;
	cursor: hand;
	cursor: pointer;
	color:#fff;
	line-height:20px;
	display:block;
	margin:1px;
	text-decoration:none;
	padding-left:10px;
	font-size:14px;
}
h3.menuheader a:hover {
	background-image:url(images/btn-back-ovr.jpg);
	background-repeat:no-repeat;

}


.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	background-image: url(titlebar-active.png);
}

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;
}
ul.categoryitems li{
	line-height:15px;
}
ul.categoryitems li a{
	text-decoration: none;
	color:#000;
	line-height:15px;
	padding-left:5px;
	padding-right:15px;
}
ul.categoryitems li a:hover{
	background-color:#458fbf;
	color:#fff;
}
ul.arrowlistmenu li a{
	color:#626263;
	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:#626263;
}

ul.arrowlistmenu li a:hover{ /*hover state CSS*/
	color:#95aec4;
}
