#navigation {
  float:left;
  width:100%;
  background:#DAE0D2 url("./images/bg.gif")
    repeat-x bottom;
  font-size:100%;
  line-height:normal;
  }
#navigation ul {
  margin:0;
  padding:10px 10px 0;
  list-style:none;
  }
#navigation li {
  float:left;
  background:url("./images/left.gif")
   no-repeat left top;	
  margin:0;
  padding:0 0 0 9px;
  }
#navigation a {
  float:left;
  display:block;
  background:url("./images/right.gif")
    no-repeat right top;
  padding:5px 15px 4px 6px;
  text-decoration:none; 
  font-weight:bold;
  color:#0F4271;
  /*color:#765;*/
  }
	
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#navigation a {float:none;}
/* End IE5-Mac hack */

#navigation .current_page_item {
  background-image:url("./images/left_on.gif");
  }
#navigation .current_page_item a {
  background-image:url("./images/right_on.gif");
  padding-bottom:5px;
  }
