/* VERTICAL MENU FOR ALPHABET */

a.vertical_menu_alpha:link {
display:block;
width:22px;
Font:  Bold 14px Arial;
text-decoration: none; 
text-indent:5px;
line-height:22px;
color: #ffffff;
background: #330099;
border: solid 1px #330099;
}

a.vertical_menu_alpha:visited {
display:block;
width:22px;
Font: Bold 14px Arial;
text-decoration: none;
text-indent:5px;
line-height:22px;
color: #ffffff;
background: #330099;
border: solid 1px #330099;
}

a.vertical_menu_alpha:hover {
display:block;
width:22px;
Font: Bold 14px Arial;
text-decoration: none;
text-indent:5px;
line-height:22px;
color: #c0c0c0;
background: #330099;
border: solid 1px #330099;
}

a.vertical_menu_alpha:active {
display:block;
width:22px;
Font: Bold 14px Arial;
text-decoration: none;
text-indent:5px;
line-height:22px;
color: #c0c0c0;
background: #330099;
border: solid 1px #330099;
}