﻿/* navigation */
table.nav
{
	border-top: solid 0px #F1DCBE;
    font-size: 13px;
    text-align:center;
    background-repeat:no-repeat;
    height:33px;
    width:130px;
    background-color:#F3F0F0;
	background-image: url(images/btnGray.gif);

}
div#navigation
{
	color: #AAA6A5;	
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	height: 33px;
	font-size:11px;
	background-color:Yellow;
	width:1024px;
	text-align:center;

	background-position:center; 
}

div#navigationInner
{
height: 33px;
	background-color:Yellow;

}
table.nav_selected
{
    font-weight: bold;
    text-align:center;
    background-repeat:no-repeat;
    background-image:url(images/btnGreen.gif);
    height:33px;
    width:130px;
}

table.nav td
{
    padding-left: 5px;
    padding-right: 5px;
    voice-family: "\"}\""; 
 	voice-family:inherit;
 	padding-top: 0px;
    text-align:center;
    padding-left: 0px;
    padding-right: 0px; 
    vertical-align:middle;
    height: 32px;
    width:130px;
}
html > body table.nav td
{
	padding-top: 0px;
	padding-right: 0px;
	border: 0px;
	text-align: center;
	vertical-align: middle;
}



 a.nav, a.nav:link, a.nav:active, a.nav:visited, a.nav:hover
{
	display: block;
	color: #898989;
	font-weight:bold;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	margin-top:8px;
}

a.nav_selected, a.nav_selected:link, a.nav_selected:active, a.nav_selected:visited, a.nav_selected:hover
{
    font-weight: bold;
    color: #ffffff;
    margin-top:8px;
    }


table.sublevel
{
	border-top: solid 1px B3CC58;
	font-size: 13px;
    background:  #B3CC58;
    text-align:left;
}

table.sublevel td
{
    padding-left: 7px;
    padding-right: 7px;
    height: 21px;
    voice-family: "\"}\""; 
 	voice-family:inherit;
    padding-top: 3px;
    
}
html>body table.sublevel td
{
    padding: 0px 3px 3px 3px;
}

a.sublevel, a.sublevel:link, a.sublevel:active, a.sublevel:visited, a.sublevel:hover
{
    display: block;
    color: #fff;
    vertical-align: middle;
    text-align:left;
}

a.sublevel:hover
{
	color: #663200;
}

table.sublevel_selected
{
    font-weight: bold;
}

table.sublevel_selected td
{
    padding-left: 7px;
    padding-right: 7px;
    height: 21px;
    padding-top: 3px;
}

a.sublevel_selected, a.sublevel_selected:link, a.sublevel_selected:active, a.sublevel_selected:visited, a.sublevel_selected:hover
{
	color: #663200;
}
/* end navigation ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
