div#menu{
	margin-top:42px;
	margin-left:15px;
}
.alt{
	display:none;
}
div#menu a{
	margin:7px 0;
}
a#home {
    display: block;
    width: 146px;
    height: 16px;
    background:url(../images/nav/home.gif) no-repeat;
}
a#home:hover {
    background:url(../images/nav/home_off.gif) no-repeat;
}
a#about {
    display: block;
    width: 146px;
    height: 16px;
    background:url(../images/nav/about.gif) no-repeat;
}
a#about:hover {
    background:url(../images/nav/about_off.gif) no-repeat;
}
a#coaching {
    display: block;
    width: 146px;
    height: 16px;
    background:url(../images/nav/coaching.gif) no-repeat;
}
a#coaching:hover {
    background:url(../images/nav/coaching_off.gif) no-repeat;
}

a#paper {
    display: block;
    width: 146px;
    height: 16px;
    background:url(../images/nav/paper.gif) no-repeat;
}
a#paper:hover {
    background:url(../images/nav/paper_off.gif) no-repeat;
}
a#eassass {
    display: block;
    width: 146px;
    height: 16px;
    background:url(../images/nav/eassass.gif) no-repeat;
}
a#eassass:hover {
    background:url(../images/nav/eassass_off.gif) no-repeat;
}
a#workshops {
    display: block;
    width: 146px;
    height: 16px;
    background:url(../images/nav/workshops.gif) no-repeat;
}
a#workshops:hover {
    background:url(../images/nav/workshops_off.gif) no-repeat;
}
a#media {
    display: block;
    width: 146px;
    height: 16px;
    background:url(../images/nav/media.gif) no-repeat;
}
a#media:hover {
    background:url(../images/nav/media_off.gif) no-repeat;
}
a#resources{
    display: block;
    width: 146px;
    height: 16px;
    background:url(../images/nav/resources.gif) no-repeat;
}
a#resources:hover {
    background:url(../images/nav/resources_off.gif) no-repeat;
}
a#testimonials{
    display: block;
    width: 146px;
    height: 16px;
    background:url(../images/nav/testimonials.gif) no-repeat;
}
a#testimonials:hover {
    background:url(../images/nav/testimonials_off.gif) no-repeat;
}
a#faq {
    display: block;
    width: 146px;
    height: 16px;
    background:url(../images/nav/faq.gif) no-repeat;
}
a#faq:hover {
    background:url(../images/nav/faq_off.gif) no-repeat;
}
a#contact {
    display: block;
    width: 146px;
    height: 16px;
    background:url(../images/nav/contact.gif) no-repeat;
}
a#contact:hover {
    background:url(../images/nav/contact_off.gif) no-repeat;
}