h3
{
	margin: 0;
	padding: 0;
}

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

.arrowlistmenu .menuheader
{
	/*CSS class for menu headers in general (expanding or not!)*/
	height: 22px;
	font: bold 11pt Arial;
	color: white;
	line-height: 22px;
	background: black url('../images/background_linkheader.gif') repeat-x center left;
	margin: 0px; /*bottom spacing between header and rest of content*/
	padding: 0 0 0 10px; /*header text is indented 10px*/
	cursor: pointer;
	border-right: 1px #333 solid;
	border-left: 1px #333 solid;
}

.arrowlistmenu .menuheader a {
	color: white;
	text-decoration: none;
	border-right: none;
	border-left: none;
	padding: 0; /*header text is indented 10px*/
	background: none;
}

.arrowlistmenu .menuheader a:hover {
	color: #b7b7b7;
	text-decoration: none;
	background: none;
}

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

.arrowlistmenu ul
{
	/*CSS for UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
	border-right: 1px #333 solid;
	border-left: 1px #333 solid;
}

.arrowlistmenu ul li
{
	height: 22px;
	line-height: 22px;
	padding-bottom: 0px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a
{
	height: 22px;
	line-height: 22px;
	color: #000;
	display: block;
	padding: 0;
	padding-left: 10px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: bold;
	font-size: 90%;
}

.arrowlistmenu ul li a:visited { color: #000; }

.arrowlistmenu ul li a:hover
{
	/*hover state CSS*/
	color: #fff;
	background-image: url('../images/background_lihover.png');
	background-repeat: repeat-x;
}