.sitemap ul,ol {
	margin: 0px;
	padding: 5px 10px;
}

.sitemap li {
	list-style: none;
	white-space: normal;
	margin: 0px;
	padding: 0px;
}


.sitemap li a {
	font-size: 12px;
	color: #3366CC;
	text-decoration: none;
	line-height: 18px;
	background-image: url(../image/main/arrow.gif);
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 15px;
	display: block;
	margin: 0px;
	background-repeat: no-repeat;
}

.sitemap li a:hover {
	font-size: 12px;
	color: #FF3333;
	text-decoration: underline;
	line-height: 18px;
	display: block;
	background-repeat: no-repeat;
}




.sitemap .topmenu {
	margin: 0px;
	padding: 5px 5px 5px 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #FA6080;
	border-right-color: #FA6080;
	border-bottom-color: #FA6080;
	border-left-color: #FA6080;
	background-color: #FEE9ED;
	border-top-style: solid;
}
