div.menu {
  background:#CEE3F6;
  width:146px;
  text-align:left;
  float:center;
}
div.menuitemtitle {
  background:#FFFFFF;
  color:#1B3C7C;
  margin:1px;
  padding:1px;
  font-family:times;
  font-size:12px;
  text-decoration:none;
}
div.menuitemtitle:hover {
  background:#E0ECF8;
}
div.menuitemheader {
  background:#E0ECF8;
  color:#1B3C7C;
  margin:1px;
  padding:1px;
  font-family:times;
  font-size:14px;
  text-decoration:none;
  text-align:center;
}
div.menuitemtitle a {
  color:#1B3C7C;
  text-decoration:none;
  padding-left:3px;
}
div.menuiteminnerbody {
  width:144px;
  margin:0px 1px;
  padding:5px 0px 5px 0px;
  background:#FFFFFF;
}
div.menuiteminnerbody:hover {
  background:#E0ECF8;
}
div.newsbody {
  width:146px;
  background:#E0ECF8;
  color:#888888;
  font-family:arial,sans-serif;
  font-size:.70em;
  text-decoration:none;
  padding:5px 0px 5px 0px;
}
div.newsbody:hover {
  background:#E0ECF8;
}
div.newsbody a {
  color:#1B3C90;
  text-decoration:underline;
  font-weight:bold;
}
div.menuitembody {
  width:146px;
  background:#E0ECF8;
  font-family:times;
  font-size:.72em;
  text-decoration:none;
}
div.menuitembody:hover {
  background:#E0ECF8;
}
div.menuitembody a {
  color:#1B3C90;
  text-decoration:none;
}
div.menuitembody a:hover {
  color:#FFFFFF;
  background:#1B3C7C;
  width:144px;
}

