.SiteMap ul, .SiteMap ul li {
	list-style-type: none;
	padding-left: 8px;
	font-size: 8pt;
}
.SiteMap ul li ul {
	list-style-type: none;
	margin-left: 13px;
}
.SiteMap li span {
    display: none;
}
.SiteMap li a {
	padding: 0 0 1px 13px;
	background: url(../image/bul1.gif) no-repeat 0 5px;
	_height: 0;
	color: #052AA8;
	font-weight: normal;
	text-decoration: none;
}
.SiteMap li a:hover {
	background: url(../image/bul2.gif) no-repeat 0 5px;
	text-decoration: none;
	color: #F00009;
}