#sitemap * {
	font-style: normal;
	line-height: 125%;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#sitemap {
	font-size: 12px;
	background: #eeeeee;
	color: #666666;
	border: 1px solid #d1d1d1;
	padding: 4px;
	width: 950px;
  margin: 0px auto 0px;
}
#sitemap img {
	vertical-align: bottom;
	border: 0px;
}
#sitemap_white_box {
	background: #FFFFFF;
	width: 940px;
	padding: 5px;
	border-top: 4px solid #FFB400;
	position: relative;
}
#sitemap h2 {
	background: url(images/sitemap_title.gif) no-repeat 0px 3px;
	text-indent: -9999px;
	height: 28px;
	width: 134px;
	overflow: hidden;
}
#sitemap h4 {
	clear: both;
	background: #F4F3E1;
	font-size: 16px;
	line-height: 27px;
	width: 930px;
	margin-bottom: 10px;
	padding: 0px 5px;
}
#sitemap h5 {
	clear: both;
	font-size: 12px;
	line-height: 27px;
	width: 930px;
	margin-bottom: 5px;
	margin-top:-30px;
	padding: 0px 5px;
}
#sitemap ul {
	width: 940px;
	margin-bottom: 35px;
	height:100%;
	min-height:1%;
}
#sitemap ul:after { content:""; display:block; height:0px; clear:both; overflow: auto;}
#sitemap li {
	display: inline;
	float: left;
	width: 215px;
	background: url(images/icon.gif) no-repeat 0px 0px;
	padding-left: 20px;
	margin-bottom: 10px;
}
#sitemap_white_box .on {
	display: block;
}
#sitemap_white_box .off{
	display: none;
}
#sitemap_program h3 {
	clear: both;
	background: url(images/bt_program.gif) no-repeat 0px 0px;
	text-indent: -9999px;
	height: 28px;
	width: 315px;
	position: absolute;
	left: 180px;
	top: -32px;
}
#sitemap_original h3 {
	clear: both;
	background: url(images/bt_original.gif) no-repeat 0px 0px;
	text-indent: -9999px;
	height: 28px;
	width: 315px;
	position: absolute;
	left: 180px;
	top: -32px;
}
#sitemap_program h3 a {
	display: block;
	height: 28px;
	width: 155px;
	margin-left: 160px;
	overflow: hidden;
}
#sitemap_original h3 a {
	display: block;
	height: 28px;
	width: 155px;
	overflow: hidden;
}
