.arrowlistmenu{
width: 250px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{
	font: bold;
	margin: 0px;
	text-transform: uppercase;
	padding: 0px;
	cursor: hand;
	cursor: pointer;
	background-image: url(../_images/navicon_plus.gif);
	background-repeat: no-repeat;

}

.arrowlistmenu .openheader{
	background-image: url(../_images/navicon_minus.gif);
	background-repeat: no-repeat;



}

.arrowlistmenu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 8px;

}

.arrowlistmenu ul li{
	padding-bottom: 2px;

}

.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/
background: lightblue !important;
}

.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
background: lightgreen !important;
}

.arrowlistmenu ul li a{
	color: #695f2f;
	display: block;
	padding: 2px 0;
	padding-left: 40px;
	text-decoration: none;
	font-size: 12px;
	background-image: url(../_images/navicon_bullet.gif);
	background-repeat: no-repeat;
	background-position: left top;

}

.arrowlistmenu ul li a:visited{
color: #695f2f;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #000000;
}

.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/
background: lightblue;
}
