a:link, a:visited, a:active, table a {
	color: #cc9922;
	text-decoration: none;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

a:hover{
	color: #CC9933;
	text-decoration: none;
	background-color: #F6ECD9;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
}

#nav1 { 
	border: black solid 1px;
	width: 710px;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#nav1 td {
	border-right-style: solid;
	border-right-color: #9E6504;
	border-right-width: 1px;
	text-align: center;
}


#nav1 a:link, a:visited, a:active, table a {
	color: #CC9922;
	text-decoration: none;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}


#nav1 td.current a {

	color: #0000FF;
	text-decoration: none;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;

}

#nav { 
	width:100%;
}

#nav ul {
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
	border-top: solid black 1px;
	/*border-bottom: solid black 1px;
	border-left: solid black 1px;*/
}

#nav li {
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
	border-bottom: solid black .5px;
}


#nav a:link, a:visited, a:active, li a {
	color: #CC9922;
	text-decoration: none;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}


#nav li.current a {

	color: #0000FF;
	text-decoration: none;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;

}

a.current {

	color: #0000FF;
	text-decoration: none;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;

}

.current_topic {

	color: green;
	text-decoration: none;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;

}

