#menu {
	width: 124px;
	height: 360px;
	margin-top: 0px;
	background-color: #ef9c00;
}

#menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#menu a {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	height: 22px;
	line-height: 22px;
	border-width: 1px; border-style: solid;
	border-bottom-color: #FFFFFF;
	border-left-color: #ef9c00;
	border-right-color: #ef9c00;
	border-top-color: #ef9c00;
	margin: 0;
	padding-left: 4px;
}

#menu h2 {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	border-width: 1px;
	border-style: solid;
	margin: 0;
	padding-left: 4px;
	height: 22px;
	line-height: 22px;
	color: #FFFFFF;
	background-color: #ef9c00;
	text-transform: uppercase;
	border-bottom-color: #FFFFFF;
	border-left-color: #ef9c00;
	border-right-color: #ef9c00;
	border-top-color: #ef9c00;
}

#menu a {
	color: #FFFFFF;
	background: #ef9c00;
	text-decoration: none;
	height: 22px;
}

#menu a:hover { color: #FFFFFF; background: #920f2f;
	border-bottom-color: #FFFFFF;
	border-left-color: #920f2f;
	border-right-color: #920f2f;
	border-top-color: #920f2f; }

#menu li {
	position: relative;
}

#menu ul ul {
	z-index: 10;
}

#menu ul ul ul {
	position: absolute;
	top: 0px;
	left: 100%;
	width: 124px;
}

div#menu ul ul ul, div#menu ul ul li:hover ul ul {
	display: none;
}

div#menu ul ul li:hover ul, div#menu ul ul ul li:hover ul {
	display: block;
} 

#menu a.pfeil {
	color: #FFFFFF;
	background: #ef9c00;
	text-decoration: none;
	height: 22px;
	background-image: url(../img/arrow.gif);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: right center;
	
}

#menu a:hover.pfeil {
	color: #FFFFFF;
	background: #920f2f;
	height: 22px;
	border-bottom-color: #FFFFFF;
	border-left-color: #920f2f;
	border-right-color: #920f2f;
	border-top-color: #920f2f;
	background-image: url(../img/arrow.gif);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: right center;
}

#menu a.pfeil2 {
	color: #FFFFFF;
	background: #920f2f;
	text-decoration: none;
	height: 22px;
	background-image: url(../img/arrow.gif);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: right center;
		border-bottom-color: #920f2f;
	border-left-color: #920f2f;
	border-right-color: #920f2f;
	border-top-color: #920f2f;
	
}

#menu a:hover.pfeil2 {
	color: #FFFFFF;
	background: #ef9c00;
	height: 22px;
	border-bottom-color: #FFFFFF;
	border-left-color: #920f2f;
	border-right-color: #920f2f;
	border-top-color: #920f2f;
	background-image: url(../img/arrow.gif);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: right center;
		border-bottom-color: #ef9c00;
	border-left-color: #ef9c00;
	border-right-color: #ef9c00;
	border-top-color: #ef9c00;
}

#menu a.unterkat {
	color: #FFFFFF;
	background: #920f2f;
	text-decoration: none;
	height: 22px;
	border-bottom-color: #920f2f;
	border-left-color: #920f2f;
	border-right-color: #920f2f;
	border-top-color: #920f2f;
}

#menu a:hover.unterkat {
	color: #FFFFFFF;
	background: #ef9c00;
	height: 22px;
	border-bottom-color: #ef9c00;
	border-left-color: #ef9c00;
	border-right: 2px solid #FFFFFF;
	border-top-color: #ef9c00;
}

