.arrowlistmenu{
	width: 155px; /*width of accordion menu*/
	margin-top:20px;
	b/order-style:solid;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	f/ont: bold 12px Verdana;
	c/olor: #000000;
	b/ackground: #ffffff url(titlebar.png) repeat-x center left;
	m/argin-bottom: 10px; /*bottom spacing between header and rest of content*/
	t/ext-transform: uppercase;
	p/adding:  0px 0 4px 10px; /*header text is indented 10px*/
	c/ursor: hand;
	c/ursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	b/ackground-image: url(../titlebar-active.png);
	c/olor:#15A8E0;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
	list-style-type: none;
	margin: 0 0 0 10px;
	padding: 0;
	margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
	padding-bottom: 8px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
	color: #000000;
	display: block;
	padding: 2px 0;
	padding-left: 0px; /*link text is indented 19px*/
	text-decoration: none;
	font-size: 90%;
}

.arrowlistmenu ul li a:link,a:visited{
	c/olor: yellow;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	color: #15A8E0;
	b/ackground-color: #F3F3F3;
}
