dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	color: #333333;
	top: 0px;
	left: 0px;
}
#navigation {
	width: 160px;
	background-color: #333333;
	margin: 0px;
	float: left;
}
#navigation dt {
	cursor: pointer;
	height: 25px;
	line-height: 25px;
	text-align: left;
	font-weight: bold;
	background-color: #666666;
	font-size: 12px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	border-top-width: 1px;
	border-top-color: #999999;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	text-indent: 10px;
}
#navigation dd {
	background-color: #333333;
	font-size: 11px;
	text-indent: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#navigation li {
	text-align: left;
	background-color: #333333;
}
#navigation li a, #navigation dt a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	line-height: 25px;
	border: 0 none;
	height: 100%;
}
#navigation dd a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	line-height: 20px;
	border: 0 none;
	height: 100%;
}
#navigation li a:hover, #navigation dt a:hover {
	background-color: #000000;
}
#navigation dt.active {
	cursor: pointer;
	height: 25px;
	line-height: 25px;
	text-align: left;
	font-weight: bold;
	background-color: #CC0000;
	font-size: 12px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	border-top-width: 1px;
	border-top-color: #999999;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	text-indent: 10px;
}
#navigation dt.form {
	text-align: center;
	background-color: #CCCCCC;
	font-size: 10px;
	color: #000000;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 83px;
	margin-top: 5px;
	margin-left: 5px;
	border-top-style: none;
}
#finder {
	background-color: #FFFFCC;
	float: none;
	border: thin solid #FFCC66;
	clear: both;
	margin: 0px;
	padding: 0px;
}
#navigation dt.finder {
	cursor: pointer;
	height: 90px;
	line-height: normal;
	text-align: left;
	font-weight: bold;
	background-color: #FFFFCC;
	font-size: 12px;
	margin-top: 7px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	text-indent: 10px;
	border: 2px solid #FFFF99;
	padding: 5px;
}
