#div_main h1 {
	background-image: url("skin/title_site_map.png");
	background-position: top;
	background-repeat: no-repeat;
	height: 44px;
	margin-bottom: 10px;
}

#div_main h1 span{
	display: none;
}

div.column {
	background-image: url("skin/siteMap_column.png");
	background-position: bottom;
	background-repeat: no-repeat;
	padding-bottom: 9px;
	padding-left: 20px;
	width: 310px;
}

#div_column0, #div_column1 {
	margin-left: 0px;
	margin-right: 5px;
}

div.column a {
	display: block;
	font-family: Tahoma;
}

a.level0-1 {
	background-image: url("skin/siteMap_level0-1.png");
	background-position: bottom;
	background-repeat: no-repeat;
	color: #ffaa4f;
	font-size: 25px;
	font-weight: bold;
	height: 40px;
	padding-left: 32px;
	width: 258px;
}
a.level0-2 {
	background-image: url("skin/siteMap_level0-2.png");
	background-position: bottom;
	background-repeat: no-repeat;
	color: #ffaa4f;
	font-size: 25px;
	font-weight: bold;
	height: 40px;
	padding-left: 32px;
	padding-top: 9px;
	width: 258px;
}
a.level1 {
    background-color: #ededeb;
	background-image: url("skin/dot_level1.png");
	background-position: 8px 4px;
	background-repeat: no-repeat;
	color: #963836;
	font-size: 14px;
	font-weight: bold;
	margin-left: 32px;
	padding-bottom: 2px;
	padding-left: 32px;
	padding-top: 2px;
	width: 226px;
}
a.level2 {
	background-color: #ededeb;
	background-image: url("skin/dot_level2.png");
	background-position: 32px 4px;
	background-repeat: no-repeat;
	color: #3e3e4a;
	font-size: 10px;
	font-weight: normal;
	margin-left: 32px;
	padding-bottom: 2px;
	padding-left: 48px;
	padding-top: 2px;
	width: 210px;
}
