@charset "utf-8";
/* CSS Document */


/*************************************** NAVIGATION ACCORDION MENU ******************************************/


#sidenav{
	width:182px;
	font:13px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	float:left;
	margin-left:-1px;
	
}

.arrowlistmenu{
margin: 0;
	padding: 0;
	list-style-type: none;
	background-color:#7c7a79;/*background of menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	text-decoration: none;
	display: block;
	border: 0 none;
	background:url(images/links-bg.gif);
	background-repeat:repeat-x;
	padding:3px 0 0 13px;
	cursor: pointer;
	font-weight:bold;
	height:24px;
	border-bottom:1px solid #7c7a79;
}

.topborder{
	border-top:1px solid #7c7a79;
}



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

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

.arrowlistmenu ul li .opensubheader{ /*Close state CSS for sub menu header*/
background: #000 !important;
}

.arrowlistmenu ul li .closedsubheader{ /*Open state CSS for sub menu header*/
background: #000 !important;
}

/*box all links*/
.arrowlistmenu li{
list-style:none;
}

/*sub menu*/
.arrowlistmenu li a{
	color: #9ea093;
	text-decoration: none;
	line-height: 18px;/*of sub menu*/	
}

.arrowlistmenu li a:visited{
color: #9ea093;
	text-decoration: none;
	line-height: 18px;/*main menu*/
}

.arrowlistmenu li a:hover{ /*hover state CSS*/
color:#cdbe59;
	display:block;
}

#currentpage {
	background-image:url(images/links-active-bg.gif);
	background-repeat:repeat-x;
	height:24px;
	padding:3px 0 0 13px;	
	border-bottom:1px solid #7c7a79;
	}
	
	#currentpage2{
	background-image:url(images/links-active-bg.gif);
	background-repeat:repeat-x;
	height:21px;
	padding:6px 0 0 22px;	
	border-bottom:1px solid #7c7a79;
		color: #9ea093;

	}
	
	

/*submenu style*/
.arrowlistmenu ul li a{
display: block;
padding: 5px 0;
padding-left: 22px; /*link text is indented 19px*/
margin-bottom:-1px;
text-decoration:none;
font-weight:normal;
background:#5f5e5d;/*grey colour bg*/
}

.arrowlistmenu ul li a:visited{
display: block;
padding: 5px 0;
padding-left: 22px; /*link text is indented 19px*/
margin-bottom:-1px;
text-decoration:none;
font-weight:normal;
background:#5f5e5d;
}

/*submenu hover*/
.arrowlistmenu ul li a:hover{ /*hover state CSS*/
background:#FFF;
background-image:none;
color:#666;

}



.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/

}


.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/

}




/*???????????????????????????????????????????????????*/
.arrowlistmenu li .single{ 
border:1px solid green;
}

.arrowlistmenu ul li .arrow{ 
border:1px solid green;
}

.arrow{ 
float:right;
margin-top:5px;
margin-right:5px;
}
/*???????????????????????????????????????????????????*/

