#arrowlistmenu {
	width: 140px;/*width of accordion menu*/
}

/*.arrowlistmenu .openheader {
	background: url(images/newmenu_minus.png) no-repeat;
}*/

#arrowlistmenu ul {

/*CSS for UL of each sub menu*/
list-style-type: none;
	margin: 0;
	padding: 0;
}

#arrowlistmenu ul li {
	padding-bottom: 0px;
/*bottom spacing between menu items*/
}

#arrowlistmenu ul li:hover {
	background-color: #F3F3F3;
}

#arrowlistmenu ul li a {
	color: #A70303;
	background: url(arrowbullet.png) no-repeat center left;
	/*custom bullet list image*/
padding-left: 19px;
	height: 25px;
}

#arrowlistmenu h3 {
	display: inline;
}

#arrowlistmenu h3.menuheader a img:hover {
	background-color: #F3F3F3;
}

#arrowlistmenu h3.menuheader.expandable a img:hover {
	background-color: #F3F3F3;
}

#arrowlistmenu ul li a:visited {
	color: #A70303;
}

/*#arrowlistmenu ul li a:hover {hover state CSS
    color: #A70303;
	background-color: #F3F3F3;
}*/

#arrowlistmenu .menuheader {

/*CSS class for menu headers in general (expanding or not!)*/
margin-bottom: 0px

;
	/*bottom spacing between header and rest of content*/
text-transform: uppercase;
	cursor: hand;
	cursor: pointer;
	background-position: center;
}

.noborder {
	border-width: 0;
}