.mainmenuitem{
  width:110px;
  height:20px;
  background: URL('img/menuback.gif');
  background-repeat: no-repeat;
  color:#99CCFF;
  text-decoration:none;
  font-family:Verdana;
  font-size:10pt;
  padding-bottom:8px;
  padding-top:8px;
  text-align:center;
  border:1px solid #000000;
}
a{
  color:#99CCFF;
  text-decoration:none;
  font-family:Verdana;
  font-size:10pt;
  padding-bottom:8px;
  padding-top:8px;
  text-align:center;
}
.submenu{
  position:absolute;
  display:none;
  background: URL('img/menu.png');
  background-repeat: repeat-y;
  color:#99CCFF;
  text-decoration:none;
  font-family:Verdana;
  font-size:10pt;
  padding-bottom:8px;
  padding-top:8px;
  text-align:center;
}
#submenu1{
  width:130px;
}
#submenu2{
  width:130px;
}
#submenu3{
  width:250px;
}