
table.nav_container {
	background: #fff;
	font-size: 9pt;
	}
td.nav_container2 {
	background: #fff;
	font-size: 9pt;
	border-right: 0px solid black;
	}
table.navigation {
	background: #fff;
	font-size: 10pt;
	
	}

table.navigation td {
	}

table.navigation td A{
	width: 100%;
	color: #006;
	background: #fff;
	text-decoration: none;
	text-align: center;
	border-right: 4px solid #D6D985;
	display: table;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	height: 22px;
	}

table.navigation td A:link, td A:visited {
	}

table.navigation td A:visited.here, td A:link.here {
	font-weight: bold;
	background: #D6D985;
	border-right: 4px solid #000066;
	}

table.navigation td A:hover {
	background: #eee;
	border-right: 4px solid #000066;
	}



#topnav {
	z-index:102;
	height: 20px;
	margin: 0px;
	padding-left: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
	border-bottom: #000;
	border-bottom: 1px solid #006;
	}
	
#topnav UL {
	list-style: none;
	margin: 0;
	padding: 3px;
	border: none;
	} 

#topnav LI {
	font-family: sans-serif;
	font-size: 10px;
	display: block;
	padding: 0;
	display: inline;
	list-style-type: none;
	float:left;
	width:auto;
	margin: 0px 3px 0px 1px;
	}
	
#topnav A {
	color:#444;
	display:block;
	width:auto;
	text-decoration:none;
	background: #eee;
	margin:0;
	padding: 4px 10px;
	border-left: 1px solid #666;
	border-top: 1px solid #666;
	border-right: 1px solid #666;
}
	
#topnav A:hover, #topnav A:active {

	text-decoration: underline;
	color: red;
	}

#topnav A:link.here, #topnav A:visited.here {
	color:#006;
	position:relative;
	z-index:105;
	padding: 4px 10px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	background: #BBBDD3;
	border-left: 1px solid #006;
	border-right: 1px solid #006;
	border-right: 1px solid #006;
	}

