table.leftnavi td a{
	text-decoration: none;
	height: 20px;
	line-height: 20px;
	display: block;
	background-color: #D6C2AD
}

table.leftnavi td a:link, table.leftnavi td a:visited {
	color: #804040;
	background-color: #D6C2AD;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	line-height: 20px;
	height: 20px
}

table.leftnavi td a:hover, table.leftnavi td a:active {
	color: #FF6600;
	background-color: #E5D9CC;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	line-height: 20px;
	height: 20px
}


.credit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #AAAAAA;
	text-decoration: none;
}
.credit:hover {
	text-decoration: underline;
}