#sitemap{
	margin:10px 0;
	width:920px;
	letter-spacing:-.02em;
	background:#53afe0;
	clear:both;
}
#sitemap .bar{
	padding:10px;
	height:1%; /* IE6 */
	overflow:hidden;
	color:#fff;
}
#sitemap .bar p{
	margin:0;
	width:600px;
	float:left;
}
#sitemap .bar a{
	color:#fff;
	text-decoration:none;
}
#sitemap .bar a:hover{
	color:#fff;
	text-decoration:underline;
}
#sitemap .bar .toggle{
	display:block;
	width:120px;
	padding:2px 10px 0 0;
	float:right;
	text-align:right;
	text-transform:uppercase;
	font-size:10px;
	cursor:pointer;
	background:url(../images/sitemap-arrow-expand.gif) no-repeat right center;
}
#sitemap .bar .toggle.open{
	background:url(../images/sitemap-arrow-collapse.gif) no-repeat right center;
}
#sitemap .map{
	display:none;
	margin:0 9px;
	overflow:hidden;
	background:#b4ddf1 url(../images/sitemap-bg.gif) repeat-x bottom;
}
#sitemap .map a.view{
	display:block;
	margin:15px;
	clear:both;
	color:#fff;
}
#sitemap .map .column{
	margin:15px;
	width:190px;
	float:left;
}
#sitemap .map .column a{
	color:#5d5d5d;
  text-decoration: none;
}
#sitemap .map .column a:hover{
  text-decoration: underline;
}
#sitemap .map h2,
#sitemap .map ul{
	margin:0;
	padding:0;
	list-style:none;
	letter-spacing:.01em;
}
#sitemap .map .block-menu_block{
	margin-bottom:15px;
}
#sitemap .map h2{
  font-size: 100%;
  font-weight: bold;
	text-transform:uppercase;
}
#sitemap .map .column h2 a {
  color: #000000;
}
#sitemap .map li {
	margin:0;
	padding:0;
  list-style-type: none;
  list-style-image: none;
}