/* 
	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
*/




.listNav { margin:0 0 10px; }

.ln-letters { overflow:hidden; }

.ln-letters a { 
font-size:7pt; 
display:block; 
float:left; 
padding:2px 6px; 
border: solid 1px #6d6e71; 
border-right: solid 1px; border-color:#6d6e71; 

text-decoration:none; 
}



.ln-letters a.ln-last { border-right:1px; border-color:#6d6e71; }
.ln-letters a:hover,
.ln-letters a.ln-selected { background-color:#eaeaea; }
.ln-letters a.ln-disabled { color:#ccc; }

.ln-letter-count { 

text-align: center; 
font-size: 0.8em; 
line-height: 1; 
margin-top: 205px;
margin-bottom: 3px; 
color: #336699; 

}




.none ul li a {

list-style-type: none;

}