/* CSS Document */

.arrowlistmenu{
	width: 180px; /*width of accordion menu*/
	color: #000000;
	
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	font: bold 12px Arial;
	color: white;
	/*margin-bottom: 10px; bottom spacing between header and rest of content*/
	text-transform: none; /*header text is indented 10px*/
	cursor: pointer;
	cursor: pointer;
	height: 31px;
	width: 201px;
	background-image: url(../Images/catg-bg.gif);
	background-repeat:no-repeat;
	background-position: left;
	padding-top: 6px;
	padding-right: 0px;
	padding-left: 10px;
	
	
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	background-image: url(../Images/catg-bg.gif);
	height: 29px;
	width: 191px;	
	
}

.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: 1px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/
	background: lightblue !important;
}

.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
	background: lightgreen !important;
}

.arrowlistmenu ul li a{
	color: #000000;
	/*background-image: url(../images/sub_catg_arrow.gif);
	background-repeat: repeat-y;custom bullet list image*/
	display: block;
	padding: 1px 0;
	padding-left: 10px; /*link text is indented 19px*/
	text-decoration: none;
	font-size: 11px;
	background-position: 0px 1px;	
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 1px;
	
}

.arrowlistmenu ul li a:visited{
color: #000000;
/*Arial, Helvetica, sans-serif; font-size: 12px ; font-weight:bold ; text-decoration: none;*/
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	background-color: #F3F3F3;
	/*Arial, Helvetica, sans-serif; font-size: 8px ; font-weight:bold ; color: #c01f25; text-decoration: none;*/
}

.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/
	background: lightblue;
	/*Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: normal; color: #c01f25; text-decoration: none; padding-left: 10px;*/
}
h3{margin:0;}
