/* ================================================================ 
This copyright notice must be untouched at all times.The original 
version of this stylesheet and the associated (x)htmlis available 
at http://www.cssplay.co.uk/menus/final_drop.htmlCopyright 
(c) 2005-2008 Stu Nicholls. All rights reserved.This stylesheet 
and the associated (x)html may be modified in any way to fit 
your requirements.
=================================================================== */
.menu {
	width:970px; 
	height:28px; 
	position:relative; 
	z-index:15;
	font-family:Arial, Helvetica, sans-serif;
	float: left;
	background-image: url(../Grafiken/Hintergrund_Menu.gif);
	}
	
*html .menu{
	height: 28px;
	}

/* hack to correct IE5.5 faulty box model */
*html .menu {
	width:970px; 
	w\idth:970px;
	}
	
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	margin:0;
	list-style-type:none;
	}

	
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	/*width:200px;*/
	position:relative;
	padding-left: 0px;
	padding-right: 0px; 
	text-align: left;
}
*+html .menu li{ /*IE7 hack*/
	left: 45px;
	}

/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	font-size:11px;
	text-decoration:none; 
	color:#333333; 
	/* width:138px; */
	height:28px; 
	/*border:1px solid #000; */
	/*border-width:1px 0 1px 1px; */
	/*background-image:url(../Grafiken/Menu/nav_bg.png);*/
	/*background:#09c; */
	padding-left: 5px;
	padding-right: 5px; 
	line-height:28px;
	position:relative;
	}

/* a hack so that IE5.5 faulty box model is corrected*/
* html .menu a, * html .menu a:visited {
	padding-left: 5px;
	padding-right: 5px; 
	float:left;
	/* w\idth:115px;*/
	}
	
/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background-image:url(../Grafiken/Menu/submenu_bg.png);
	background-repeat: repeat-x;
	}

/* style the second level hover */
.menu ul ul a.drop:hover{
	background-color:#999;
	background-repeat: repeat-x;
	}
.menu ul ul :hover > a.drop {
	background:#EEEEEE;
	}

/* 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;
	width:139px;
	left: -45px;
	top: 28px;
	letter-spacing: 0px;
	}
	
/* another hack for IE5.5 */
*html .menu ul ul {
	top: 28px;
	left: -10px;
	}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {
	position:absolute; 
	top:0; 
	left:0; 
	border-collapse:collapse;
	}
	
/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	background-color:#CCC;
	background-repeat: repeat-y;
	color:#000; 
	height:auto; 
	line-height:13px; 
	padding:5px 10px; 
	width:128px;
	font-size:11px;
	text-align: left;	
	}
	

/* style the top level hover */
.menu a:hover, {
	color:#333333; 
	background:url(../Grafiken/Hintergrund_Menu.jpg);
	}
	
.menu ul ul a:hover{
	color:#FFFFFF; 
	background: #999999;
	}

.menu ul ul :hover > a{
	color:#FFFFFF; 
	background: #999999;
	}

.menu :hover > a {
	color:#999999; 
	}

/* 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; 
	}

/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#999}

/* style the third level hover */
.menu ul ul ul a:hover {background:#b2ab9b;}

/* position the third level flyout menu */
.menu ul ul ul{
	left:108px; 
	top:0px; 
	width:149px;
	}

/* position the third level flyout menu IE Hack*/
*html .menu ul ul ul{
	left:148px; 
	top:0px; 
	width:149px;
	}
*+html .menu ul ul ul{ /*IE7 hack*/
	left:103px;
	}


/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
	left:-108px;
	}

/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul {
	visibility:hidden;
	}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
	visibility:visible;
	}

#haken_schwarz{
	background-image:url(../Grafiken/Menu/Haken_schwarz.jpg);
	height: 23px;
	width: 26px;
	float: left;
	position: relative;
}
#haken_gruen{
	background-image:url(../Grafiken/Menu/Haken_gruen.jpg);
	height: 23px;
	width: 26px;
	float: left;
	position: relative;
}
#haken_rot{
	background-image:url(../Grafiken/Menu/Haken_rot.jpg);
	height: 23px;
	width: 26px;
	float: left;
	position: relative;
}
#haken_gelb{
	background-image:url(../Grafiken/Menu/Haken_gelb.jpg);
	height: 23px;
	width: 26px;
	float: left;
	position: relative;
}
#haken_blau{
	background-image:url(../Grafiken/Menu/Haken_blau.jpg);
	height: 23px;
	width: 26px;
	float: left;
	position: relative;
}
.blank{
	position: relative;
	width: 20px;
	height: 28px;
	float: left;
}
