<!--
.arrowlistmenu {
	width: 425px; /*width of accordion menu*/
	border: 1px solid #3a454b;
	background-color: #3a454b;
	margin: 0 0 4px 0;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	color: #3a454b;
	letter-spacing: 1px;
	background: #000000 url("../img/nav/titlebar.jpg") repeat-x center left;
	/*margin-bottom: 0px; /* 10pxbottom spacing between header and rest of content*/
	margin: 0 0 0 0;
	text-transform: uppercase;
	padding: 4px 0 4px 10px; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	background-image: url("../img/nav/titlebar-active.jpg");
	color: #FFFFFF;
}

.arrowlistmenu:hover .menuheader:hover {
	background: #3a454b url("../img/nav/titlebar-over.jpg") repeat-x center left;
	color: #FFFFFF;
}

.arrowlistmenu ul { /*CSS for UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 0px; /*8px bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li {
	/*padding: 2px 0 2px 0; /*2px bottom spacing between menu items*/
	text-align: center;
	font-size: 11px;
}

.arrowlistmenu ul li a {
	color: #CCCCCC;
	display: block;
	padding: 4px 0 4px 0; /* 2px 0*/
	padding-left: 0px; /*19px link text is indented 19px*/
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #000000;  /*#a0a9b2*/
	/*font-size: 90%;*/
	font-size: 11px;
}

.arrowlistmenu ul li a:visited {
	color: #CCCCCC;/*A70303*/
}

.arrowlistmenu ul li a:hover { /*hover state CSS*/
	color: #FFFFFF;/*A70303*/
	background-color: #333333;/*F3F3F3*/
}




li.orderHere a.orderHere {
	color: #3a454b;
	display: block;
	padding: 4px 0 4px 0; /* 2px 0*/
	padding-left: 0px; /*19px link text is indented 19px*/
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #000000;
	/*font-size: 90%;*/
	font-size: 11px;
	background-color: #FFCC00;
}

li.orderHere a.orderHere:visited {
	color: #3a454b;/*A70303*/
}

li.orderHere a.orderHere:hover { /*hover state CSS*/
	color: #e2e2e2;/*A70303*/
	background-color: #009900;/*F3F3F3*/
}
-->