﻿/* navigation */
table.nav
{
    font-size: 12px;
	font-weight: bold;
	text-align:right;
}

table.nav td
{
    padding-left: 17px;
    padding-right: 17px;
    height: 22px;
    voice-family: "\"}\""; 
 	voice-family:inherit;
 	padding-top: 3px;
}
html>body table.nav td
{
    padding-top: 3px;
}

table.nav_selected
{
    background:  url(_images/nav_bg_hi.gif);
	background-repeat: no-repeat;
	background-position: right;
    font-weight: bold;
}

a.nav, a.nav:link, a.nav:active, a.nav:visited, a.nav:hover
{
    display: block;
    width: 100%;
	color: #D7D7D7;
}

a.nav_selected, a.nav_selected:link, a.nav_selected:active, a.nav_selected:visited, a.nav_selected:hover
{
    color: #D7D7D7;
}

 a.nav:hover
 {
	color: #F3F3F3;
 }

table.sublevel
{
	font-size: 12px;
    background: Transparent url(_images/subnav_bg.jpg) repeat-y top left;
}

table.sublevel td
{
    padding-left: 17px;
    padding-right: 17px;
    height: 16px;
    voice-family: "\"}\""; 
 	voice-family:inherit;
    padding-top: 3px;
}
html>body table.sublevel td
{
    padding: 3px 10px 3px 3px;
}

a.sublevel, a.sublevel:link, a.sublevel:active, a.sublevel:visited, a.sublevel:hover
{
    display: block;
    color: #5D5E5B;
    vertical-align: middle;
}

a.sublevel:hover
{
	color: #000000;
}

table.sublevel_selected
{
    background-color: #378CCA;
	background: Transparent url(_images/subnav_bg.jpg) repeat-y top left;
	
    
}

table.sublevel_selected td
{
    padding-left: 17px;
    padding-right: 17px;
    height: 18px;
    padding-top: 3px;
}

a.sublevel_selected, a.sublevel_selected:link, a.sublevel_selected:active, a.sublevel_selected:visited, a.sublevel_selected:hover
{
	color: #5D5E5B;
}
/* end navigation */