.arrowlistmenu
{
	width: 202px;
	padding: 0 0 0 5px;
	background-image: url(../images/left_cont_img1.jpg);
	background-repeat: no-repeat;
	display: inherit;
	clear: both;
}

.arrowlistmenu .menuheader
{
	font: bold 12px arial;
	color: #105b8f;
	cursor: pointer;
	width: 202px;
}

.menuheader:link
{
	width: 187px;
	font: bold 12px arial;
	color: #105b8f;
	cursor: pointer;
}

.menuheader:hover
{
	font: bold 12px arial;
	color: #105b8f;
	cursor: pointer;
}

.menuheader:visited
{
	font: bold 12px arial;
	color: #105b8f;
	cursor: pointer;
}

.menuheader:active
{
	font: bold 12px arial;
	color: #105b8f;
	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: #c6107a;
	padding-top: 0px;
	margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li
{
	font: normal 11px arial;
	color: #000000;
	padding: 5px 0 5px 12px;
	/*border-bottom: 2px dotted #CCCCCC;*/
	background: url(../images/blu_arrow2.jpg) no-repeat 0 12px;
}

.arrowlistmenu ul li .opensubheader
{
	/*Open state CSS for sub menu header*/
	font-family: arial;
	font-weight:bold;
	font-size:12px;
	color: #000000;
	
}

.arrowlistmenu ul li .closedsubheader
{
	/*Closed state CSS for sub menu header*/
	font-weight:bold;
	font-size:12px;
	border-bottom: 2px dotted #CCCCCC;
}
.arrowlistmenu ul li a
{
	display: block;
	font: normal 11px arial;
	color: #000000;
	text-decoration: none;
}

.arrowlistmenu ul li a:visited
{
}

.arrowlistmenu ul li a:hover
{
	/*hover state CSS*/
}



.expandable
{
	margin: 2px;
	padding: 2px;
}
.Test
{
	background-image: url(../images/red_arrow2.jpg);
	background-repeat: no-repeat;
	
}