@charset "utf-8";
/* CSS Document */
#menu {
    float:left;
    width:100%;
    background:#DAE0D2 url("/images/round/bg.gif")
      repeat-x bottom;
    font-size:93%;
    line-height:normal;
	margin: 0 0 5px 0;
    }
#menu ul {
    margin:0;
    padding:10px 10px 0;
    list-style:none;
    }
#menu li {
    float:left;
    background:url("/images/round/left.gif")
    no-repeat right top;
    margin:0;
    padding:0 0 0 9px;
    }
#menu a, #menu strong, #menu span {
    display:block;
    background:url("/images/round/right.gif")
    no-repeat left top;
    padding:5px 15px 4px 6px;
	text-decoration:none;
    }
/* Commented Backslash Hack
hides rule from IE5-Mac \*/
#menu a {float:none;}
  /* End IE5-Mac hack */
	
#menu #current {
    background-image:url("/images/round/left_on.gif");
    }
#menu #current a {
    background-image:url("/images/round/right_on.gif");
	padding-bottom:5px;
    }