﻿.menu2 {
	margin:0;
	padding:0;
	list-style: none;
	height: 37px;
	position: relative;
	font-family: arial, verdana, sans-serif;
	font-size:100.01%;
	top: auto;
}
.menu2 li.top {
	margin:0;
	padding:0;
	display: block;
	float: left;
	position: relative;
}
.menu2 li a.top_link {
	margin:0;
	padding:0;
	display: block;
	float: left;
	height: auto;
	width:146px;
	line-height: 34px;
	color: #666;
	text-indent:5px;
	font-weight:bold;
	text-decoration: none;
	font-size: 12px;
	cursor: pointer;
}
.menu2 li a.top_link span {
	float: left;
	display: block;
	height: auto;
}
.menu2 li a.top_link span.down {
	margin:0;
	padding:0;
	float: left;
	display: block;
	height: auto;
	width:146px;
	z-index:800;
	background: url('../image/image CSS Menue/Navi horizont 146.gif') no-repeat right;
}
.menu2 li a.top_link:hover {
	color: #e50000;
	background: url('../image/image CSS Menue/Navi horizont leer 146.gif') no-repeat;
}
.menu2 li a.top_link:hover span {
	background: url('../image/image CSS Menue/Navi horizont leer 146.gif') no-repeat right
top;
}
.menu2 li a.top_link:hover span.down {
	background: url('../image/image CSS Menue/Navi horizont leer 146.gif') no-repeat right
top;
}
.menu2 li:hover > a.top_link {
	color: #e50000;
	background: url('../image/image CSS Menue/Navi horizont leer 146.gif') no-repeat;
}
.menu2 li:hover > a.top_link span {
	background: url('../image/image CSS Menue/Navi horizont leer 146.gif') no-repeat right
top;
}
.menu2 li:hover > a.top_link span.down {
	background: url('../prodrop2/buttonDown.gif') no-repeat right
top;
}


.menu2 table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default link styling */

/* Style the list OR link hover. Depends on which browser is used */

.menu2 a:hover {visibility:visible;}
.menu2 li:hover {position:relative; z-index:200;}

/* keep the 'next' level invisible by placing it off screen. */
.menu2 ul, 
.menu2 :hover ul ul, 
.menu2 :hover ul :hover ul ul,
.menu2 :hover ul :hover ul :hover ul ul,
.menu2 :hover ul :hover ul :hover ul :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

.menu2 :hover ul.sub {
	left: -1px;
	top: 34px;
	background: #fff;
	border-right: 1px solid #666;
	border-bottom:1px solid #666;
	white-space: nowrap;
	width: 146px;
	height: auto;
}
.menu2 :hover ul.sub li {
	display: block;
	height: 20px;
	position: relative;
	float: left;
	width: 146px;
}
.menu2 :hover ul.sub li a {
	display: block;
	font-size: 11px;
	height: 20px;
	width: 146px;
	line-height: 20px;
	text-indent: 2px;
	color: #666;
	text-decoration: none;
	border-width: 0 0 0 1px;
}
.menu2 :hover ul.sub li a.fly {background:transparent;}
.menu2 :hover ul.sub li a:hover {
	color: #e50000;
}
.menu2 :hover ul.sub li a.fly:hover {
	color: #e50000;
}
.menu2 :hover ul li:hover > a.fly {
	color: #e50000;
}
.menu2 :hover ul :hover ul,
.menu2 :hover ul :hover ul :hover ul,
.menu2 :hover ul :hover ul :hover ul :hover ul,
.menu2 :hover ul :hover ul :hover ul :hover ul :hover ul
{
	left: 90px;
	top: -4px;
	background:transparent;
	padding: 3px 0;
	border-right: 1px solid #666;
	border-bottom:1px solid #666;
	white-space: nowrap;
	width: auto;
	z-index: 200;
	height: auto;
}
