Page is a not externally linkable
rainborick - 5:46 pm on Feb 5, 2012 (gmt 0)
I may not see what you're after, but it looks to me like you should use class="headline" on the enclosing <li> tag, not the <span> tag. Actually, you might need to use something like:
<li>
<div class="headline">Headline 2
<ul>
<li><a href="">Option 1</a></li>
<li><a href="">Option 2</a></li>
<li><a href="">Option 3</a></li>
</ul>
</div>
</li>
or something similar.