﻿/* navigation */
table.nav
{
	border-top: solid 0px #F1DCBE;
    font-size: 13px;
    text-align:center;
    background-repeat:no-repeat;
    height:36px;
    width:131px;
    background-color:#F3F0F0;
	background-image: url(images/btnRed1.jpg);

}
div#navigation
{
	position: relative;
	top: 0px;
	left: 0px;
	color: #474749;	
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	height: 38px;
	font-size:11px;
	text-align:right;
	padding-right:0px;
	background-color:Yellow;
}

div#navigationInner
{
	float:right;
	text-align:right;
	padding-right:110px;
	background-color:Yellow;

}
table.nav_selected
{
    font-weight: bold;
    text-align:center;
    background-repeat:no-repeat;
    background-image:url(images/btnHeaderRed.gif);
    float:left;
    height:36px;
    width:131px;
}

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;
    float:right;
    height: 36px;
    width:131px;
}
html > body table.nav td
{
	padding-top: 0px;
	padding-right: 0px;
	border: 1px;
	text-align: center;
	vertical-align: middle;
}



 a.nav, a.nav:link, a.nav:active, a.nav:visited, a.nav:hover
{
	display: block;
	color: #070D99;
	font-weight: bold;
	text-transform: lowercase;
	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;
    text-transform:lowercase ;
}


table.sublevel
{
	border-top: solid 1px #F1DCBE;
	font-size: 13px;
    background:  #FAF3EA;
}

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: 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: #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 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/