﻿/* 
	LEVEL ONE
*/





ul.dropdown
{
	list-style: none;
	text-decoration: none;
		width:990px; /* szbreitewrapper */
background: #009ee0;
 background: #fff url('../../css/head_bg_blau_navioben.gif')	 repeat-x;
	position: absolute;
	margin: 0;
	padding: 0;
		
}




ul.dropdown li
{
	float: left;
	zoom: 1;
	background: #009ee0;
	
	
	width:auto; /* szbreitewrapper */

	
	background: #fff url('../../css/head_bg_blau_navioben.gif') repeat-x;
	text-decoration: none; /*border-top: 1px solid #009ee0;
	border-bottom: 1px solid #009ee0;*/;
	list-style: none;
}


ul.dropdown a:hover
{
	color: #fff;;
	text-decoration: none;
	list-style:none;

	
}

.dropdownactive
{

	background:#e20031;			
}


ul.dropdown a:active
{
	
}
ul.dropdown li a
{
	display: block;
	padding: 4px 8px;
/*border-right: 1px solid #e20031;*/	color: #fff;
list-style:none;
}
ul.dropdown li:last-child a
{
	border-right: none;
}
/* Doesn't work in IE */
ul.dropdown li.hover, ul.dropdown li:hover
{
	background: #e20031;
/*color: black;*/	position: relative;
	/*border-top:1px solid #009ee0;*/

}



ul.dropdown li.hover a
{
	color: #fff;
	list-style:none;z-index:50;

	
	
}
/* 
	LEVEL TWO
*/
ul.dropdown ul
{
	width: 190px;
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	z-index:50;

}
ul.dropdown ul li
{
	font-weight: normal;
	background: #2DAEE5;/* testen*/
	/* background: #fff url('../../css/head_bg_blau.gif')	 repeat-x scroll 0 0;*/
	color: #fff;
	border-bottom: 1px solid #ccc;
	float: none;
	z-index:50;
	
	
	
}
/* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a
{
	border-right: none;
	width: 100%;
	display: inline-block;
}
/* 
	LEVEL THREE
*/
ul.dropdown ul ul
{
	left: 100%;
	top: 0;
}
ul.dropdown li:hover > ul
{
	visibility: visible;
	z-index:50;
}



