.arrowlistmenu
{
	font: 14px "Trebuchet MS";
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	padding: 3px 5px 3px 10px;
	text-decoration: none;
	color: #7c7c7d;
	border-bottom: 1px solid #e4e4e4;
}

.arrowlistmenu .menuheader
{
	font: 12px "Trebuchet MS";
	cursor: pointer;
	width: 150px;
	color: #408a3b;
}

.menuheader:link
{
	width: 130px;
	font: 12px arial;
	color: #394352;
	cursor: pointer;
}

.menuheader:hover
{
	font: 12px "Trebuchet MS";
	color: #474b47;
	cursor: pointer;
}

.menuheader:visited
{
	font: 12px arial;
	color: #474b47;
	cursor: pointer;
}

.menuheader:active
{
	font: 12px "Trebuchet MS";
	color: #474b47;
	cursor: pointer;
}

.arrowlistmenu .openheader
{
	/*CSS class to apply to expandable header when it's expanded*/ /*padding-top:4px;*/
}

.arrowlistmenu ul
{
	/*CSS for UL of each sub menu*/
	list-style-type: none;
	margin-left: 0;
	padding: 0;
	font: normal 12px Arial;
	color: #474b47;
	padding-top: 0px;
	margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li
{
	font: normal 11px Tahoma;
	color: #394352;
	padding: 5px 0 5px 5px; /*border-bottom: 2px dotted #CCCCCC;*/
}

.arrowlistmenu ul li .opensubheader
{
	/*Open state CSS for sub menu header*/
	font-family: arial;
	font-size: 12px;
	color: #408a3b;
}

.arrowlistmenu ul li .closedsubheader
{
	/*Closed state CSS for sub menu header*/
	font-size: 12px;
	border-bottom: 2px solid #CCCCCC;
}
.arrowlistmenu ul li a
{
	display: block;
	font: normal 11px "Trebuchet MS";
	color: #408a3b;
	text-decoration: none;
	background: url(../images/green_arrow.jpg) no-repeat center left;
	padding: 0 0 0 15px;
	border-bottom: 1px solid #e4e4e4;
}

.arrowlistmenu ul li a:visited
{
}

.arrowlistmenu ul li a:hover
{
	color: #474b47;
	/*hover state CSS*/
}

.expandable
{
	margin: 2px;
	padding: 2px;
}
.Test
{
	background: url(../images/green_arrow.jpg) no-repeat center left;
}

.arrowlistmenu .menuheader1
{
	font: 12px "Trebuchet MS";
	cursor: pointer;
	width: 150px;
	color: #408a3b;
}

.menuheader1:link
{
	width: 130px;
	font: 12px arial;
	color: #394352;
	cursor: pointer;
}

.menuheader1:hover
{
	font:  12px "Trebuchet MS";
	color: #474b47;
	cursor: pointer;
}

.menuheader1:visited
{
	font: 12px arial;
	color: #474b47;
	cursor: pointer;
}

.menuheader1:active
{
	font: 12px "Trebuchet MS";
	color: #474b47;
	cursor: pointer;
}
.menuheader1 a
{
	display: block;
	font: normal 11px "Trebuchet MS";
	color: #408a3b;
	text-decoration: none;
	padding: 0 0 0 2px;
}

.menuheader1 a:visited
{
}

.menuheader1 a:hover
{
	color: #474b47;
	/*hover state CSS*/
}
