.arrowlistmenu {
	width: 190px; /*width of accordion menu*/

}
.arrowlistmenu .menuheader { /*CSS class for menu headers in general (expanding or not!)*/
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	color: #999;
	margin-bottom: 0px; /*bottom spacing between header and rest of content*/
	margin-top: 0px;
	padding: 4px 0 4px 10px; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
	font-weight: lighter;
	text-decoration: none;
}

.arrowlistmenu .menuheader :link{ /*CSS class for menu headers in general (expanding or not!)*/
	color: #999;
	text-decoration: none;
}


.arrowlistmenu .menuheader :visited {
	color: #999;
	text-decoration: none;
}
.arrowlistmenu .menuheader :hover {
	color: #666;
	text-decoration: none;	
}
.arrowlistmenu .openheader { /*CSS class to apply to expandable header when it's expanded*/
	/*background-image: url(titlebar-active.png);*/
color: #666;
}
.arrowlistmenu ul { /*CSS for UL of each sub menu*/
	list-style-type: none;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding-left: 10px;
	margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
		line-height: 14px;


}
.arrowlistmenu ul li {
	padding-bottom: 0px; /*bottom spacing between menu items*/
}
.arrowlistmenu ul li .opensubheader { /*Open state CSS for sub menu header*/
	/*background: lightblue !important;*/
background: url(../images/gnr/menu/plusbullet.png) no-repeat center left; /*custom bullet list image*/
}
.arrowlistmenu .categoryitems li .subcategoryitems { /*MY NEW arrow-level CSS*/
	font-size: 11px;
}
.arrowlistmenu ul li .closedsubheader { /*Closed state CSS for sub menu header*/
	/*background: lightgreen !important;*/
background: url(../images/gnr/menu/minbullet.png) no-repeat center left; /*custom bullet list image*/
}
.arrowlistmenu ul li a {
	color: #00adef;
	background: url(../images/gnr/menu/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-weight: lighter;

	/*border-bottom: 1px solid #dadada;*/

}
.arrowlistmenu ul li a:visited {
	color: #00adef;
}
.arrowlistmenu ul li a:hover { /*hover state ARROWS*/
	/*background-color: #F3F3F3; */
	color: #06C;
	font-size: 102%;
}
.current { /*selected project*/
	color: #06C;
	/*font-size: 102%;*/
	background: url(../images/gnr/menu/arrowbullet_drk.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;
}
.arrowlistmenu ul li a.subexpandable:hover { /*hover state CSS for sub menu header*/
	/*background: #C39*/
	color: #06C;
	font-size: 102%;
}
.arrowlistmenu2 { /*selected arrow-level list*/
 color: #F00  decoration: none;
	background: url(../images/gnr/menu/arrowbullet2.png) no-repeat center left; /*custom bullet list image*/
}
