</script>

<style type="text/css">

.arrowlistmenu{
width: 140px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
background-image:url(../../img/img/nav_close.png);
background-repeat:no-repeat;
cursor: pointer;
}

.arrowlistmenu .menuheader img{ /*CSS class for menu headers in general (expanding or not!)*/
	margin-left:25px;
	vertical-align:middle;
}

.arrowlistmenu .openheader{ /*CSS class for menu headers in general (expanding or not!)*/
background-image:url(../../img/img/nav_open.png);
background-repeat:no-repeat;
cursor: pointer;
}

.arrowlistmenu .openheader img{ /*CSS class for menu headers in general (expanding or not!)*/
	margin-left:25px;
	vertical-align:middle;
}

.arrowlistmenu .menucollapseheader{ /*CSS class for menu headers in general (expanding or not!)*/
	background-image: url(../../img/img/nav_close.png);
	background-repeat:no-repeat;
	cursor: pointer;
}

.arrowlistmenu .menucollapseheader img{ /*CSS class for menu headers in general (expanding or not!)*/
	margin-left:25px;
	vertical-align:central;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 2px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*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{
color: #666666;
background: url(../../img/img/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
}

.arrowlistmenu ul li a{
color: #666666;
background: url(../../img/img/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-family: Arial, Helvetica, sans-serif;
font-size: 11px;
border-bottom: 1px solid #dadada;
}

.arrowlistmenu ul li a:visited{
color: #666666;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
background-color: #F3F3F3;
}

.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/
background: lightblue;
}

/*  ----------------------------------------------------------------------------------  */

.arrowlistmenu2 .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	background-repeat:no-repeat;
	height:19px;
	cursor: pointer;
}

.arrowlistmenu2 .menuheader img{ /*CSS class for menu headers in general (expanding or not!)*/
	vertical-align:central;
}

.arrowlistmenu2 ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 2px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu2 ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu2 ul li .opensubheader{ /*Open state CSS for sub menu header*/
background: lightblue !important;
}

.arrowlistmenu2 ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
background: lightgreen !important;
}

.arrowlistmenu2 ul li a{
color: #666666;
display: block;
padding: 2px 0;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
border-bottom: 1px solid #dadada;
}

.arrowlistmenu2 ul li a:visited{
color: #666666;
}

.arrowlistmenu2 ul li a:hover{ /*hover state CSS*/
background-color: #F3F3F3;
}

.arrowlistmenu2 ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/
background: lightblue;
}

</style>
