/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menu/pro_drop4.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.
=================================================================== */
.prodrop4 {
	padding:0;
	margin:0;
	list-style:none;
	height: 26px;
	position:relative;
	z-index:500;
	background-color: #E79A0C;
	border: 2px solid #FFFFFF;

}
.prodrop4 li.top {
	display:block;
	float:left;
	background-image: url(../bilder/menue-pfeil.gif);
	background-repeat: no-repeat;
	background-position: left;
	margin-left:14px;

}
.prodrop4 li a.top_link {
	display:block;
	float:left;
	height:26px;
	line-height:27px;
	color: #000000;
	text-decoration:none;
	font-size:10px;
	font-weight:bold;
	padding: 0 0 0 10px;
	cursor:pointer;
}

.prodrop4 li a.top_link:hover {
	color:#D32C16;
	background-image: url(../bilder/menue-pfeil2.gif);
	background-repeat: no-repeat;
	background-position: left;
}
.prodrop4 li a.top_link:hover span {}

.prodrop4 li:hover > a.top_link {
	color:#D32C16;
	background-image: url(../bilder/menue-pfeil2.gif);
	background-repeat: no-repeat;
	background-position: left;
}
.prodrop4 li:hover > a.top_link span {}


.prodrop4 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 */

.prodrop4 a:hover {visibility:visible; position:relative; z-index:200;}
.prodrop4 li:hover {position:relative; z-index:200;}

/* keep the 'next' level invisible by placing it off screen. */
.prodrop4 ul {
	position:absolute;
	left:-9999px;
	top:-9999px;
	width:0;
	height:0;
	margin:0;
	padding:0;
	list-style:none;
}

.prodrop4 ul.sub1 {width:120px;  margin: 0;  padding: 0;   }
.prodrop4 ul.sub2 {width:125px;  margin: 0;  padding: 0; }
.prodrop4 ul.sub3 {width:90px;}
.prodrop4 ul.sub4 {
	width:250px;
	margin: 0;
	padding: 0;
}
.prodrop4 ul.sub5 {width:185px;}
.prodrop4 ul.sub6 {width:148px;}
.prodrop4 ul.sub7 {width:112px;}

.prodrop4 :hover ul {
	left:0;
	top:26px;
	padding:3px;
	white-space:nowrap;
	height:auto;
	z-index:300;
	margin: 0;
	background-color: #E79A0C;
}
.prodrop4 :hover ul li {
	display:block;
	height:20px;
	position:relative;
	font-weight:normal;
	width:auto;
	margin:0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}
.prodrop4 :hover ul li a {
	display:block;
	font-size:10px;
	height:20px;
	line-height:20px;
	width:auto;
	color:#000;
	text-decoration:none;
	font-weight: bold;
		padding-left: 10px;

}
.prodrop4 :hover ul li a:hover {
	color: #000000;
	background-image: url(../bilder/menue-pfeil2.gif);
	background-repeat: no-repeat;
	background-position: left;
}

