a.menuone {
    display: block;
    width: 99px;
    height: 44px;
    background: url("images/Nav_HomeF.gif") 0 0 no-repeat;
    text-decoration: none;
}
 
a:hover.menuone {
    background-position: -99px 0;
}
a.menutwo {
    display: block;
    width: 124px;
    height: 44px;
    background: url("images/Nav_AboutF.gif") 0 0 no-repeat;
    text-decoration: none;
}
 
a:hover.menutwo {
    background-position: -124px 0;
}
a.menuthree {
    display: block;
    width: 202px;
    height: 44px;
    background: url("images/Nav_SolutionsF.gif") 0 0 no-repeat;
    text-decoration: none;
}
 
a:hover.menuthree {
    background-position: -202px 0;
}
a.menufour {
    display: block;
    width: 190px;
    height: 44px;
    background: url("images/Nav_EventsF.gif") 0 0 no-repeat;
    text-decoration: none;
}
 
a:hover.menufour {
    background-position: -190px 0;
}
a.menufive {
    display: block;
    width: 134px;
    height: 44px;
    background: url("images/Nav_ResourcesF.gif") 0 0 no-repeat;
    text-decoration: none;
}
 
a:hover.menufive {
    background-position: -134px 0;
}
a.menusix {
    display: block;
    width: 146px;
    height: 44px;
    background: url("images/Nav_ContactF.gif") 0 0 no-repeat;
    text-decoration: none;
}
 
a:hover.menusix {
    background-position: -146px 0;
}