/* 
	STYLE SHEET FOR IHWY JQUERY LISTNAV PLUGIN V 2.0, 3/2/2009
	
	For more information, visit http://www.ihwy.com/Labs/jquery-listnav-plugin.aspx
*/


/* default styling example
----------------------------------------------------------------- */

.listNav { margin:0 0 10px; }

.ln-letters { overflow:hidden; }
.ln-letters a { font-size:15px; text-transform: lowercase; display:block; float:left; padding:0px 10px; text-decoration:none; color: #4f4852; }
.ln-letters a.ln-last { }
.ln-letters a:hover,
.ln-letters a:active,
.ln-letters a:focus,
.ln-letters a.ln-selected { font-weight: bold;, text-decoration: none; }
.ln-letters a.ln-disabled { color:#a9a9a9; }
.ln-letter-count { text-align:center; font-size:0.8em; line-height:1; margin-bottom:3px; color:#336699; }

