﻿/* navigation */
table.nav
{
    font-size: 12px;
	font-weight: bold;
	font:Arial, Helvetica, sans-serif;
	color: #3D4651;
}

table.nav td
{
    padding-left: 0px;
    padding-right: 0px;
    height: 40px;
    voice-family: "\"}\""; 
 	voice-family:inherit;
 	padding-top: 0px;
	
}
html>body table.nav td
{
    padding-top: 0px;
}

table.nav_selected
{
    /*background: #FFFFFF url(_images/nav_bg_hi.gif) repeat-x top left;*/
}

a.nav, a.nav:link, a.nav:active, a.nav:visited, a.nav:hover
{
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #3D4651;
    display: block;
    width: 181px;
	height: 30px;
	background: url(_images/nav_bg_hi.gif) repeat-y top left;
	padding-top: 10px;
	padding-left: 20px;
	margin-bottom: 1px;
}

a.nav_selected, a.nav_selected:link, a.nav_selected:active, a.nav_selected:visited, a.nav_selected:hover
{
	
    color: #3D4651;
}

 a.nav:hover
 {
	background: url(_images/nav_bg_hi-over.gif) repeat-y top left;
 }

table.sublevel
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 0px;
	background-color: #FFFFFF;
}

table.sublevel td
{
	
	padding: 5px 25px 5px 10px;
    height: 20px;
    voice-family: "\"}\""; 
 	voice-family:inherit;
	

}
html>body table.sublevel td
{
    /*padding-left: 10px;
	padding-right: 10px;*/
	margin-left: 0px;
	text-align: left;
}

a.sublevel, a.sublevel:link, a.sublevel:active, a.sublevel:visited, a.sublevel:hover
{
    display: block;
    color: #3D4651;
    /*padding-top: 7px;
	padding-right: 15px;*/
}

a.sublevel:hover
{
	color: #647384;
}

table.sublevel_selected
{
	color: #3D4651;
   background-color: #FFFFFF;
    font-weight: bold;
}

table.sublevel_selected td
{
	color: #3D4651;
    /*padding-left: 17px;
    padding-right: 17px;
    height: 20px;
    padding-top: 0px;*/
}

a.sublevel_selected, a.sublevel_selected:link, a.sublevel_selected:active, a.sublevel_selected:visited, a.sublevel_selected:hover
{
	color: #3D4651;
}
/* end navigation */