@charset "UTF-8";
/* CSS Document */
.arrowlistmenu{
	width: 135px; /*width of accordion menu*/
}


.arrowlistmenu h3{
margin-bottom:0px;
margin-top:5px;
}/**/



.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	color: #286a43;
	margin-bottom: 0px;
	padding: 4px 0px 0px 5px; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
}

/**/.arrowlistmenu .menuheader a{ 
	color: #286a43;
	font-size: 9px;
	font-weight: bold;
	text-decoration:none;
}

.arrowlistmenu .menuheader a:visited{ 
	color: #286a43;
	text-decoration:none;
	font-size: 9px;
	font-weight: bold;
}

/*.arrowlistmenu .menuheader a:hover { CSS class for menu headers in general (expanding or not!)
	font-size: 9px;
	font-weight: bold;
	color:#FF0000;
}*/

/*.arrowlistmenu .menuheader expandable a:hover { CSS class for menu headers in general (expanding or not!)
	font-size: 9px;
	font-weight: bold;
	color:#FF0000;
}*/

/*.arrowlistmenu .openheader{ CSS class to apply to expandable header when it's expanded
background-image: url(titlebar-active.png);
} NOT IN USE*/ 

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

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
list-style-type: none; 
margin-bottom:2px;
margin-top:3px;
line-height:10px;
}

.arrowlistmenu ul li a{
	color: #286a43;
	display: block;
	/**/padding: 2px 0;
	padding-left: 6px; /*link text is indented 10px*/
	text-decoration: none;
	font-weight: normal;
	border-bottom: 1px solid #F7DF78;
	font-size: 9px;
	list-style-type: none;
	margin-bottom:2px;
	margin-top:3px;
}

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

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #286a43;
}

/*.arrowlistmenu h3 a:hover{
color:#FF0000;
}*/

