
.arrowlistmenu{
width: 100%; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: 14px Arial;
color: white;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/

cursor: hand;
cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.arrowlistmenu ul li{
padding-bottom: 0px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/
background: #016091
}

.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
background: #016091 !important;
}


.arrowlistmenu ul li a{
	font: 12px Arial;
	display: block;
	padding: 2px 0;
	padding-left: 5px; /*link text is indented 19px*/
	border-bottom: 1px solid #95b4b5;
	color: #FFFFFF;
}

.arrowlistmenu ul li a:visited{
color: #FFFFFF;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
background-color: #000000;
}


/* ############################################################################## */

.arrowlistmenu ul li a.subexpandable{ background: #016091; color: #FFFFFF;}
.arrowlistmenu ul li a.subexpandable:active{ background: #016091; color: #FFFFFF;}
.arrowlistmenu ul li a.subexpandable:visited{ background: #016091;color: #FFFFFF;}
.arrowlistmenu ul li a.subexpandable:hover{ background: #016091;color: #FFFFFF; }
.arrowlistmenu ul li a.subexpandable:hover-visited{ background: #016091; color: #FFFFFF;}


/* ############################################################################## */

.arrowlistmenu ul li a.subexpandable2{ background: #faa719; color: #FFFFFF;}
.arrowlistmenu ul li a.subexpandable2:active{ background: #faa719; color: #FFFFFF;}
.arrowlistmenu ul li a.subexpandable2:visited{ background: #faa719;color: #FFFFFF;}
.arrowlistmenu ul li a.subexpandable2:hover{ background: #faa719;color: #FFFFFF; }
.arrowlistmenu ul li a.subexpandable2:hover-visited{ background: #faa719; color: #FFFFFF;}


/* ############################################################################## */

.arrowlistmenu ul li a.subexpandable3{ background: #ec2024; color: #FFFFFF;}
.arrowlistmenu ul li a.subexpandable3:active{ background: #ec2024; color: #FFFFFF;}
.arrowlistmenu ul li a.subexpandable3:visited{ background: #ec2024;color: #FFFFFF;}
.arrowlistmenu ul li a.subexpandable3:hover{ background: #ec2024; color: #FFFFFF;}
.arrowlistmenu ul li a.subexpandable3:hover-visited{ background: #ec2024; color: #FFFFFF;}


/* ############################################################################## */
/* added HR - 23-04-09 */

.arrowlistmenu ul li a.subexpandable4{ background: #003333; color: #FFFFFF;}
.arrowlistmenu ul li a.subexpandable4:active{ background: #003333; color: #FFFFFF;}
.arrowlistmenu ul li a.subexpandable4:visited{ background: #003333;color: #FFFFFF;}
.arrowlistmenu ul li a.subexpandable4:hover{ background: #003333; color: #FFFFFF;}
.arrowlistmenu ul li a.subexpandable4:hover-visited{ background: #003333; color: #FFFFFF;}


/* ############################################################################## */
/* added HR - 23-02-10 */

.arrowlistmenu ul li a.subexpandable5{ background: #000077; color: #FFFFFF;}
.arrowlistmenu ul li a.subexpandable5:active{ background: #000077; color: #FFFFFF;}
.arrowlistmenu ul li a.subexpandable5:visited{ background:  #000077;color: #FFFFFF;}
.arrowlistmenu ul li a.subexpandable5:hover{ background:  #000077; color: #FFFFFF;}
.arrowlistmenu ul li a.subexpandable5:hover-visited{ background:  #000077; color: #FFFFFF;}


/* ############################################################################## */
.arrowlistmenu ul ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
color: #FFFFFF;
}

.arrowlistmenu ul ul li .opensubsubheader{ /*Open state CSS for sub menu header*/
background: #b5cacb !important;
color: #3a6c6c;
}

.arrowlistmenu ul ul li .closedsubsubheader{ /*Closed state CSS for sub menu header*/
background: #a9b8b7 !important;
color: #3a6c6c;
}

.arrowlistmenu ul ul li a{
display: block;
padding: 2px 0;
padding-left: 5px; /*link text is indented 19px*/
text-decoration: none;
border-bottom: 1px solid #95b4b5;
color: #3a6c6c;
}

.arrowlistmenu ul ul li a:visited{
color: #3a6c6c;
}
.arrowlistmenu ul ul li a:active{
color: #3a6c6c;
}
.arrowlistmenu ul ul li a:hover-visited{
color: #3a6c6c;
}

.arrowlistmenu ul ul li a:hover{ /*hover state CSS*/
background-color: #FFFFFF;
}

.arrowlistmenu ul ul li a.subsubexpandable:hover{ /*hover state CSS for sub menu header*/
background: #b5cacb;
}
.arrowlistmenu ul ul li a.subsubexpandable{ /*hover state CSS for sub menu header*/
background: #b5cacb;
}
.arrowlistmenu ul ul li a.subsubexpandable:active{ /*hover state CSS for sub menu header*/
background: #b5cacb;
}



.arrowlistmenu ul ul ul li .opensubsubheader{ /*Open state CSS for sub menu header*/
background: #b5cacb !important;
}

.arrowlistmenu ul ul ul li .closedsubsubheader{ /*Closed state CSS for sub menu header*/
background: #b5cacb !important;
}
.arrowlistmenu ul ul ul li a{
display: block;
padding: 2px 0;
padding-left: 25px; /*link text is indented 19px*/
	background-image: url(../gfx/ndash.gif);
	background-repeat: no-repeat;
	background-position: 15px center;
	color: #3a6c6c;
}

.arrowlistmenu ul ul ul li a:hover {
	background-image: url(../gfx/ndash.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	color: #3a6c6c;
}
