/* ======================================================
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/flyout_4level.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any
way to fit your requirements.
========================================================= */

/*
Stylesheet für Drop_Down-Menü
Erstellt 2007 von c:j:f:nagel multimedia- und presseservice (www.cjfnagel.de)

Farben:
gelb Inszena 1 (Top-Navi, Highlight): #FFEC01
gelb Inszena 2 (blass): #ffff99 */

#container_drop_down {
	float:left;
         width:206px;
}

#container_drop_down_sub {
	float:left;
         /*clear:both;*/
         width:200px;
}

.menu {
	float:left;
	margin: 0px;
         padding:0px;
	/*height: 100px;*/
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	color:#010000;
        	width: 194px;
       }

.menu ul {
	margin: 0pt;
	padding: 0pt;
	position: relative;
	z-index: 1000;
	list-style-type: none;
	width: 194px; }

.menu li {
	background-color: #FFEC01;
	float: left;}
.menu li.sub {
	background-color: #EFE37F;
         }
.menu table {
	position: absolute;
	border-collapse:collapse;
	top: 0px;
	left: 0px;
	z-index: 1000;
	font-size: 11px;
	margin-top: -1px; }

.menu a, .menu a:visited {
	border-bottom: 2px solid #ffffff;
	display: block;
	text-decoration: none;
	height: 20px;
	line-height: 1.7em;
	width: 194px;
	color: #000000;
	padding-left: 0.5em;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: uppercase; }

.menu b {
	float: right;
         text-decoration:none;
        }

* html .menu a, * html .menu a:visited { width: 194px; }

* html .menu a:hover {
	color: #010000;
	background-color: #ffff99;
	/*border-left:1px solid #EFE37F;
        	border-right:2px solid #7F7502;*/
	position: relative;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	text-transform: uppercase; }

.menu li:hover {
	position: relative; }

.menu a:active, .menu a:focus {
	color: #010000;
	background-color: #ffff99;
	/*border-left:1px solid #EFE37F;
        	border-right:2px solid #7F7502;*/
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	text-transform: uppercase; }

.menu li:hover > a {
	color: #010000;
	background-color: #ffff99;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-decoration: underline;
	text-transform: uppercase; }

/*Positionierung Submenu 1. Ebene*/
.menu li ul {
	padding: 0em;

	border-top:1px solid #EFE37F;
	border-left:1px solid #EFE37F;
        	border-right:2px solid #7F7502;
       	border-bottom:2px solid #7F7502;
	visibility: hidden;
	position: absolute;
	top: 0em;
	left: 200px;
	background-color: ffff99;
         z-index:1500;}

/*Positionierung Submenu 2. Ebene*/
.menu li ul li ul {
	padding: 0em;
	visibility: hidden;
	position: absolute;
	top: 0em;
	left: 120px;
	background-color: #ffff99;
         }


.menu li ul a, .menu li ul a:visited {
	border-bottom: 0px solid #ffffff;
	background-color: #ffff99;
	display: block;
	text-decoration: none;
	height: 20px;
	line-height: 1.5em;
	width: 194px;
	color: #000000;
	padding-left: 0.5em;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	text-transform: none; }

.menu li ul a:hover {
	border-bottom: 0px solid #ffffff;
	background-color: #ffff99;
	display: block;
	text-decoration: none;
	height: 20px;
	line-height: 1.5em;
	width: 194px;
	color: #000000;
	padding-left: 0.5em;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-decoration: underline;
	text-transform: none; }

.menu li:hover > ul { visibility: visible; }
.menu ul a:hover ul ul { visibility: hidden; }
.menu ul a:hover ul a:hover ul ul { visibility: hidden; }
.menu ul a:hover ul a:hover ul a:hover ul ul { visibility: hidden; }
.menu ul a:hover ul { visibility: visible; }
.menu ul a:hover ul a:hover ul { visibility: visible;          z-index:1500;     }
.menu ul a:hover ul a:hover ul a:hover ul { visibility: visible;          z-index:1500;      }
.menu ul a:hover ul a:hover ul a:hover ul a:hover ul { visibility: visible;          z-index:1500;     }

/*========================================*/
/*===== Styles für Dropdown quer =========*/
/*========================================*/

#dropmenudiv{
position:absolute;
top:25px;
border-top:1px solid #EFE37F;
border-left:1px solid #EFE37F;
border-right:2px solid #7F7502;
border-bottom:2px solid #7F7502;
font-family: verdana, arial, helvetica;
letter-spacing:0px;
font-size: 11px;
color:#010000;
line-height:18px;
text-align:left;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 8px;
border-bottom: 0px solid white;
padding: 1px 0;
text-decoration: none;
font-weight: normal;
color:#010000;
}

#dropmenudiv a:hover{ /*hover background color*/
/*background-color: yellow;*/
text-decoration: underline;
}