.arrowlistmenu{
	width: 850px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	font: bold 14px Arial;
	color: white;
	margin-bottom: 0px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase; /*header text is indented 10px*/
	cursor: pointer;
	cursor: pointer;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-image: url(../im/dropbg-curve.gif);
	background-repeat: no-repeat;
	height: 30px;
	margin-top: 0px;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
}

.arrowlistmenu ul{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

.arrowlistmenu li {
	list-style-image: url(../im/cat-li.gif);
}

.arrowlistmenu A {
	color: #FFFFFF;
	text-decoration: none;
}

.arrowlistmenu A:HOVER {
	color: #EE2E24;
}

.categoryitems {
	background-repeat: repeat-x;
	height: auto;
	background-image: url(../im/drop-bg-li.gif);
	background-position: center;
}
.quickheadingfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
