#nav			{ display: block; margin: 0px; padding: 0px; position: relative; font-size: 10pt; font-family: Verdana, Arial, sans-serif; }
#nav li			{ display: block; list-style: none; margin: 0px; padding: 0px; float: left; position: relative; }
#nav a			{ display: block; line-height: 14px; }
#nav ul			{ display: none; position: absolute; left: 0px; margin: 0px; padding: 0px; font-size: 10pt; font-family: Verdana, Arial, sans-serif; }
* html #nav ul	{ line-height: 0px; }	/* IE6 "fix" */
#nav ul a		{ zoom: 1; }			/* IE6/7 fix */
#nav ul li		{ float: none; }
#nav ul ul		{ top: 0px; }

/* measurements */

#nav ul			{ width: 260px; }
#nav ul ul		{ width: 420px; left: 260px; }


/* theme */

#nav			{ background-color: rgb(0,65,130); height: 28px; }
#nav a			{ border-right: 1px solid white; color: white; padding: 6px; text-decoration: none; }
#nav li.hover a	{ background-color: rgb(0,90,155); }
#nav ul			{ padding-bottom: 6px; }
#nav ul li a	{ background-color: rgb(0,115,180); }
#nav ul a.hover	{ background-color: rgb(146,152,164); }
#nav ul a		{ border-bottom: none; border-right: none; opacity: 0.90; filter: alpha(opacity=90); }

/* mueller-licht.de */