/* ================================================================ 
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/final_drop.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.
=================================================================== */

/* ###################### */
/* Generelle Definitionen */
/* ###################### */

.menu {
	width:800px;
	position:relative;
	z-index:100;
	margin: 0 auto;
}

* html .menu {width:800px; w\idth:800px;}

.menu a, .menu a:visited {
	display:block;
	text-decoration:none !important;
}

.menu :hover > a  {color:#fff;background:#96a5c0;border-left:1px solid #96a5c0;}
.menu a:hover{color:#fff; background:#96a5c0;border-left:1px solid #96a5c0;}
.menu a.current{color:#fff; background:#96a5c0 !important;border-left:1px solid #96a5c0;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;}


/* ###################### */
/* 1 Ebene der Navigation */
/* ###################### */

.menu ul {list-style-type:none;}

.menu li {float:left;position:relative;}

.menu ul li a {
	font-size:15px;
	color:#4854a4;
	background:#FFF;
	font-weight: bold;
	padding: 24px 20px 7px 20px;
	border-left: 1px solid #c6cedc;
}
.menu ul li a.no_br {
	border-left: 0px !important;
} 

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible;}


/* ###################### */
/* 2 Ebene der Navigation */
/* ###################### */

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility: hidden;
	position:absolute;
	height:0;
	top:47px;
	left:0;
	width:220px;
	margin-left: 0px;
	font-size: 13px;
	background:#96a5c0;
}

/* another hack for IE5.5 */
* html .menu ul ul {top:47px;t\op:47px;}

.menu ul ul li a {
	border-left: 0px;
	border-top: 1px solid #e5e7ee;
}

.menu ul ul li a.no_br {
	border-top: 0px !important;
}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	background:#96a5c0;
	font-size: 13px;
	color:#FFF;
	height:auto;
	padding:4px 10px;
	padding-left: 20px;
	width:190px;
}

/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:200px;w\idth:200px;}

/* style the top level hover */

.menu ul ul a:hover {
	background:#b6c0d3; border-left:0px;
}
.menu ul ul :hover > a {border-left:0px;}


/* ###################### */
/* 3 Ebene der Navigation */
/* ###################### */

.menu ul ul ul {
	margin-top: 0px;
	position: relative;
	height:auto;
	top:auto;
	left:auto;
	margin-left: 0px;
}

.menu ul ul ul li a {
	border-top: 0px;
	border-left: 0px;
	font-size: 13px;
	background:#96a5c0;
	width: 200px;
	padding: 3px 0px 3px 20px;
}

*html .menu ul ul ul li a {
	width:190px;
}

/* style the third level hover */
.menu ul ul ul a:hover {
	background: #b6c0d3;
	 border-left:0px;
}





/* ###################### */
/* ###################### */
/* RIGHT MENU */
/* ###################### */
/* ###################### */

#right_menu {
	float: left;
	position: relative;
	width: 220px;
	padding: 40px 0px 0px 0px;
}

* html #right_menu {
	width: 218px;
}

#right_menu a, #right_menu a:visited {display:block;text-decoration:none !important;}
#right_menu a {color:#4854A4;}
#right_menu :hover > a {color:#fff;background:#c6cedc;border-left:0px solid #96a5c0;}
#right_menu a:hover{color:#fff;background:#c6cedc;border-left:0px solid #96a5c0;}
#right_menu .current, #right_menu .current:hover {color:#fff;background:#96a5c0;border-left:0px solid #96a5c0;}




/* ###################### */
/* 2 Ebene der Navigation */
/* ###################### */

#right_menu ul {
list-style-type:none;
}

#right_menu ul li a, #right_menu ul li a:link, #right_menu ul li a:visited {
	font-size: 13px;
	font-weight: bold;
	padding: 6px;
	border-top: 1px solid #c6cedc;
}

#right_menu ul li a:hover, #right_menu ul li a:focus, #right_menu ul li a:active, #right_menu ul li a.current, #right_menu ul li a.current:hover, {
	color: #fff;
	background-color: #c6cedc !important;
	border-top: 1px solid #c6cedc;
}



/* yet another hack for IE5.5 */
* html #right_menu ul a, * html #right_menu ul a:visited {width:208px;w\idth:208px;}

/* ###################### */
/* 3 Ebene der Navigation */
/* ###################### */


#right_menu ul ul {
	font-size: 13px;
	margin-left: 25px;
}

#right_menu ul ul li a, #right_menu ul ul li a:link, #right_menu ul ul li a:visited {
	font-size: 13px;
	padding:6px;
	font-weight: normal;
	border-left: 0px;
	border-top: 1px solid #c6cedc;
	width: 183px;
}

#right_menu ul ul li a:hover, #right_menu ul ul li a:focus, #right_menu ul ul li a.current, #right_menu ul ul li a.current:hover, {
	color: #fff;
	background-color: #c6cedc !important;
	border-top: 1px solid #c6cedc;
	border-left:0px;
}

#right_menu ul ul :hover > a {background: #c6cedc;  border-left:0px;}

/* yet another hack for IE5.5 */
* html #right_menu ul ul a, * html #right_menu ul ul a:visited {width:183px;w\idth:183px;}
*+html #right_menu ul ul a, *+html #right_menu ul ul a:visited {width:183px;}

/* ###################### */
/* 4 Ebene der Navigation */
/* ###################### */

#right_menu ul ul ul {
	margin-left: 25px;
	font-size: 13px;
}

#right_menu ul ul ul li a, #right_menu ul ul li a:link, #right_menu ul ul ul li a:visited {
	font-size: 13px;
	padding:6px;
	font-weight: normal;
	border-left: 0px;
	border-top: 1px solid #c6cedc;
	width: 149px;
	padding-left: 15px;
}


#right_menu ul ul ul li a:hover, #right_menu ul ul ulli a:focus, #right_menu ul ul ul li a.current, #right_menu ul ul ul li a.current:hover, {
	color: #fff;
	background-color: #c6cedc !important;
	border-top: 1px solid #c6cedc;
	border-left:0px;
	width: 149px;
	padding-left: 15px;
}

/* yet another hack for IE5.5 */
* html #right_menu ul ul ul a, * html #right_menu ul ul ul a:visited {width:149px;w\idth:149px;}
*+html #right_menu ul ul ul a, *+html #right_menu ul ul ul a:visited {width:149px;}

#right_menu ul ul ul li a {
	background: url(/wDeutsch/wLayout/design/img/list-image.gif) no-repeat 5px 50%;

}


