div.arrowlistmenu{
	float: left;
	min-height: 495px;
	width: 646px;
	text-align: left;
	font-size: 13px;
	font-weight: normal;
	color: #e1e1e1;
	background-image: url(../images/sss_15.png);
	background-repeat: repeat-y;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	cursor: pointer;
	background-image: url(../images/sss_13.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 40px;
	font-family: "trebuchet MS";
	font-size: 13px;
	font-weight: normal;
	color: #ebebeb;
	height: 35px;
	vertical-align: middle;
	text-align: left;
	margin-top: auto;
	margin-right: 0;
	margin-bottom: auto;
	margin-left: 0;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	cursor: pointer;
	background-image: url(../images/sssOver_13.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 40px;
	margin: 0;
	font-family: "trebuchet MS";
	font-size: 13px;
	font-weight: normal;
	color: #ebebeb;
	text-decoration: none;
	height: 35px;
}

div.categoryitems {
	margin:0;
	list-style-type:none;
	width: 610px;
	height: auto;
	padding-top: 13px;
	padding-right: 18px;
	padding-bottom: 13px;
	padding-left: 18px;
}
.Bold {
	color: #b21515;
	font-weight: bold;
	font-size: 13px;
}
.TextSmall {
	font-size: 13px;
	text-decoration: none;
	line-height: 12px;
}
