
#overview .arrowlistmenu .overview, #vision .arrowlistmenu .vision, #mission .arrowlistmenu .mission,  #patner .arrowlistmenu .patner, {
	text-decoration:none;
	font-size:11px;
	background:url(/public/images/arrow-hover-sml.jpg);
	background-repeat:no-repeat;
	background-position:left;
	font-weight:bold;
	color:#009dcc;
	}



.SectionHead {
	font-size: 13px;
	line-height: 24px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	float: left;
	height: 24px;
	width: 100%;
	border-bottom:#d9d9d9 1px solid;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.SectionMidInner {
	 
	font-size: 11px;
	font-weight: normal;
	color: #343233;
	width: 100%;
	padding: 10px 0px 0px 0px;
	float: left;
	font-family:verdana;

}
/* ######################################################################################################## */

.arrowlistmenu{
	width: 100%;
	
}
	
	
.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	color: #e77a1f;
	padding: 5px 0 5px 25px;
	background:url(/public/images/arrow-directors-front.jpg) left 2px;
	background-repeat:no-repeat;
	cursor: hand;
	cursor: pointer;
	border-top:#d9d9d9 1px solid;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	line-height:20px;
	
}


.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	color: #e77a1f;
	padding: 5px 0 5px 25px;
	background:url(/public/images/arrow-directors.jpg)left 2px;
	background-repeat:no-repeat;
	cursor: hand;
	cursor: pointer;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;

	margin: 0px;
	line-height:20px;
}
.arrowlistmenu ul{

	list-style-type: none;
	margin: 0;
	padding: 0;
}
.arrowlistmenu ul li{
	padding-bottom: 1px; /*bottom spacing between menu items*/
}
.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/
	color: #343233;
	padding: 0px 0 0px 0px; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin: 0px;
	line-height:25px;
	
}



.arrowlistmenu h3 a {
	color: #343233;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;	
	text-decoration: none;	
}
.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
	color: #000000;
	padding: 0px 0 0px 45px; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;

	font-weight: normal;
	margin: 0px;
	line-height:24px;
}


.arrowlistmenu ul li a{
	color: #343233;
	font-size:11px;
	padding: 0px 0 0px 25px;
	display: block;
	text-decoration: none;
	font-weight: normal;
	line-height:24px;
	
}

.arrowlistmenu ul li a:hover{
	text-decoration:none;
	font-size:11px;
	background:url(/public/images/arrow-hover-sml.jpg);
	background-repeat:no-repeat;
	background-position:left;
	font-weight:bold;
	color:#009dcc;
	}

.arrowlistmenu ul li ul li a{
	color: #343233;
	display: block;
	text-decoration: none;
	font-weight: normal;
	line-height:24px;
	
}
.arrowlistmenu ul.categoryitems li ul.subcategoryitems {
 text-indent: 20px;

}


.arrowlistmenu ul.categoryitems.text{
	color:#000000;}
