.arrowlistmenu{
width: 165px; 
}

.arrowlistmenu .menuheader{
	margin-top: 8px;
	padding: 0 28px;
	height: 21px;
	line-height: 21px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #e8d1ab;
	background-image: url(../pics/li.png);
	background-position: 13px 5px;
	background-repeat: no-repeat;
	cursor: hand;
	cursor: pointer;
}

.arrowlistmenu ul li a{
display: block;
padding-left: 10px; 
text-decoration: none;
font-weight: bold;
font-size: 100%;
}

.arrowlistmenu ul li a:hover{ 
	color: #A70303;
	background-color: #FFCC33;
}