/******************************** site map ***********************/
#map {
	display: block;
	float: left;
	height: 100%;
	letter-spacing: -0.02em;
}
/******************************** IE HACK in ie.css **********************/
#map dl{
	display: block;
}
#map dl dt {
	display: block;
	clear: both;
}
#map dl dt  a {
	padding: 3px;
	text-decoration: none; 
	font: 0.8em  'Lucida Grande', Verdana, sans-serif;
	font-weight: bold;
	color: #acae77;
}	
#map dl dt  a:link { 
	color: #40412f;
	}	
#map dl dt  a:visited { 
	color: #66684a; 
	font-style: italic;
	}
#map dl dt  a:hover {
	color: #fff;
	}
#map dl dt  a:active { 
	color: #fff;
	text-decoration: underline;
	}
.current {
	color: #f5f8aa;
	border-bottom: 1px dotted #40412f;
}
#map dl dd {
	font: 0.8em  'Lucida Grande', Verdana, sans-serif;
	display: block;
	margin: 0 0 10px 20px;
	color: #66684a;
}


/********************************--------- submenu -->*/
.sub {
	float: left;	
	margin: 0 0 0 50px;
}