/* 
	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;
           background-image:url('images/letter-bg.png');
         
           }

.ln-letters { overflow:hidden; }
.ln-letters a { font-size:11px; font-family: Arial, Sans-Serif; font-weight:bold; color:#FFFFFF; display:block; float:left; padding:2px 6px; border:0px solid silver; border-right:none; text-decoration:none; }
.ln-letters a.ln-last { border-right:0px solid silver; }
.ln-letters a:hover,
.ln-letters a.ln-selected { background-color:#03b1ee; }
.ln-letters a.ln-disabled { color:#000000; }
.ln-letter-count { text-align:center; font-size:0.8em; line-height:1; margin-bottom:3px; color:#336699; }




