﻿#mnuHome {
    background: url(Images/Layout/menu_home.gif) no-repeat;
    cursor: pointer; cursor: hand;
    float: left;
    height: 24px;
    margin-right: 7px;
    width: 66px;
}
#mnuAbout {
    background: url(Images/Layout/menu_aboutgmhb.gif) no-repeat;
    cursor: pointer; cursor: hand;
    float: left;
    height: 24px;
    margin-right: 7px;
    width: 112px;
}
#mnuNotices {
    background: url(Images/Layout/menu_specialnotices.gif) no-repeat;
    cursor: pointer; cursor: hand;
    float: left;
    height: 24px;
    margin-right: 7px;
    width: 145px;
}
#mnuContact {
    background: url(Images/Layout/menu_contactgmhb.gif) no-repeat;
    cursor: pointer; cursor: hand;
    float: left;
    height: 24px;
    margin-right: 7px;
    width: 127px;
}

#mnuPrint {
    cursor: pointer; cursor: hand;
    height: 24px;
    margin-right: 7px;
    text-align: right;
}
