.arrowlistmenu {
	width:218px; 
	background-color:#f3f0d9;
	border:1px solid #c7c09b;
	border-radius:5px;
	margin: 0px;
}
.arrowlistmenu h3 { 
	color: #36424a;
	margin: 0px; 
	padding: 10px 0 10px 10px; 
	cursor: pointer;
	font-size:14px;
	font-weight:normal;
	border-bottom:1px solid #d9d8c5;
	background-color:#f2efdd;

}
.arrowlistmenu h3 span.menuheader {float:left; display:block; width:18px; height:19px; border:0px solid red; background-image:url(../images/arw-right.gif); background-repeat:no-repeat}

.arrowlistmenu h3 span.menuheader:hover{background-image:url(../images/arw-right-over.gif)}

.arrowlistmenu h3 span.menuheader.openheader {background-image:url(../images/arw-down.gif)}
.arrowlistmenu .menuheader.active {background-color:#fff}
.arrowlistmenu .openheader { 
}
.arrowlistmenu ul { 
	list-style-type: none;
	margin: 0;
	background-color:#fff;
	padding: 0;
	margin-bottom: 8px; 
	font-size:14px;
	font-weight:normal;
	padding: 0 10px;  
}
.arrowlistmenu ul li {
	margin:0; /*added 8.13 SD*/
	padding-bottom: 7px; 
	line-height:24px;
	position:relative;
	
}
.arrowlistmenu ul li a {
	padding: 0px;
	color: #0a4365;
	display: block;
	padding: 2px 0;
	padding-left: 19px; 
	text-decoration: none;
	font-size: 90%;
}
.arrowlistmenu h3 a {color: #0a4365}
.arrowlistmenu ul li a:visited {
	color: #0a4365;
}
.arrowlistmenu ul li a:hover {
	color: #A70303;
}

.arrowlistmenu ul li ul {
	padding: 0px;
	font-size:12px !important;
	font-weight:normal !important;
}

.arrowlistmenu ul li ul li{
	padding: 0px !important;
	margin:0px 0 0 10px;	
	color:#5e6a72;
	line-height:22px !important;
}
