#menu {
   float:left;
   width:100%;
   line-height:normal;
   font-size:93%;
   background:#dae0d2 url('../menu/bg.gif') repeat-x bottom;
}
#menu ul {
   margin:0;
   padding:10px 10px 0;
   list-style:none;
}
#menu li {
   float:left;
   margin:0;
   padding:0 0 0 9px;
   background:url('../menu/left.gif') no-repeat left top;
}
#menu a {
   float:left;
   display:block;
   padding:5px 15px 4px 6px;
   color:#765;
   font-weight:bold;
   text-decoration:none;
   background:url('../menu/right.gif') no-repeat right top;
}
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#menu a {float:none;}
/* End IE5-Mac hack */
#menu a:hover {
   color:#333;
}
#menu #current {
   background-image:url('../menu/left_on.gif');
}
#menu #current a {
   padding-bottom:5px;
   color:#333;
   background-image:url('../menu/right_on.gif');
}
#menu li.static a {
   color:#e20025;
}