td.nav_col {
    background-image: url("../images/nav_bgr_new.gif");
    behavior:url("css/hover.htc");
    height:22px;
}

td.nav_col:hover {
    background-image: url("../images/nav_bgr_hover.gif");
    color:#000000;
}

td.nav_col_hover {
    background-image: url("../images/nav_bgr_hover.gif");
    behavior:url("css/hover.htc");
    color:#000000;
}

td.nav_col_selected {
    background-image: url("../images/nav_bgr_hover.gif");
    color:#000000;
}


div.nav_col {
    font-family: Verdana, Helvetica, sans-serif;
    text-align: center;
    color:#555555;
    behavior:url("css/hover.htc");
    text-decoration:none;
}

div.nav_col:hover {
    color:#000000;
    text-decoration:none;
}

div.nav_col_hover {
    font-family: Verdana, Helvetica, sans-serif;
    text-align:center;
    color:#000000;
    text-decoration:none;
    behavior:url("css/hover.htc");
}

div.nav_col_selected {
    font-family: Verdana, Helvetica, sans-serif;
    text-align:center;
    color:#000000;
    text-decoration:none;
}

a.nav_col {
    text-decoration:none;
    font-size:12px;
    font-weight:bold;
}

a.nav_col:hover {
    text-decoration:none;
    font-size:12px;
    color:#000000;
    font-weight:bold;
}