﻿/* navigation */
table.nav
{
    margin-left: 0px;
    width: 236px;
}

table.nav td
{
    background: #ffffff;
    border-bottom: 1px solid #6892C2;
    border-right: 1px solid #ffffff;
    padding-left: 10px;
    padding-right: 10px;
}

table.nav_selected 
{
    /*background: Transparent url(_images/horiz_grad.gif) repeat-y top right;*/
}

table.nav_selected td
{
    background: #ffffff url(_images/img_nav_hilight.gif) no-repeat top left;
}

a.nav
{
    display: block;
    height: 100%;
    width: 100%;
    padding-top: 4px;
    padding-bottom: 4px;
}

table.sublevel
{
    border: solid 1px #6892C2;
    background: #ffffff;
    z-index: 1000;
}

table.sublevel td
{
    padding-left: 10px;
    padding-right: 10px;
    z-index: 1000;
}

table.sublevel_selected
{
    background: #ffffff;
    z-index: 1000;
}

table.sublevel_selected td
{
    background: #ffffff url(_images/img_nav_hilight.gif) no-repeat top left;
    z-index: 1000;
}

a.sublevel 
{
    display: block;
    height: 100%;
    width: 100%;
    padding-top: 4px;
    padding-bottom: 4px;
    z-index: 1000;
}
/* end navigation */