
	 				
    #nav-example {
    background:url(images/nav-how.jpg) no-repeat;
    width:900px;
    height:45px;
    margin:0;
    margin-left: auto;
	margin-right: auto;
    padding:0;
    }

    #nav-example span {
    display: none;
    }

    #nav-example li, #nav-example a {
    height:45px;
    display:block;
    }

    #nav-example li {
    float:left;
    list-style:none;
    display:inline;
    }

    #nav-example-01 {width: 199px;}
    #nav-example-02 {width: 174px;}
    #nav-example-03 {width: 156px;}
    #nav-example-04 {width: 174px;}
    #nav-example-05 {width: 193px;}

    #nav-example-01 a:hover {background:url(images/nav-how.jpg) 0px -45px no-repeat; }
    #nav-example-02 a:hover {background:url(BROKEN TO WORK    ) -199px -45px no-repeat; }
    #nav-example-03 a:hover {background:url(images/nav-how.jpg) -373px -45px no-repeat; }
    #nav-example-04 a:hover {background:url(images/nav-how.jpg) -529px -45px no-repeat; }
    #nav-example-05 a:hover {background:url(images/nav-how.jpg) -703px -45px no-repeat; }
    
  