I'd like to have the h2 text within my sidebar uls aligned right and "squeezed" from the left, so that the text appears on seperate lines and fits neatly in the right, fatter part of the background images. I really appreciate your help...
#l_sidebar ul h2,
#r_sidebar ul h2 {
background: transparent url("images/tag_green01.png") top left no-repeat;
text-align: right;
width: 180px;
height: 50px;
padding-top: 50px;
}