.arrowlistmenu {
	width: 172px;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	font: bold 10px Tahoma, Arial, Helvetica, sans-serif;
	line-height: 100%;
	background: url(menu_bg01.png) repeat-x center left;
	background-position: left top;
	margin: 0; 
	padding: 0; 
	padding-top:8px;
	padding-left:8px;
	cursor: hand;
	height: 30px;
}

.arrowlistmenu .menuheader a{ 
	padding-left: 12px;
	background: url(menu_arrow01a.png) no-repeat center left;
	color:#939598;
}

.arrowlistmenu .menuheader a:hover{ 
	color:#4D4D4F;
}

.arrowlistmenu .openheader a{ 
	background: url(menu_arrow01b.png) no-repeat center left;
	color:#4D4D4F;
}

.arrowlistmenu .openheader a:hover{ 
	color:#CA2C2C;
}

.arrowlistmenu ul{ 
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.arrowlistmenu ul li{
	margin-top: -5;
	padding-left: 8px;
	padding-bottom: 2px;
	background: url(menu_bg02.png) repeat-x bottom left;
	border:solid 0 black;
}

.arrowlistmenu ul li a{
	font: bold 10px Tahoma, Arial, Helvetica, sans-serif;
	color: #939598;
	background: url(menu_arrow02a.png) no-repeat center left;
	padding: 0;
	padding-left: 12px; 
	text-decoration: none;
	border:solid 0 black;
	wwhite-space: nowrap;
}

.arrowlistmenu ul li a:hover{
	color:#4D4D4F;
}

.arrowlistmenu ul li .closedsubheader{ 
	background: url(menu_arrow03.png) no-repeat center left;
	color: #4D4D4F;
}

.arrowlistmenu ul li ul li{
	background: none;
}

.arrowlistmenu ul li .closedsubheader:hover{ 
	color:#CA2C2C;
}

