/*
    menu.css
    Font sizes need to be 1px > for netscape4 than for ie.
*/

.menu-item
{
  color: rgb(154,135,196);
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 14px;
}

a
{
  text-decoration: none;
}

a:link
{
  color: rgb(154,135,196);
}

a:visited
{
  color: rgb(154,135,196);
}

a:active
{
  color: rgb(154,135,196);
}