div.outer, div.outer a
{
    display: block;
    height: 32px;
    background-repeat: no-repeat;
    white-space: nowrap;
}
div.outer
{
    float: left;
    background-position: right;
}
div.outer a:hover
{
    background: none right;
}
div.outer span
{
    display: none;
}

div#m1.outer, div#m1.outer a
{
    width: 66px;
    background-image: url(images/nav/button_home.gif);
}
div#m2.outer, div#m2.outer a
{
    width: 78px;
    background-image: url(images/nav/button_services.gif);
}
div#m3.outer, div#m3.outer a
{
    width: 83px;
    background-image: url(images/nav/button_features.gif);
}
div#m4.outer, div#m4.outer a
{
    width: 46px;
    background-image: url(images/nav/button_faq.gif);
}
div#m5.outer, div#m5.outer a
{
    width: 82px;
    background-image: url(images/nav/button_support.gif);
}
div#m6.outer, div#m6.outer a
{
    width: 91px;
    background-image: url(images/nav/button_signup.gif);
}
