﻿/* navigation */
table.nav
{
 	border:2px outset;
	border-color:threedhighlight THREEDDARKSHADOW threedshadow threedhighlight;	
  background-color: #bfdbff;
  color: #152b46;  
}	

a.nav, a.nav:link, a.nav:active, a.nav:visited, a.nav:hover
{
    background-color: #bfdbff;
  	color: #152b46;
    display: block;
    height: 100%;
    width: 100%;
}

a.nav:hover
{
  color: #6b6f80;
}

a.nav_selected, a.nav_selected:link, a.nav_selected:active, a.nav_selected:visited, a.nav_selected:hover
{
    font-weight: bold;
    color: #6b6f80;
}

table.sublevel
{
	padding-left: 4px;  
  background-color: #bfdbff;	
	border:2px outset;
	border-color:threedhighlight THREEDDARKSHADOW threedshadow threedhighlight;	
	 
}

a.sublevel, a.sublevel:link, a.sublevel:active, a.sublevel:visited, a.sublevel:hover
{
    padding: 0; 
    display: block;
    height: 100%;
    width: 100%;
    color: #152b46;       
}

a.sublevel:hover
{
	padding: 1px 4px; 
  color: #6b6f80;
}

a.sublevel_selected, a.sublevel_selected:link, a.sublevel_selected:active, a.sublevel_selected:visited, a.sublevel_selected:hover
{
    font-weight: bold;
    color: #6b6f80;
}
/* end navigation */
