/* Navigation */
table.navigation
{
	height: 15px;
	color: #4F9500;
	background-color:;
	width: 100%;
	font-size: small;
	font-weight: bold;
}
table.navigation a, a:link, a:visited
{
	text-decoration: none;
	color: #ABABAB;
	font-weight: bold;
}
table.navigation a:hover
{
	text-decoration: underline !important;
	color: #4f9500!important;
	font-weight: bold;
}
td.navigation
{
	padding: 0px 0px 0px 0px;
	white-space: nowrap;
}
img.navigation_arrow
{
	margin: 0px 0px 0px 0px;
}
span.navigation
{
	padding: 0px 1px 0px 0px;
	white-space: nowrap;
}
a.navigation
{
	white-space: nowrap;
}
