/*
	DropDown-Menü by eXXile 12/2006
	
	Show-Hide-Methode I: Hauptpunkt und Unterpunkte gleich breit
	Show-Hide-Methode II: Hauptpunkt und Unterpunkte unterschiedlich breit (wie OS)
*/

#navigation {
	position: fixed;
	top: 65px;
	left: 114px;
	margin: 0px;
	padding: 0px;
	z-index: 1000;
	line-height: normal;
}

#navigation UL, #navigation LI {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

UL#menue LI.mainNav {
	float: left;
	/*height: 1.3em;*/ 		/* Show-Hide-Methode II */
	overflow: hidden;
	margin-right: 30px;
	font-weight: bold;
	background: #FFFFFF url(10x10_grau.gif) no-repeat 6px 6px;
}

UL#menue LI.mainNav:hover, UL#menue LI.active {
	/*height: auto;*/ 		/* Show-Hide-Methode II */
	background: #EFF0F1 url(10x10_orange.gif) no-repeat 6px 6px;
}

UL#menue LI.mainNav UL {
	display: none; 			/* Show-Hide-Methode I */
}

UL#menue LI.mainNav:hover UL {
	display: block; 			/* Show-Hide-Methode I */
}

UL#menue A.mainNavA {
	display: block;
	padding: 5px;
	padding-top: 2px;
	padding-left: 17px;
	border: 1px solid #FFFFFF;
}

UL#menue LI:hover A.mainNavA, UL#menue LI.active A.mainNavA {
	padding-bottom: 6px;
	border: 1px solid #CFD2D5;
}

UL#menue A {
	color: #616A74;
	font-weight: bold;
	text-decoration: none;
}

/*
	DropDown-Menü
*/
UL#menue UL {
	position: absolute; 		/* Show-Hide-Methode I */
	border: 1px solid #CFD2D5;
	border-top: none;
	border-bottom: 4px solid #FE6900;
	background-color: #EFF0F1;
}

UL#menue LI.divider {
	border-bottom: 1px solid #CFD2D5;
}

UL#menue UL A {
	display: block;
	padding: 5px;
	padding-left: 17px;
	font-size: 0.9em;
	font-weight: normal;
}

UL#menue UL A:hover, UL#menue UL LI.active A {
	font-weight: bold;
	background: #EFF0F1 url(9x9_orange.gif) no-repeat 5px 8px;
}

UL#menue #ddAgentur A {
	min-width: 118px;
}

UL#menue #ddNews A {
	min-width: 130px;
}

UL#menue #ddGalerie A {
	min-width: 107px;
}

UL#menue #ddReferenzen A {
	min-width: 140px;
}

UL#menue #ddKontakt A {
	min-width: 111px;
}

LI.separator {
	border-top:1px solid #CFD2D5;
}


/*
	IE6 - Hacks
*/

* HTML BODY {
	behavior: url("global/js/csshover.htc");
}

* HTML #navigation {
	position: absolute;
}

* HTML UL#menue UL A {
	width: 100%;
}

* HTML UL#menue #ddAgentur {
	width: 120px;
}

* HTML UL#menue #ddNews {
	width: 132px;
}

* HTML UL#menue #ddGalerie {
	width: 109px;
}

* HTML UL#menue #ddReferenzen {
	width: 142px;
}

* HTML UL#menue #ddKontakt {
	width: 113px;
}