/*
	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: absolute;
	margin-top: 60px;
	margin-left: -3px;
	text-align: left;
}

#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: 20px;
	font-weight: bold;
	background: #FFFFFF url(10x10_grau.gif) no-repeat 9px 8px;
	
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
}

UL#menue LI.mainNav.nodropdown {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
}


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

UL#menue LI.mainNav UL {
	display: none; 			/* Show-Hide-Methode I */
	
	border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	box-shadow: 3px 3px 3px rgba(230, 230, 230, 1);
	-moz-box-shadow: 3px 3px 3px rgba(230, 230, 230, 1);
	-webkit-box-shadow: 3px 3px 3px rgba(230, 230, 230, 1);
}

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

UL#menue A.mainNavA {
	display: block;
	padding: 5px 8px 5px 23px;
}

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-bottom: 5px solid #FE6900;
	background-color: #F7F7F8;
}

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

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

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

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

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

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

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;
}
