.mapBox {
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	background-image: url(../images/item-ssnav.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 11px;
	padding-right: 12px;
	float: left;
	margin-right: 20px;
	width: 180px;
	margin-bottom: 20px;
	border-top: 1px #CCCCCC;
	border-right: 1px #CCCCCC;
	border-bottom: 1px #CCCCCC;
	border-left: 1px #CCCCCC;
}
.mapBox ul {
	margin: 1em 0;
}
.mapBox ul ul {
	margin: 0 0;
}
.mapBox li{
	list-style-type: none;
}
.mapBox li.important {
	margin-top: 0.4em;
}
.mapBox a {
	font-size: 11px;
	font-weight: normal;
	color: #8d8d8d;
	text-decoration: none;
}
.mapBox li.important a {
	font-weight: bold;
}
.mapBox li.important ul a {
	font-weight: normal;
}
.mapBox a:hover{
	color: #fa9900;
}