
/* @group Old Styles */

#pad 
{
	height: 140px;
}

/* ================================================================ 
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.cssmenus.co.uk
Copyright (c) 2009- Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

#menu 
{
	padding: 0;
	margin: 0;
	margin-left: 200px;
	float: left;
	width: 800px;
	list-style: none;
	height: 20px;
	position: relative;
	z-index: 9999;
}

#menu li 
{
	float: left;
	margin-right: 1px;
}

#menu li a 
{
	display: block;
	float: left;
	height: 20px;
	line-height: 20px;
	color: #666;
	text-decoration: none;
	font-size: 11px;
	padding: 0 15px 0 15px;
	border-left: 1px solid #9F9F9F;
}

#menu table 
{
	border-collapse: collapse;
	width: 0;
	height: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9990;
}

/* Default link styling */

/* Style the list OR link hover. Depends on which browser is used */

#menu li a:hover 
{
	display: block;
	z-index: 9000;
	position: relative;
	background-color: #fff;
	color: #3e3e3b;
}

#menu li:hover 
{
	position: relative;
	z-index: 9000;
}

#menu li:hover a 
{
	background-color: #fff;
	color: #3e3e3b;
	position: relative;
	z-index: 9000;
}

#menu :hover ul 
{
	left: 0;
	top: 20px;
	width: 120px;
	background: #444;
	z-index: 9000;
}

/* keep the 'next' level invisible by placing it off screen. */

#menu ul, 
#menu :hover ul ul 
{
	position: absolute;
	left: -9999px;
	top: -9999px;
	width: 200;
	height: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 9500;
}

#menu :hover ul :hover ul 
{
	left: 200px;
	top: 0;
	background: #fff;
	color: #3e3e3b;
	white-space: nowrap;
	width: 150px;
	z-index: 9500;
	height: auto;
}

#menu :hover ul li 
{
	position: relative;
	margin: 0;
	z-index: 9500;
}

#menu :hover ul li a 
{	
	width: 200px;
	padding: 0;
	text-indent: 10px;
	background: #fff;
	color: #3e3e3b;
	height: 22px;
	line-height: 22px;
	border-top: 1px solid #b5b5b2;
	opacity: 0.9;
}

#menu :hover ul li a.fly 
{
	position: relative;
	background: #fff;
	color: #3e3e3b;
	z-index: 9500;
}

#menu :hover ul :hover 
{
	background: #dadada;
	color: #3e3e3b;

	opacity: 0.9;
}

#menu :hover ul :hover a.fly 
{
	background: #fff;
	color: #3e3e3b;
}

#menu :hover ul li.currentsub a 
{
	background: #fff;
	color: #3e3e3b;
}

#menu :hover ul li.currentsub a.fly 
{
	background: #fff;
	color: #3e3e3b;
}

#menu :hover ul :hover ul li a 
{
	width: 150px;
	padding: 0;
	text-indent: 10px;
	background: #fff;
	color: #3e3e3b;
	z-index: 9500;
}

#menu :hover ul :hover ul :hover 
{
	background: #fff;
	color: #3e3e3b;
	z-index: 9500;
}

#menu :hover ul :hover ul li.currentfly a,
#menu :hover ul :hover ul li.currentfly a:hover 
{
	background: #fff;
	color: #3e3e3b;
	z-index: 9500;
}



/* @end */

div.navigation 
{
	position: relative;
	z-index: 10000;
	float: left;
	
	width: 800px;
	height: 20px;
	
	margin-left: 200px;
}

/* @group Ebene 1 */

div.navigation ul
{
	margin: 0;
	padding: 0;
	
	list-style-type: none;
}

div.navigation ul li
{
	position: relative;
	float: left;
}

div.navigation ul li a
{
	float: left;
	height: 20px;
	
	padding: 0 15px 0 15px;
	text-decoration: none;
	
	color: #4a4a4a;	
	border-left: 1px solid #9F9F9F;
}

/* @end */

/* @group Ebene 2 Simple */

div.navigation ul li.dropdown_simple ul
{
	visibility: hidden;
	overflow: hidden;
	
	position: absolute;
	left: 0;
	top: 20px;
	
	padding-top: 5px;
	padding-bottom: 10px;
	
	background: url(/assets/templates/blugruppe/deutsch/img/head_navigation_background.png);
	
	border-left: 1px solid #9F9F9F;
	border-right: 1px solid #9F9F9F;
	border-bottom: 1px solid #9F9F9F;
}

div.navigation ul li.dropdown_simple:hover ul
{
	visibility: visible;
}

div.navigation ul li.dropdown_simple ul li
{
	float: none;
	background: none;
}

div.navigation ul li.dropdown_simple ul li a
{
	float: none;
	display: block;
	
	padding: 0 15px 0 15px;
	
	font-size: 11px;
	white-space: nowrap;
	cursor: pointer;
	
	color: #696969;
	border: none;
}

div.navigation ul li.dropdown_simple ul li a:hover
{
	color: #303d88;
	text-decoration: underline;
}

/* @group Ebene 3 */

div.navigation ul li.dropdown_simple ul li ul
{
	position: relative;
	left: 0;
	top: 0;
	
	padding: 0;
	background: none;
	border: none;
}

div.navigation ul li.dropdown_simple ul li ul li
{
	float: none;
	
	background: none;
}

div.navigation ul li.dropdown_simple ul li ul li a
{
	float: none;
	display: block;
	
	padding: 0 15px 0 15px;
	
	font-size: 11px;
	cursor: pointer;
	
	color: #696969;
}

div.navigation ul li.dropdown_simple ul li ul li a:hover
{
	color: #303d88;
	text-decoration: underline;
}

div.navigation ul li.dropdown_simple ul li ul li a.overview
{
	margin-top: 20px;
	
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	
	color: #303d88;
}



/* @end */



/* @end */

/* @group Ebene 2 Extended */

div.navigation ul li.dropdown_extended ul
{
	visibility: hidden;
	overflow: hidden;
	
	position: absolute;
	left: 0;
	top: 20px;
	
	width: 900px;
	
	padding-top: 5px;
	padding-bottom: 10px;
	
	background: url(/assets/templates/blugruppe/deutsch/img/head_navigation_background.png);
	
	border-left: 1px solid #9F9F9F;
	border-right: 1px solid #9F9F9F;
	border-bottom: 1px solid #9F9F9F;
}

div.navigation ul li.dropdown_extended:hover ul
{
	visibility: visible;
}

div.navigation ul li.dropdown_extended ul li
{
	float: left;
	
	background: url(/assets/templates/blugruppe/deutsch/img/head_navigation_divider.png) no-repeat right top;
}

div.navigation ul li.dropdown_extended ul li.last
{
	background: none;
}

div.navigation ul li.dropdown_extended ul li a
{
	padding: 5px 15px;
	
	float: none;
	display: block;
	
	font-size: 11px;
	color: #303d88;
	
	cursor: default;
	white-space: nowrap;
	
	border: none;
}

/* @group Ebene 3 */

div.navigation ul li.dropdown_extended ul li ul
{
	position: relative;
	left: 0;
	top: 0;
	
	padding: 0;
	background: none;
	border: none;
}

div.navigation ul li.dropdown_extended ul li ul li
{
	float: none;
	
	background: none;
}

div.navigation ul li.dropdown_extended ul li ul li a
{
	float: none;
	
	padding: 0 15px 0 15px;
	
	font-size: 11px;
	cursor: pointer;
	
	color: #696969;
}

div.navigation ul li.dropdown_extended ul li ul li a:hover
{
	color: #303d88;
	text-decoration: underline;
}

div.navigation ul li.dropdown_extended ul li ul li a.overview
{
	margin-top: 20px;
	
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	
	color: #303d88;
}



/* @end */



/* @end */
