﻿#tblMenu {
    width: 200px;
    visibility: hidden;
}

.tabManageUser {
    background-image: url(images/manageUser.png);
    background-position: 18px 0px;
    background-repeat: no-repeat;
    height: 16px;
    text-align: right;
    width: 40px;
}

.tabPref {
    background-image: url(images/pref.png);
    background-position: 18px 0px;
    background-repeat: no-repeat;
    height: 16px;
    text-align: right;
    width: 40px;
}

.tabViewPage {
    background-image: url(images/viewPage.png);
    background-position: 18px 0px;
    background-repeat: no-repeat;
    height: 16px;
    text-align: right;
    width: 40px;
}

.tabAddData {
    background-image: url(images/plus-16.png);
    background-position: 18px 0px;
    background-repeat: no-repeat;
    height: 16px;
    text-align: right;
    width: 40px;
}

.tabReport {
    background-image: url(images/report.gif);
    background-position: 18px 0px;
    background-repeat: no-repeat;
    height: 16px;
    text-align: right;
    width: 40px;
}

.tblSubMenuList { width: 100%; }

.menuLink {
    color: #333333;
    font-weight: bold;
    text-align: left;
}

.menuLink:hover {
    background: #778899 no-repeat 0 9px;
    cursor: pointer;
    font-style: italic;
}