/*sitemap*/


.left {
	float: left;
	width: 310px;
	border-right: 1px solid #CCCCCC;
	padding-right: 25px;
}

.right {
	float: right;
	width: 310px;
}

dd {
	font-size: 13px;
	font-weight: bold;
	color: #009900;
	background-image: url(../../images/allow2.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 15px;
	margin-bottom: 5px;
	margin-top: 10px;
	border-top: 1px solid #CCCCCC;
	padding-top: 10px;
}
dd a:hover, dd a:active {
	color: #006600;
	border-bottom: 1px dotted #006600;
}

dt {
	margin-left: 20px;
	margin-bottom: 5px;
}

dt a:visited, dt a:link {
	color: #666666;
}
dt a:hover, dt a:active {
	color: #006600;
	border-bottom: 1px dotted #006600;
}