#nav {
	float: left;
	height: 15px;
	overflow: hidden;
}


div#nav a {
    background-image:url(/images/misc/nav.gif);
    background-repeat:no-repeat;
    color:transparent;
    display:block;
    float:left;
    height:15px;
    /*margin-right:17px;*/
    overflow:hidden;
    text-indent:-2000em;
}


a#go-home {
    background-position:0 0;
    width:60px;
}

a#go-profile {
    background-position:-60px 0;
    width:73px;
}

a#go-nut {
    background-position:-133px 0;
    width:181px;
}

a#go-nlp {
    background-position:-314px 0;
    width:43px;
}

a#go-tft {
    background-position:-357px 0;
    width:42px;
}

a#go-hypno {
    background-position:-399px 0;
    width:128px;
}

a#go-life {
    background-position:-527px 0;
    width:126px;
}

a#go-media {
    background-position:-653px 0;
    width:62px;
}

a#go-testimonials{
    background-position:-715px 0;
    width:116px;
}

a#go-contact {
    background-position:-831px 0;
    width:66px;
}






a#go-home:hover  {
    background-position:0 -22px;
    width:60px;
}

a#go-profile:hover  {
    background-position:-60px -22px;
    width:73px;
}

a#go-nut:hover  {
    background-position:-133px -22px;
    width:181px;
}

a#go-nlp:hover  {
    background-position:-314px -22px;
    width:43px;
}

a#go-tft:hover  {
    background-position:-357px -22px;
    width:42px;
}

a#go-hypno:hover  {
    background-position:-399px -22px;
    width:128px;
}

a#go-life:hover  {
    background-position:-527px -22px;
    width:126px;
}

a#go-media:hover  {
    background-position:-653px -22px;
    width:62px;
}

a#go-testimonials:hover {
    background-position:-715px -22px;
    width:116px;
}

a#go-contact:hover  {
    background-position:-831px -22px;
    width:66px;
}
