@charset "UTF-8";
/* CSS Document */

ul{
	color: #CCCCCC;
	list-style-type: none;
	background-image: url(../images/map/main_mapline.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
	font-size: 11px;
	margin-left: 10px;
	line-height: 15px;
}

ul a{
	color: #999999;
	list-style-type: none;
	text-decoration: none;
	font-weight: normal;
	line-height: normal;
}


.mapsub{
	color: #999999;
	background-image: url(../images/map/map.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left center;
	width: 200px;
	padding-left: 25px;
}


.mapsubend{
	color: #999999;
	background-image: url(../images/map/map2.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 200px;
	padding-left: 25px;
}


.mapmain{
	background-image: url(../images/map/mapsmall.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left center;
	width: 200px;
	padding-left: 10px;
	
}

.mapheader{
	color: #999999;
	font-size: 15px;
	margin-bottom: 5px;
}

ul a:visited  {}
ul a:link  {}
ul a:active  {}
ul a:hover   {
	color: #666666;
}

