body 
{
  background-attachment: fixed;
}

a:link
{ text-decoration:none;
  color:blue;
}

a:visited
{ text-decoration:none;
  color:blue;
}

a:hover
{ color:navy;
  text-decoration:underline;
}

#dropmenudiv
{ position:absolute;
  font:bold 12px Verdana;
  color: white;
  line-height:18px;
  z-index:100;
}

#dropmenudiv a
{ width: 100%;
  display: block;
  text-indent: 3px;
  padding: 1px 0;
  text-decoration: none;
  font-weight: bold;
  color:white;
}

#dropmenudiv a:hover
{ /*hover background color*/
  color:yellow;
}

a.menus:link
{ text-decoration: none;
  color: navy;
  font-weight:bold;
}

a.menus:visited
{ text-decoration: none;
  color: navy;
  font-weight:bold;
}

a.menus:hover
{ color: blue;
}

.verticaltext
{
        writing-mode: tb-rl;
        filter: flipv fliph;
}

