.arrowlistmenu{

}

.categoryitems{
	padding:0px 0px 0px 0px;
}

/*
.arrowlistmenu .menuheader{  
font: bold 14px Arial;
color: white;
background: black url(titlebar.png) repeat-x center left;
margin-bottom: 10px;  
text-transform: uppercase;
padding: 4px 0 4px 10px;  
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .openheader{  
background-image: url(titlebar-active.png);
}
*/

.arrowlistmenu .menuheader{  
 
	padding: 4px 0 4px 15px;  
	cursor: hand;
	cursor: pointer;
	background: url('../gfx/right.gif') left no-repeat;
}

.arrowlistmenu .openheader{  
	background: url('../gfx/down.gif') left no-repeat;
	
} 
 