.arrowlistmenu{	width: 850px;	padding: 0px;	margin:0 auto;}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	font: bold 14px Arial;
	color: #ffffff;
	text-transform: uppercase; /*header text is indented 10px*/
	cursor: pointer;
	background-image: url(../im/dropbg-curve.gif);
	background-repeat: no-repeat;
}

.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-left: 10px;
	margin-left: 10px;
	color: #FFFFFF;
}

.arrowlistmenu li {
	list-style-image: url(../im/cat-li.gif);
}

.arrowlistmenu a {
	color:#FFFFFF !important;
	text-decoration: none;
}

.arrowlistmenu a:hover {
	color: #EE2E24 !important;
}

.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;
}

