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

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
padding:5px 5px 5px 0px;
		/*background-color:#DDDDDD;*/
		color:#9dddfb;
		font-family:Verdana;
		font-size:12px;
		text-decoration:none;
		font-weight:bold;
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(titlebar-active.png);
}

.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 a{
padding:2px 0px 2px 5px;
		margin:0px 5px 0px 5px;
		background-color:transparent;
		background-image:none;
		border-style:none;
		font:normal 11px Verdana;
		color:#dcdcff;
		text-decoration:none;
}

.arrowlistmenu ul li a:visited{

}

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

h3 a {
padding:5px 5px 5px 0px;
		/*background-color:#DDDDDD;*/
		color:#9dddfb;
		font-family:Verdana;
		font-size:12px;
		text-decoration:none;
		font-weight:bold;
cursor: hand;
cursor: pointer;
}