﻿/* navigation */
table.nav td
{
    border-right: solid 2px #ffffff;
    padding-right: 0px;
    padding-left: 0px;
    line-height:10px;
    text-align:left;
height:20px;

}

a.nav, a.nav:link, a.nav:active, a.nav:visited, a.nav:hover
{
    display: block;
    height: 20px;
    padding-right:5px;
    padding-left:5px;
    color: #ffffff;
    font-size: 14px;
    text-align:left;
    font-weight:bold;
    padding-top:00px;
    line-height:20px;
}

a.nav:hover
{
    color: #000000;
text-decoration:underline;
}

a.nav_selected, a.nav_selected:link, a.nav_selected:active, a.nav_selected:visited, a.nav_selected:hover
{
    font-weight: bold;
    color: #FFFFFF;
}

div.sublevelwrapper
{
    border: solid 1px #86C2F4  ;
    background-color: #d1cad6;
}

a.sublevel, a.sublevel:link, a.sublevel:active, a.sublevel:visited, a.sublevel:hover
{
    padding: 3px;
    display: block;
    height: 100%;
    width: 100%;
    color: #000000;
}

a.sublevel:hover
{
    color: #FFFFFF;
}

a.sublevel_selected, a.sublevel_selected:link, a.sublevel_selected:active, a.sublevel_selected:visited, a.sublevel_selected:hover
{
    font-weight: bold;
    color: #FFFFFF;
}
/* end navigation */