.arrowlistmenu{
width: 193px; /*width of accordion menu*/
padding-left:5px;
float:left;
}

.arrowlistmenu a{
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#b50000;
}

.arrowlistmenu a:hover{
	color:#b50000;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	color:#b50000;
	padding-left:25px;
	cursor: pointer;
	font-size:11px;
	font-weight:bold;
	line-height:18px;
	float:left;
	width:178px;
	background:url(../images/icon_dichvu.gif) no-repeat;


}


.arrowlistmenu .nosub{
	color:#b50000;
	padding-left:25px;
	cursor: pointer;
	font-size:11px;
	font-weight:bold;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	color:#990000;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-left:15px;
	float:left;
	width:178px;
}

.arrowlistmenu ul li{
	padding-left:15px;
	line-height:15px;
	background:url(../images/icon_right_sub.gif) no-repeat left 3px;
	display:block;
	width:169px;
	float:left;
}

.arrowlistmenu ul li a{
	color: #666;
	display: block;
	text-decoration: none;
	font-weight:normal;
}


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

