/*  General rules */
	#homebutt	{
	margin: 5px 10px 0 60px;
	padding: 0;
	float: left;
	}
	
#homebutt img	{
	border: 0;
	padding: 0;
	margin: 0;
	}
	
img	{
	border: 0;
	}

#sidebar img {
	margin: 5px 0;
	border: 1px solid #333;
	}

  #menu {
      float:left;
      width:100%;
      background:#DAE0D2 url("../images/bg.gif") repeat-x bottom;
      font-size:93%;
      line-height:normal;
      }
    #menu ul {
      margin:0;
      padding:10px 10px 0;
      list-style:none;
      }
    #menu li {
      float:left;
      background:url("../images/left_both.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 9px;
      border-bottom:1px solid #765;
      }
    #menu a {
      float:left;
      display:block;
      width:.1em;
      background:url("../images/right_both.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      text-decoration:none;
      font-weight:bold;
      color:#765;
      }
    #menu > ul a {width:auto;}
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #menu a {float:none;}
    /* End IE5-Mac hack */
    #menu a:hover {
      color:#333;
      }
    #home #nav-home, #biking #nav-biking, 
	#video #nav-video,
	 #contact #nav-contact,
	 #questions #nav-questions,
    #skiing #nav-skiing, #brewing #nav-brewing, 
    #whereabouts #nav-whereabouts, #local #nav-local {
      background-position:0 -150px;
      border-width:0;
      }
    #home #nav-home a, #biking #nav-biking a,
	#video #nav-video a,
	 #contact #nav-contact a,
	 #questions #nav-questions a,
    #skiing #nav-skiing a, #brewing #nav-brewing a,
    #whereabouts #nav-whereabouts a, #local #nav-local a {
      background-position:100% -150px;
      padding-bottom:5px;
      color:#333;
      }
    #menu li:hover, #menu li:hover a {
      background-position:0% -150px;
      color:#333;
      }
    #menu li:hover a {
      background-position:100% -150px;
      }
