.glossary-menu-atoz{
text-transform: uppercase;
margin: auto;
padding: 0;
border-bottom: 2px solid #000;
width: 100%;
height: 25px;
}
.glossary-menu-atoz .glossary-menu-item{ list-style: none;
float: left;
padding-left: 1%;
padding-right: 1%;
padding-top: 1px;
padding-bottom: 1px;
height: 22px;
margin: 0 0 0 0.5em;
}
.glossary-menu-item a{
text-decoration: none;
}
.atozmenu-empty{
color: #ccc;
}
.atozmenu-off{
color: #333;
}
.atozmenu-off:hover{
background-color: #333;
color: #eee;
}
.atozmenu-on{
text-decoration: underline;
}
.atozitems-off{
display: none;
} .tooltip {
display:     none;
background:  #f4f4f4;
font-size:   1.1em;
padding:     10px;
color:       #333;
border:      1px solid #ddd;
line-height: 1.5em;
width:       20%;
}