@charset "utf-8";

.sitemap_item {
	width: 200px;
	height: auto;
	padding-left: 20px;
	padding-top: 22px;
	padding-bottom: 22px;
	border-bottom:dotted 1px #c1c1c1;
/*	background:url(../img/arrow01.png) no-repeat 0px 44px; */
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

.sitemap_item a {
	display: block;
	height: auto;
	width: auto;
	font-weight:bold;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	background-color: #eee;
    -webkit-box-shadow: 0 5px 4px -4px #777;
       -moz-box-shadow: 0 5px 4px -4px #777;
            box-shadow: 0 5px 4px -4px #777;
	border: 1px solid #ccc;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
}

.sitemap_item a:hover {
	background-color: #fff;
    -webkit-box-shadow: 0 5px 4px -4px #777;
       -moz-box-shadow: 0 5px 4px -4px #777;
            box-shadow: 0 5px 4px -4px #777;
}
