Looking at the HTML for each of your header/content combo:
Code:
<div class='arrowlistmenu'><h3 class='menuheader expandable'><a href='http://www.theoddlist.com/demo/index.php?option=com_aclsfstd&Itemid=499&md=browse&ct=al'>Alabama</a></h3><ul class='categoryitems'><li></li><li><a href='http://www.theoddlist.com/demo/index.php?option=com_aclsfstd&Itemid=499&md=browse&ct=al'> View All</a></li></ul>
within your UL (which is the content portion), there are two LIs, though only the second one contains any data, so only "View All" is visible when you expand the UL content...
Bookmarks