.arrowlistmenu{
	width: 183px;	 /*width of accordion menu*/
}

.arrowlistmenu .menuheader {
	margin: 2px 0px;
}

.arrowlistmenu .menuheader a{ /*CSS class for menu headers in general (expanding or not!)*/
	background:transparent url(../images/left_col_bg.gif) no-repeat scroll 0;
	color:#4a456e;
	display:block;
	font-weight:bold;
	height:24px;
	line-height:24px;
	padding-left:15px;
	text-decoration:none;
	cursor: pointer;
	font-size: 11px;
	
}

.arrowlistmenu .menuheader a:hover{ /*CSS class to apply to expandable header when it's expanded*/
	background:transparent url(../images/left_col_bg_over.gif) no-repeat scroll 0;
	color:#342F57;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
/*	background:transparent url(../images/left_col_bg_over.gif) no-repeat scroll 0;*/
	color:#342F57;
}

.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*/
	padding: 5px 0px 5px 10px;
	color: #D3E9E7;
}


.arrowlistmenu ul li a{
	/*color: #A70303;*/
	color: #D3E9E7;
	background: none; /*custom bullet list image*/
	padding: 0px 0px;
	 /*link text is indented 19px*/
	text-decoration: none;
	font-size: 10px;
	text-align: left;
	font-weight: none;
	margin-left: 0px;
}

.arrowlistmenu ul li a:visited{
	color: #D3E9E7;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	color: #f0f0f0;
	/*background-color: #F3F3F3;*/
}



/* home page customised exandable menu following*/

.arrowlistmenu_hmpg{
	width: 152px;	 /*width of accordion menu*/
}

.arrowlistmenu_hmpg .menuheader_hmpg {
	margin: 2px 0px;
}

.arrowlistmenu_hmpg .menuheader_hmpg a{ /*CSS class for menu headers in general (expanding or not!)*/
	background:transparent url(../images/hmpg_hdr_bg.jpg) no-repeat scroll 0;
	color:#4a456e;
	display:block;
	font-weight:bold;
	text-align:center;
	height:24px;
	line-height:24px;
	padding-left:0px;
	text-decoration:none;
	cursor: pointer;
	font-size: 11px;
	
}

.arrowlistmenu_hmpg .menuheader_hmpg a:hover{ /*CSS class to apply to expandable header when it's expanded*/
	background:transparent url(../images/hmpg_hdr_bg_over.jpg) no-repeat scroll 0;
	color:#342F57;
}

.arrowlistmenu_hmpg .openheader_hmpg{ /*CSS class to apply to expandable header when it's expanded*/
/*	background:transparent url(../images/left_col_bg_over.gif) no-repeat scroll 0;*/
	color:#342F57;
}

.arrowlistmenu_hmpg 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_hmpg ul li{
/*padding-bottom: 2px; bottom spacing between menu items*/
	padding: 5px 0px 5px 10px;
	color: #D3E9E7;
}

.arrowlistmenu_hmpg ul li a{
	/*color: #A70303;*/
	color: #D3E9E7;
	background: none; /*custom bullet list image*/
	padding: 0px 0px;
	 /*link text is indented 19px*/
	text-decoration: none;
	font-size: 10px;
	text-align: left;
	font-weight: none;
	margin-left: 0px;
}

.arrowlistmenu_hmpg ul li a:visited{
	color: #D3E9E7;
}

.arrowlistmenu_hmpg ul li a:hover{ /*hover state CSS*/
	color: #f0f0f0;
	/*background-color: #F3F3F3;*/
}



