li.strich{  line-height: 40px;    /* s.a.u. "#access ul ul"  */  font-size: 20px;   color: #eeeeee;}li.navigation{  display: block;  width: 520px;    /* s.a.u. "#access ul ul"  */  background: #f9f9f9;  color: #373737;  line-height: 50px;  padding-left: 10px;  font-weight: bold;  border-bottom: 1px dotted #ddd;}/* Anfang style für CSS-Navigation */#access {	clear: both;	background: #393939;     /* background der Menü-Links  */	display: block;	float: left;	width: 100%;}#access ul {	list-style: none;	margin: 0;   /* !!!  */	padding-left: 0;}#access li {	float: left;	position: relative;}#access a {	color: #eeeeee;   /* Textfarbe der Menü-Links */	display: block;	line-height: 40px;    /* Höhe des Feldes mit den Menü-Link-Worten (s.a.u.1) */	padding-left: 10px;   /* Padding bei den einzelnen Menü-Link-Worten */	padding-right: 10px;   /* Padding bei den einzelnen Menü-Link-Worten */	text-decoration: none;}#access ul ul {	display: none;	float: left;	margin: 0;	position: absolute;	top: 40px;   /* Abstand des Ausklapp-Feldes vom oberen Rand (s.a.o. "li.strich")  */	left: 0;	width: 520px;   /* Breite der ausklappenden Felder (s.a.u. "li.navigation" und "#access ul ul a")  */	z-index: 99999;}#access ul ul ul {	left: 100%;	top: 0;}#access ul ul a {	background: #f9f9f9;   /* background, der ausklappenden Felder  */	border-bottom: 1px dotted #ddd;   /* Trennungslinien der ausklappenden Felder  */	color: #444444;	font-size: 16px;	font-weight: normal;	height: auto;	line-height: 30px;    /* Höhe der einzelnen ausklappenden Felder  */	padding: 10px 10px;   /* Padding in den ausklappenden Felder  */	width: 520px;   /* Breite der ausklappenden Felder (s.a.u. "li.navigation" und "#access ul ul")  */}#access li:hover > a,#access ul ul :hover > a,#access a:focus {	background: #efefef; /* background, wenn das Feld mit Curser überfahren wird  */}#access li:hover > a,#access a:focus {	color: #373737;   /* Textfarbe des Menü-Links, wenn die Felder ausklappen */}#access ul li:hover > ul {	display: block;}/* Ende style für CSS-Navigation */