#breadcrumb_sitemap {
	float: left;
	width: 990px;
}

#display_sitemap {
	display: none;
}

#sitemap {
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #fff;
	z-index: 1000px;
	font-size: 10px;
	color: #ccc;
	width: 980px;
	_width: 990px;
	text-align: left;
	float: left;
	background-color: #000;
}

#sitemap a {
	color: #ccc;
}

#sitemap li {
	width: 140px;
	_width: 138px;
}

.first_layer {
	float: left;
	width: 140px;
	font-weight: bold;
	font-size: 11px;
}

.first_layer a {
	/*color: aqua;*/
	font-weight: bold;
	font-size: 11px;
}

#sitemap ul li ul a {
	font-size: 10px;
}

#sitemap ul li ul a:hover {
	text-decoration: underline;
}

.second_layer {
	/*color: yellow;*/
	font-weight: normal;
	font-size: 10px;
}

.second_layer a {
	/*color: red;*/
	font-weight: normal;
	font-size: 10px;
}

.third_layer {
	/*color: blue;*/
	font-weight: normal;
	font-size: 10px;
}

.third_layer a {
	/*color: lime;*/
	font-weight: normal;
	font-size: 10px;
}

.fourth_layer a {
	/*color: fuchsia;*/
	font-weight: normal;
	font-size: 10px;
}

.layer {
	cursor: pointer;
}

.layer:hover, li span.layer:hover  {
	text-decoration: underline;
}
