
.arrowlistmenu{
width: 202px; 
padding: 0px 0px 0px 0px; /*header text is indented 10px*/
margin: 0;
}

.menuheader {
padding: 0px 0px 0px 0px; /*header text is indented 10px*/	
margin: 0;
}

 
.openheader{ /*CSS class to apply to expandable header when it's expanded*/
padding: 0px 0px 0px 0px; /*header text is indented 10px*/	
}

.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: 0px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
  	background:url(img/submenu.jpg);
	background-position-y:bottom;
	height:40px;
	width:205px;
	overflow:hidden;
	font:11px arial;
}

.arrowlistmenu ul li a:visited{
color: #A70303;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #F3F3F3;
}


