<style type="text/css">{  }
A.menubar {
font-size:        12px;
font-family:      Arial;
font-style:       normal;
font-weight:      normal;
color:            white;
text-decoration:  none;
  }
a:hover.menubar   {
font-size:        12px;
font-family:      Arial;
font-style:       normal;
font-weight:      normal;
text-decoration:  none;
 background: White;
 color: Black;
 }

A.normal {
color:            blue;
text-decoration:  none;
}
a:hover.normal   {
color:            white;
background-color: Navy;
text-decoration:  none;
}

//-->
</STYLE>