/* VERTICAL MENU */

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

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

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

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