#map {
	padding: 0;
	margin: 2em 1em 2em 4em;
	font-family: "Arial", Helvetica, Sans-Serif;
	overflow: visible;
}
#map ul {
	display: block;
	list-style: none;
	margin: -11px 0;
	padding: 0;
	border: 0;
}
/* HACK >>> IE 5  Positioning with position relative <ul> Part I */
html + body #map ul {
	position: relative;
	top: -10px;
}
/* HACK >>> first margin for IE 6, after voice-family the hacks for gecko-based browsers and IE 5 (Win & Mac?) */
#map ul li {
	position: relative;
	list-style: none;
	top: 0px;
	left: -11px;
	margin: 10px 0 5px 0;
	padding: 0;
	border: 0;
}
/* HACK >>> IE 5  Positioning with position relativ, display: inline fixes an ugly margin-effect in IE 5 */
html + body #map ul li {
	display: inline;
	width: 100%;
	position: relative;
	top: 0px;
	left: -12px;
	margin: 10px 0 5px 0;
}
#map a, #map a:visited {
	width: 18.4em;
	height: 1.5em;
	display: block;
	margin: 0 0 0 3px;
	padding: 1px;
	font-weight: bold;
	font-size: 110%;
	line-height: 1.5em;
	text-indent: 0.5em;
	text-align: left;
	text-decoration: none;
}
/* HACK >>> IE 5  (avoids an ugly effect with text-indent ) */
html + body #map a, html + body #map a:visited {
	text-indent: 0;
	padding: 0 0 0 8px;
}
#map ul ul {
	padding: 12px 0 18px 0;
	background: none;
}
/* HACK >>> IE 5  Positioning with position relative <ul> Part II  */
html + body #map ul ul {
	position: relative;
	top: 0px;
}
#map ul li li {
	position: relative;
	top: 0px;
	left: 10px;
	margin: 10px 0 5px 1px;
	padding: 0 0 0 25px;
}
/* HACK >>> IE 5  */
html + body #map ul li li {
	position: relative;
	left: 12px;
	margin: 10px 0 5px 0;
	padding: 0;
	width: 90%;
}
#map ul li .sub-sub {
	left: 10px;
	margin: 10px 0 0 1px;
}
#map ul ul a, #map ul ul a:visited {
	width: 15.9em;
	height: 1.3em;
	margin: 0;
	font-size: 110%;
	line-height: 1.3em;
	font-weight: normal;
	text-indent: 0.4em;
}
#map ul ul ul {
	margin: 0 0 30px 12px;
	padding: 12px 0 0 0;
}
#map ul li li li {
	position: relative;
	top: 10px;
	left: 0px;
	margin: 10px 0 5px 0;
	padding: 0 0 0 20px;
}
/* 1 Pixel Difference position relative <ul> for gecko-based Browsers */
html>body #map ul li li li {
	top: 10px;
}
/* HACK >>> IE 5  Positioning with position relative <ul> Part II  */
html + body #map ul li li li {
	top: 14px;
}
#map ul ul ul a, #map ul ul ul a:visited {
	width: 14.9em;
	padding: 1px;
	font-size: 100%;
}
/* HACK >>> IE 5  (avoids an ugly effect with text-indent ) */
html + body #map ul ul a, html + body #map ul ul a:visited {
	text-indent: 0;
	padding: 0 0 0 8px;
}
/* ### Global Settings >>> colors, borders and images  ### */
#map {
	border: 0;
	border-left: 1px solid #49E;
}
#map ul li {
	list-style-image: none;
}
* html #map ul li {
	margin-left: 0em;
}
#map ul li li {
	color: #000;
	background:  url(../line_map.gif) left center no-repeat;
	list-style-image: none;
	width: 90%;
}
#map ul ul ul {
	border-left: 1px solid #49E;
}
#map ul li .sub-sub {
	background:  url(../line_map.gif) top left no-repeat;
}
#map a, #map a:visited {
	color: #666;
	border: 1px solid #49E;
	background: #EEE;
}
#map a:active, #map a:hover, #map a:focus {
	color: #OOO;
	border: 1px solid #000;
	background-color: #DDD;
}
#map ul ul a, #map ul ul a:visited {
	color: #666;
	border: 1px solid #9292A1;
	background: #FFF;
}
#map ul ul a:active, #map ul ul a:hover, #map ul ul a:focus {
	color: #000;
	border: 1px solid #000;
	background: #F4F4F4;
}


