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

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	font: bold 14px Arial;
	color: white;
	background: white url(titlebar.png) repeat-x center left;
	margin-bottom: 0px; /*bottom spacing between header and rest of content*/
	padding: 4px 0 4px 10px; /*header text is indented 10px*/
	cursor: hand;
	margin-left: 20px;
}

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

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

}
.arrowlistmenu ul a:active{
	background: url('button-hover2.png') no-repeat; 
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 0px; /*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*/

}



.arrowlistmenu ul li a:link {
	color: grey;
	padding-left: 19px; /*link text is indented 19px*/
/*	list-style: square url(../../img/point.gif); */
	text-decoration: none;
	font-size:10x;
			width: 180px;

	
}

.arrowlistmenu ul li a:visited{
	color: grey;
	text-decoration: none;
	padding-left: 19px;
	width: 180px;
}

.arrowlistmenu ul li a:active {
	color:red;
	text-decoration: none;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	color: red;
	text-decoration: none;
}

.arrowlistmenu ul li ul {

}


.arrowlistmenu ul li ul li{
	margin-left: 20px; /*link text is indented 19px*/
	list-style: square inside url(../../img/point_ie.gif);
}

.arrowlistmenu ul li ul li a {
	color: grey;
	padding-left: 0px; /*link text is indented 19px*/
	margin-left: -23px;
	text-decoration: none;
	font-size:9px;

	
}

.arrowlistmenu ul li ul li a:visited {
	color: grey;
	padding-left: 0px; /*link text is indented 19px*/
	margin-left: -4px;
	text-decoration: none;
	font-size:9px;
}

a:active.arrowlistmenu ul li ul li {
	color:red;
}


.arrowlistmenu ul li ul li a:hover{
	color: red;
	text-decoration: none;
	font-size:9px;
}

.arrowlistmenu ul li ul li ul li a{
	color: grey;
	padding-left: 0px; /*link text is indented 19px*/
	text-decoration: none;
	font-size:9px;
}

.subexpandable {
}

.expandable {
	margin-left: 19px;
}

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

}
