.arrowlistmenu{
	width: 226px;
	margin:-6px 0px 0px -1px;
	border: 1px solid #FFFFFF;
}

.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*/
	padding: 4px 0 10px 14px; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
	background: url(../images/navbg.jpg) repeat-x 0px 0px;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
}

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

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


.arrowlistmenu ul li .opensubheader a:hover{ /*Open state CSS for sub menu header*/
	background: #FFFFFF;
	color: #644D20;
}


.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
	background: #9D6A00!important;
	color: #644D20;
}


.arrowlistmenu ul li a{
color: #FFFFFF;
display: block;
padding: 0px 0 0px 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
font-size: 10px;
}

.arrowlistmenu ul li a:visited{
	color: #FFFFFF;
	font-weight: bold;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	background: #FFFFFF;
	color: #4D2F24;
}


.arrowlistmenu ul li a.subexpandable:link{ /*hover state CSS for sub menu header*/
	color: #FFFFFF;
	display: block;		
}

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


#nav .arrowlistmenu h3 {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	
}

#nav .arrowlistmenu h3 a:link {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}

#nav .arrowlistmenu h3 a:visited {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}
#nav .arrowlistmenu h3 a:hover {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;	
	text-decoration: none;
}


