/* 

	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 { 
	background: #f2f2f2 none repeat scroll 0 0;
    border-radius: 4px;
    box-shadow: 0 4px #d6d6d6;
    margin: 0 0 10px;
    overflow: hidden;
    width: 100%; }

.ln-letters { overflow:hidden; }
.ln-letters .all {
	width:134px;
	}
.ln-letters a { 
	background-color: #f1f1f1;
    border-left: 1px solid #e3e3e3;
    border-right: medium none;
    color: #7c7c7c;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 14px;
    height: 42px;
    letter-spacing: -0.7px;
    line-height: 42px;
    padding: 2px 11.66px;
    text-align: center;
    text-decoration: none;
	}
.ln-letters a.ln-last { border-radius: 0 3px 3px 0; border-right: 0 none; }
.ln-letters a:hover,
.ln-letters a.ln-selected { background:#f36 none repeat scroll 0 0;	color: #ffffff; }
.ln-letters a.ln-disabled { color:#ccc; }



