/*--------------navigation-----------------*/
    #nav {
    background: url(images/menu.gif) no-repeat;
    height:41px;
	float: right;
    margin:0;
    padding: 0;
    }

    #nav span {
    display: none;
    }

    #nav li, #nav a {
    height:41px;
    display:block;
    }

    #nav li {
    float:left;
    list-style:none;
    display:inline;
    }

    #nav-home {width: 53px; background:url(images/menu.gif) 0px -41px no-repeat;}
    #nav-info {width: 85px; background:url(images/menu.gif) -54px -41px no-repeat;}
    #nav-about {width: 69px; background:url(images/menu.gif) -145px -41px no-repeat;}
    #nav-problems {width: 74px; background:url(images/menu.gif) -217px -41px no-repeat;}
	#nav-early {width: 76px; background:url(images/menu.gif) -292px -41px no-repeat;}
	#nav-adult {width: 74px; background:url(images/menu.gif) -373px -41px no-repeat;}
	#nav-damon {width: 68px; background:url(images/menu.gif) -456px -41px no-repeat;}
	#nav-contact {width: 69px; background:url(images/menu.gif) -534px -41px no-repeat;}

    #nav-home a:hover, #nav-home .current {background:url(images/menu.gif) 0px 2px no-repeat; }
    #nav-info a:hover, #nav-info .current {background:url(images/menu.gif) -54px 2px no-repeat; }
    #nav-about a:hover, #nav-about .current {background:url(images/menu.gif) -145px 2px no-repeat; }
    #nav-problems a:hover, #nav-problems .current {background:url(images/menu.gif) -217px 2px no-repeat; }
	#nav-early a:hover, #nav-early .current {background:url(images/menu.gif) -292px 2px no-repeat; }
	#nav-adult a:hover, #nav-adult .current {background:url(images/menu.gif) -373px 2px no-repeat; }
	#nav-damon a:hover, #nav-damon .current {background:url(images/menu.gif) -456px 2px no-repeat; }
	#nav-contact a:hover, #nav-contact .current {background:url(images/menu.gif) -534px 2px no-repeat; }
