﻿/* navigation */
table.nav td
{
    padding-right: 10px;
    padding-left: 10px;
}

a.nav, a.nav:link, a.nav:active, a.nav:visited, a.nav:hover
{
    display: block;
    height: 100%;
    width: 100%;
    color: #2F5A9E;
    font-weight: bold;
    text-decoration: none;
	color:#FFFFFF;
}

a.nav:hover
{
    color: #999;
}

a.nav_selected, a.nav_selected:link, a.nav_selected:active, a.nav_selected:visited, a.nav_selected:hover
{
    text-decoration: none;
    font-weight: bold;
    color: #9DBDFF;
}

div.sublevelwrapper
{
    border:solid 1px #092637;
    background-color: #0B344C;
    margin-top:-3px;
    padding-left:15px;
    padding-top:5px;
    z-index:10px;
}

a.sublevel, a.sublevel:link, a.sublevel:active, a.sublevel:visited, a.sublevel:hover
{
    padding: 3px;
    display: block;
    height: 100%;
    width: 100%;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}

a.sublevel:hover
{
    color: #999999;
}

a.sublevel_selected, a.sublevel_selected:link, a.sublevel_selected:active, a.sublevel_selected:visited, a.sublevel_selected:hover
{
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
}
/* end navigation */