.cartmenu ul
	{ /*CSS for UL of cart menu*/
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0;
	margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
	}

.cartmenu ul a
	{ /*CSS for UL of cart menu links*/
	color: #FFFFFF; 
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	}

.arrowlistmenu
	{
	width: 100%; /*width of accordion menu*/
	margin: 0px 0px 0px 0px;
	background-image:url('/include/images/transparent.gif');
	z-index: 20;
	padding: 0;
	text-align: left;
	}

.arrowlistmenu .menuheader
	{ /*CSS class for menu headers in general (expanding or not!)*/
	font: normal 20px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #3ad51e;
	background: url(include/images/transparent.gif) repeat-x center left;
	margin: 0px 0px 0px 14px; /*bottom spacing between header and rest of content*/
	border-bottom: 1px solid #3ad51e;
	text-transform: uppercase;
	padding: 8px 0 8px 15px; /*header text is indented 15px*/
	cursor: pointer;
	/*cursor: hand;*/
	}

.arrowlistmenu .openheader
	{ /*CSS class to apply to expandable header when it's expanded*/
	background-image: url(include/images/menuarrow.gif);
	margin: 0px 0px 0px 0px;
	border-bottom: 0px solid #3ad51e;
	}

.arrowlistmenu ul
	{ /*CSS for UL of each sub menu*/
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0;
	margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
	}

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

.arrowlistmenu ul li .opensubheader
	{ /*Open state CSS for sub menu header*/
	background: #3ad51e !important;
	}

.arrowlistmenu ul li .closedsubheader
	{ /*Closed state CSS for sub menu header*/
	background: #00B2EE !important;
	}


.arrowlistmenu ul li a
	{
	color: #FFFFFF;
	display: block;
	padding: 2px 0;
	padding-left: 29px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #FFFFFF;
	font-size: 100%;
	}

.arrowlistmenu ul li a:visited
	{
	color: #FFFFFF;
	}

.arrowlistmenu ul li a:hover
	{ /*hover state CSS*/
	color: #FFFFFF;
	background-image:url('/include/images/transparent.gif');
	}

.arrowlistmenu ul li a.subexpandable:hover
	{ /*hover state CSS for sub menu header*/
	background: #000000;
	}
