#menu {
	position: absolute;
	top: 82px;
	z-index: 100;
}

#menu a {
	font-weight: normal;
}

ul#menu li a {
	display: block;
	white-space: nowrap;
	margin: 0;
	padding: 0 10px;
	text-decoration: none;
	color: #c9c9c9;
	text-transform: uppercase;
	height: 30px;
	line-height: 30px;
	background-color: transparent;
	border: none;
}

ul#menu li a:hover {
	background: transparent url("../images/pfeil_oben.png") bottom center no-repeat;
	color: #D00A2B;
}

ul#menu ul li a {
	height: 21px;
	line-height: 21px;
	background-color: #D00A2B;
	border-bottom: 1px dotted #ffffff;
	color: #fff;
}

ul#menu ul li a:hover {
	background-color: #D00A2B;
	background-image: none;
	color: #000000;
}

ul#menu ul li ul li a {
	height: 21px;
	line-height: 21px;
	background-color: #ffffff;
	border-bottom: 1px dotted #000000;
}

ul#menu li ul li {
	/*width: 150px;*/
	/*width: 212px;*/
	width: 245px;
	float: none;
}

ul#menu li ul ul li {
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 245px;
}

ul#menu a:hover{
	color: #000000;
	background: #D00A2B;
}

ul#menu ul li ul li a {
	background-color: #fff;
	background:#eeeeee url(../images/pfeil_rechts.png) no-repeat 100% 100%;
	background-position: left;
	color: #000000;
}

ul#menu ul li ul li a:hover {
	background: #ffffff url(../images/pfeil_rechts.png) no-repeat 100% 100%;
	background-position: left;
	color: #D00A2B;
}

ul#menu a:active{
	color:#060;
	background:#ccc;
}

ul#menu {
	margin:0;
	padding:0;
}

ul#menu li{
	position:relative;
	float:left;
	list-style:none;
}

ul#menu ul {
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 0;
	margin: 0;
}

ul#menu ul ul{
	top:0;
	left:100%;
}

/* Begin non-anchor hover selectors */

/* Enter the more specific element (div) selector
on non-anchor hovers for IE5.x to comply with the
older version of csshover.htc - V1.21.041022. It
improves IE's performance speed to use the older
file and this method */

ul#menu li:hover {
	cursor:pointer;
	z-index:100;
}

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

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

/* End of non-anchor hover selectors */

/* Styling for Expand */

/*ul#menu a.x, ul#menu a.x:visited{
	font-weight:normal;
	color:#000;
}

ul#menu a.x:hover{
	color:#fff;
	background:#000;
}

ul#menu a.x:active{
	color:#060;
	background:#ccc;
}*/





























/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

