
.alphamenu {
width:656px;
height:32px; 
border-top:     #A20000 0px solid;
border-left:    #A20000 1px solid;
border-bottom:  #A20000 0px solid;
border-right:   #A20000 1px solid;
background: url('images/btn_alphabet.jpg') repeat-x center;
}

.alphamenu ul {
display : inline;
}

.alphamenu ul li {
display : inline;
}

.alphamenu ul li a {
float : left;
font : normal 13px Arial, Verdana, sans-serif;
height:21px; 
width:60px;
color : black;
padding-top     : 7px;
padding-left    : 10px;
padding-bottom  : 0px;
padding-right   : 10px;
text-decoration : none;
text-align:center;
border-top:     #A20000 2px solid;
border-left:    #A20000 1px solid;
border-bottom:  #A20000 2px solid;
border-right:   #A20000 1px solid;
}

.alphamenu a:hover {
color : #A20000 !important;
font : normal 13px Arial, Verdana, sans-serif;
background: url('images/btn_select.gif') repeat-x center;
}

.alphamenu ul li .current {
color : blue !important;
font : normal 13px Arial, Verdana, sans-serif;
border-top:     #A20000 2px solid;
border-left:    #A20000 1px solid;
border-bottom:  #A20000 2px solid;
border-right:   #A20000 1px solid;
background : url('images/btn_alphabet.jpg') repeat-x center;
}

.alphamenu ul li .current:hover {
color : RED !important;
background: url('images/btn_alphabet.jpg') repeat-x center;
}

