.arrowlistmenu{
	width: 159px; /*width of accordion menu*/
	font-family: "Arial Narrow", Arial;
	margin-left: 0px;
}


.arrowlistmenu .menuheader a{ /*CSS class for menu headers in general (expanding or not!)*/
	font-family: "Arial Narrow", Arial;
	cursor: hand;
	cursor: pointer;
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	float: left;
	clear: left;
	text-transform: uppercase;
	font-weight: bold;
	padding: 8px;
}

.arrowlistmenu .menuheader a:hover{ /*CSS class for menu headers in general (expanding or not!)*/
	color: #CCCCCC;
	text-decoration: none;
	float: left;
	text-transform: uppercase;
	font-weight: bold;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/

}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/
}

.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
	font-size: 12px;
	font-family: "Arial Narrow", Arial;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	clear: left;
	padding: 5px;
	font-weight: bold;}

.arrowlistmenu ul li .closedsubheader:hover{ /*Closed state CSS for sub menu header*/
	color: #999999;
}
	
.arrowlistmenu ul li a{
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	float: left;
	clear: left;
	padding: 5px;
	font-weight: bold;
}

.submenu1:link{
	font-size: 11px;
	color: #FFFFFF;
	float: left;
	clear: left;
	text-indent: 10px;
	padding: 1px;
	font-weight: normal;}



.arrowlistmenu ul li a:hover{ /*hover state CSS*/
}

.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/
}
