@charset "UTF-8";
/* CSS Document */
#topMenu {
  font-size:93%;
  line-height:normal;
  width:789px;
  height:24px;
  text-align:left;
  background-color:#ffd64b;
  margin: 0px auto;
  border:#000 1px solid;
  border-right:#333 12px solid;
  clear:both;
  }
#topMenu ul {
  margin:0;
  padding:0;
  list-style:none;
  }
#topMenu li {
  float:left;
  background:#ffd64b;
  margin:0;
  padding:0 0 0 9px;
  }
#topMenu a {
  float:left;
  display:block;
  background:url("../images/right.gif") no-repeat right top;
  padding:5px 13px 4px 3px;
  text-decoration:none;
  color:#000;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#topMenu a {float:none;}
/* End IE5-Mac hack */
#topMenu a:hover {
  color:#c52327;
  }
#topMenu #current {
  background-image:url("../images/left_on.gif");
  background-color:#DAD9D8;
  }
#topMenu #current a {
  background-image:url("../images/right_on.gif");
  background-repeat:no-repeat;
  background-color:#DAD9D8;
  color:#333;
  padding-bottom:5px;
  height:14px;
  }
