/* Menu */
#menu {
  float:left;
  width:100%;
  background:#369 url("../images/bg.gif") repeat-x bottom;
  font-size:85%;
  line-height:normal;
}
#menu ul {
  margin-left: 175px;
  margin-top: 12px;
  margin-bottom: 0px;
  font-size: 10pt;
  padding:10px 10px 0;
  list-style:none;
  width: 750px;
}
#menu li {
  float:left;
  background:url("../images/right.gif") no-repeat right top;
  margin:0;
  padding:0 5px 0 0;
}
#menu a {
  float:left;
  display:block;
  background:url("../images/left.gif") no-repeat left top;
  padding:5px 3px 4px 11px;
  text-decoration:none;
  font-weight:bold;
  color:#EDF7FF;
  font-size: 9pt;
}
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#menu a {float:none;}
/* End IE5-Mac hack */
#menu a:hover {
  color:#fff;
}
#menu #current {
  background-image:url("../images/right_on.gif");
}
#menu #current a {
  background-image:url("../images/left_on.gif");
  color:#333;
  padding-bottom:5px;
}