﻿/* navigation */
table.nav
{
    font-size: 10px;
    font-family:Arial Black;

}

table.nav td
{
    border-right:solid 1px #d3f9bc;
    padding-left: 7px;
    padding-right: 7px;
    height: 13px;
    voice-family: "\"}\""; 
 	voice-family:inherit;
 	padding-top: 3px;
}
html>body table.nav td
{
    padding-top: 3px;
}

table.nav_selected
{
    /*background: Transparent url(_images/nav_bg_hi.gif) repeat-x top left;*/
    font-weight: bold;
    color:Green;
}

a.nav, a.nav:link, a.nav:active, a.nav:visited, a.nav:hover
{
    display: block;
    width: 100%;
}

a.nav_selected, a.nav_selected:link, a.nav_selected:active, a.nav_selected:visited, a.nav_selected:hover
{
    color: #ffcc00;
    text-decoration: underline;
}

 a.nav:hover
 {
	font-weight: bold;
 }

table.sublevel
{
	font-size: 10px;
    background-color:#ffefa3 ; /*: Transparent url(_images/subnav_bg.jpg) repeat-y top left;*/
}

table.sublevel td
{
    padding-left: 7px;
    padding-right: 7px;
    height: 18px;
    voice-family: "\"}\""; 
 	voice-family:inherit;
    padding-top: 3px;
}
html>body table.sublevel td
{
    padding: 3px;
}

a.sublevel, a.sublevel:link, a.sublevel:active, a.sublevel:visited, a.sublevel:hover
{
    display: block;
    color: #000000;
    vertical-align: middle;
}

a.sublevel:hover
{
	color: #0033cc;
}

table.sublevel_selected
{
    background-color:#9dbb61; /* #378CCA url(_images/nav_bg_hi.gif) repeat-x top left;*/
    font-weight: bold;
}

table.sublevel_selected td
{
    padding-left: 7px;
    padding-right: 7px;
    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: #FFFFFF;
}
/* end navigation */