.arrowlistmenu {
	width: 230px;
	min-height: 560px;	
}

.arrowlistmenu .menuheader { /*CSS class for menu headers in general (expanding or not!)*/
cursor: pointer;
}

.arrowlistmenu .menuheader a {
	text-transform: uppercase;
	color: white;
	text-decoration:none;
	background: url(../../images/menu/normal.jpg) #FFF;
	width: 195px;
	height:18px;
	display:block;
	padding: 5px 0 0 25px;
	font: bold 11px Arial;
	margin: -7px 0 0 5px;
	text-align:left;
}

.arrowlistmenu .menuheader a:hover, .arrowlistmenu .active a, .arrowlistmenu .openheader a {
	text-transform: uppercase;
	color: white;
	text-decoration:none;
	background: url(../../images/menu/actif.jpg) #FFF;
	width: 195px;
	height:18px;
	display:block;
	padding: 5px 0 0 25px;
	font: bold 11px Arial;
	margin: -7px 0 0 5px;
	text-align:left;
}

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

.arrowlistmenu ul li{
padding: 0 0 2px 0px;
}

.arrowlistmenu ul li a{
color: #A98F5F;
background: url(arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #A98F5F;
font-size: 90%;
}

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

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