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



.listGlossary {
position: relative;
	padding: 17px 0 17px 0;
  margin-top: 15px;
	
}
.ln-letters {
	overflow: hidden;
}
.ln-letters a {
	font-weight:bold;
	display: block;
	float: left;
	padding: 0 4px 0 4px;
	border-right: 1px solid #999;
	text-decoration: none;
        color:#666;
}
.ln-letters a.ln-last {
	border-right: 0;
}
.ln-letters a:hover{
	font-weight: normal;
	text-decoration: underline;
        font-weight:bold;
}

.ln-letters a.ln-selected {
  padding: 0 4px 0 4px;
  border-right: 1px solid #999;
  color:#333;
  text-decoration: underline;
}

#content #glossary-nav .ln-letters a.ln-disabled {
	color: #999;
}
.ln-letter-count {
	text-align: center;
	font-size: 0.7em;
	color: #999;
}
.ln-no-match{
  display:none ! important;
}

ul#glossary li{
    margin:0;
    padding:0px 10px 10px 0px;
    line-height:16px;
    list-style-type: none;
    background: none;
}
#glossary-nav{
    padding:12px 0 12px 24px;
    margin-bottom:20px;
}

#content #glossary {
	padding:0 30px 0 28px;
	
}

#content #glossary ul {
	margin: 0 0 10px 0;
	padding: 0;
}
#content #glossary ul {
	line-height: 125%;
}

#content #glossary ul li ul {
	margin: 0;
	padding: 0;
}

