h3.jump {
    cursor: pointer;    
}

ul#alpha_menu {
    padding: 0;
    margin: 3px 0px 0px 12px;
    position: relative; 
    overflow: visible;
    display: block;
}
ul#alpha_menu  li {
    list-style-type: none;
    position:  relative;
}
ul#alpha_menu a {
    text-decoration: none;
    color: #006599;
    font-weight: bold;
    white-space: nowrap;
}
ul#alpha_menu >li {
    text-align: center;
    margin-left: 5px; 
    margin-top: 2px;
    width: 46px;
    height: 32px;
    position: relative;
    float: left; 
       /* border no longer encompasses all elements after float */

}
ul#alpha_menu >li >a {               
    display: block;
    position: relative;
    padding: 0.4em;
    margin: 0;
    color: #006599;
    font-weight: bold;
    border-radius: 8px;
    background-color: #993300;
    background-image:  url(mainbk.png);
}
ul#alpha_menu >li >a:hover  {
    background-color: #e9e9e9;  
    background-image: none; 
    font-weight: bold;
    text-decoration: underline;
}

ul#alpha_menu >li >a:focus {
    background-color: #e9e9e9;  
    background-image: none; 
    font-weight: bold;
    text-decoration: underline;
}
ul#alpha_menu  a.active{
    background-color: #e9e9e9;  
    border: 1px solid #bbbbbb;
}