.menu a:link
{
font-style: normal;
font-family: helvetica, helv, arial, 'sans serif'; 
font-size: 10pt;
line-height: 180%;
color: white;
text-decoration: none;
padding-left: 5px;
padding-right: 5px;
}

.menu a:visited
{
font-family: helvetica, helv, arial, 'sans serif'; 
font-size: 10pt;
line-height: 180%;
color: white;
text-decoration: none;
padding-left: 5px;
padding-right: 5px;
}

.menu a:active
{
font-family: helvetica, helv, arial, 'sans serif'; 
font-size: 10pt;
line-height: 180%;
color: white;
text-decoration: none;
padding-left: 5px;
padding-right: 5px;
}

.menu a:hover
{
font-family: helvetica, helv, arial, 'sans serif'; 
font-size: 10pt;
line-height: 180%;
background: white;
color: #202040;
text-decoration: none;
padding-left: 5px;
padding-right: 5px;
}

hr {
color: #202040;
background-color: #fff;
height: 1px;

}

 
