ul.tree{

	width: auto;

	padding-left : 0px;

	margin-left : 0px;

}



ul.tree img{

 	border : none;

}

 



ul.tree, ul.tree ul {

	padding-left: 0;

}



ul.tree ul {

	margin-left: 16px;

		

}

ul.tree li.closed ul {

	display: none;

}
.arrowlistmenu{
	width: 180px; /*width of accordion menu*/
	color:#fff;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	font: bold 12px Arial;
	color: #fff;
	background: url(../images/mainLinkbg1.gif) no-repeat top left;
	margin-bottom: 3px; /*bottom spacing between header and rest of content*/
	margin:0 0 3px -5px;
	padding: 3px 0 3px 5px; /*header text is indented 10px*/
	height:22px;
	cursor: pointer;
}

.arrowlistmenu .menuheader a { /*CSS class for menu headers in general (expanding or not!)*/

}

.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-left: -4px;
	margin-top:-5px;
	padding: 0;
	margin-bottom: 1px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
	background: url(../images/arrowbullet.png) no-repeat center left;
	padding-bottom: 2px; /*bottom spacing between menu items*/
	color: #fff;
	margin-left: -6px;
}

.arrowlistmenu ul li a:link, .arrowlistmenu ul li a:visited{
	font: bold 12px Arial;
	color: #fff;
	margin-bottom: 10px; /*bottom spacing between header and rest of content*/
	padding: 3px 0 3px 12px; /*header text is indented 10px*/
	height:18px;
	cursor: hand;
}
.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/
	
}

.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
	background: url(../images/arrowbullet-y.png) no-repeat center left;
}
.arrowlistmenu ul li a:visited{
	color: #fff;
}
.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	color:yellow;
}

.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/
	color:yellow;
}
img { border-style: none; }
