.arrowlistmenu1{
	 padding-left:5px;
	padding-right:5px;
	font-family: Arial, Helvetica, sans-serif;
	
}

.arrowlistmenu1 .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	font: bold 12px Arial;
	color: #006182; 
	background: #fff url(titlebar.png) repeat-x center left;
	margin-bottom: 3px;
	padding: 0 0 4px 10px; /*header text is indented 10px*/
	cursor: pointer;
	cursor: pointer;
	background-image: url(http://nqf.pl.privatelabel.co.za/pics/open.gif);
	background-repeat: no-repeat;
	background-position: 540px 1px;
}

.arrowlistmenu1 .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	background-image: url(http://nqf.pl.privatelabel.co.za/pics/close.gif);
	background-repeat: no-repeat;
	background-position: 540px 1px;
}

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

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

.arrowlistmenu1 ul li a{
	color: #006182;
	background: url(arrowbullet.png) no-repeat center left; /*custom bullet list image*/
	display: block;
	padding: 2px 0;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	font-size: 11px;
	font-weight: bold; 
}

.arrowlistmenu1 ul li a:visited{

}

.arrowlistmenu1 ul li a:hover{ /*hover state CSS*/}


/**********************************************************/
.arrowlistmenu{
	/*width of accordion menu*/ padding-left:10px;
	padding-right:5px;
	font-family: Arial, Helvetica, sans-serif;
	
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	font: bold 12px Arial;
	color: #707070;
	background: #f8f8f8 url(titlebar.png) repeat-x center left;
	margin-bottom: 3px;
	padding: 0 0 4px 10px; /*header text is indented 10px*/
	cursor: pointer;
	cursor: pointer;
	background-image: url(http://nqf.pl.privatelabel.co.za/pics/home-ar.jpg);
	background-repeat: no-repeat;
	background-position: 290px 1px;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	background-image: url(http://nqf.pl.privatelabel.co.za/pics/home-ar-open.jpg);
	background-repeat: no-repeat;
	background-position: 290px 1px;
}

.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 a{
	color: #006182;
	background: url(arrowbullet.png) no-repeat center left; /*custom bullet list image*/
	display: block;
	padding: 2px 0;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}

.arrowlistmenu ul li a:visited{

}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/}


/********************************************************************************************************/


