/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/droplist-flyout.html
Copyright (c) 2005-2010 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.dropList {
	height:35px;
	font-family:arial, sans-serif;
	font-size:16px;
	position:relative;
	border:1px solid;
	-o-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2);
	-icab-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2);
	-khtml-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2);
	-o-border-radius: 0px 0px 0 0;
	-icab-border-radius: 0px 0px 0 0;
	-khtml-border-radius: 0px 0px 0 0;
	-moz-border-radius: 0px 0px 0px 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	border-radius: 0px 0px 0 0;
	width: 320px;
	top: 0px;
	left: 0px;
	z-index: 100;
	background-color: #000000;
	border-color: #000000;
}
.dropList ul {
	padding:0;
	margin:0;
	list-style:none;
}
.dropList ul li div {
	position:absolute;
	left:-9999px;
	top:-9999px;
	background:url(divBack.gif);
	border:1px solid #aaa;
	border-top-color:#ddd;
	padding-bottom:6px;
	-o-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2);
	-icab-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2);
	-khtml-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2);
	-o-border-radius: 0 0 6px 6px;
	-icab-border-radius: 0 0 6px 6px;
	-khtml-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	border-radius: 0 0 6px 6px;
}
.dropList ul li div ul {
	width:180px;
	float:left;
}

.dropList ul li {
	float:left;
	z-index: 90;
}


/* ================================================================ 
Menu: Textfarbe
=================================================================== */
.dropList ul li a {
	display:block;
	padding:0 25px 0 10px;
	float:left;
	line-height:35px;
	text-decoration:none;
	font-weight:bold;
	color:#109099;
}
.dropList ul li a.fly {background:url(arrow.gif) no-repeat right center;}
.dropList ul ul li a {
	padding:0;
	width:180px;
	text-indent:10px;
	line-height:20px;
	font-weight:normal;
	color: #109099;
}


.dropList ul ul li h4 {
	padding:8px 0 4px 0;
	margin:0;
} 


/* === Überschriften / Kantone ============================== */
.dropList ul ul li h4 a {
	padding:0;
	width:180px;
	text-indent:10px;
	line-height:20px;
	font-weight:bold;
	font-size:18px;
	color: #B70000;
}

.dropList ul li a:hover {
	color: #FD1111;
}


/* ====Farbe Menuzeile bei hover ========================================== */ 
.dropList ul li:hover > a {
	color: #FD1111;
}

.dropList ul .fourCol:hover div {left:-1px; top:35px; width:720px;}

.dropList ul .threeCol:hover {
	position:relative;
	z-index: 100;
}
.dropList ul .threeCol:hover div {left:-1px; top:35px; width:540px;}

.dropList ul .twoCol:hover {position:relative;}
.dropList ul .twoCol:hover div {left:-1px; top:35px; width:360px;}

.dropList ul .oneCol:hover {
	position:relative;
	z-index: 100;
}
.dropList ul .oneCol:hover div {left:-1px; top:35px; width:180px;}

.dropList ul :hover div ul ul {position:absolute; left:-9999px; top:-9999px;}

.dropList ul :hover div ul .fly:hover {position:relative;}
.dropList ul :hover div ul .fly:hover ul {left:170px; top:-7px; background:#FFF; border:1px solid #aaa; padding:6px 0;
-o-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2);
-icab-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2);
-khtml-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2);
box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2);

-o-border-radius: 6px;
-icab-border-radius: 6px;
-khtml-border-radius: 6px;
-moz-border-radius: 6px; 
-webkit-border-radius: 6px; 
border-radius: 6px;
}

.dropList ul :hover div ul .fly:hover ul ul {left:-9999px; top:-9999px;}

.dropList ul :hover div ul .fly:hover ul .fly:hover ul {
	left:170px;
	top:-7px;
	border:1px solid #aaa;
	background-color: #FFF;
}

.dropList table {border-collapse:collapse; width:0; height:0; margin-bottom:-1px;}
