.dropdown-menu li a.hauptnavi_link
{
	display: block;
	text-decoration: none;
	color: #640000;
	float:left;	
	height: 36px;
        line-height:36px;
	background-image: url("config/images/navi_oben.jpg");
	border-right: 2px groove #f2e8e6;
	text-transform: uppercase;       
        z-index: 2;
}

.dropdown-menu li a.hauptnavi_link:hover
{
	background-image: url("config/images/navi_oben_aktiv.jpg");
	color: #ffffff;
	text-transform: uppercase;
}




/* =========== Dropdownmenu Style =========== */
.dropdown-menu, .dropdown-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.dropdown-menu {
	line-height:	1.0;
}
.dropdown-menu ul {
	position:		absolute;
z-index: 2;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.dropdown-menu ul li {
	width:			100%;
z-index: 2;
}
.dropdown-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.dropdown-menu li {
	float:			left;
	position:		relative;
z-index: 2;
}
.dropdown-menu a {
	display:		block;
	position:		relative;
        padding-left: 8px;
        padding-right: 8px;
z-index: 2;
}
.dropdown-menu li:hover ul,
.dropdown-menu li.sfHover ul {
	left:			-1px;
	top:			36px; /* match top ul list item height */
	z-index:		99;
}
ul.dropdown-menu li:hover li ul,
ul.dropdown-menu li.sfHover li ul {
	top:			-999em;
}
ul.dropdown-menu li li:hover ul,
ul.dropdown-menu li li.sfHover ul {
	left:			288px; /* match ul width */
	top:			0;
}
ul.dropdown-menu li li:hover li ul,
ul.dropdown-menu li li.sfHover li ul {
	top:			-999em;
}
ul.dropdown-menu li li li:hover ul,
ul.dropdown-menu li li li.sfHover ul {
	left:			288px; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.dropdown-menu {
	float:			left;
}
.dropdown-menu a {
	font-size:              14px;
	font-family:            Arial, Helvetica, sans-serif;
	text-decoration:        none;
}
.dropdown-menu li li a {
	padding-left:           21px;
	padding-right:          21px;
	padding-top:            5px;
	padding-bottom:         5px;
	color:                  #852929;
	font-weight:            normal;
}
.dropdown-menu a { /* visited pseudo selector so IE6 applies text colour*/
	color:			#ffffff;
}
.dropdown-menu li {
	/*color:		#990000;*/
}
.dropdown-menu li li {
	background:		  #e5dcda;
	border-top:	    1px solid #ffffff;
	border-bottom:	1px solid #997e77;
	border-left:	  1px solid #ffffff;
	border-right:	  1px solid #997e77;
	line-height:    20px;
	width:			    290px;
}
.dropdown-menu li li li {
	background:		#e1dad7;
}
.dropdown-menu li:hover, .dropdown-menu li.sfHover,
.dropdown-menu a:focus, .dropdown-menu a:hover, .dropdown-menu a:active {
/*	background:		#1C69AD;*/
	color:			#ffffff;
	outline:		0;
}
.dropdown-menu a:hover {
	text-decoration:        underline;
}
.dropdown-menu li li a:focus, .dropdown-menu li li a:hover, .dropdown-menu li li a:active {
	background:		#997e77;
	color:			#ffffff;
	text-decoration:        none;
	outline:		0;
}

/*** arrows **/
.dropdown-menu a.dropdown-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.dropdown-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			0.95em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('config/images/arrow.png') no-repeat 0px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .dropdown-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .dropdown-sub-indicator,
a:hover > .dropdown-sub-indicator,
a:active > .dropdown-sub-indicator,
li:hover > a > .dropdown-sub-indicator,
li.sfHover > a > .dropdown-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.dropdown-menu ul .dropdown-sub-indicator { background-position:  -10px 0; }
.dropdown-menu ul a > .dropdown-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.dropdown-menu ul a:focus > .dropdown-sub-indicator,
.dropdown-menu ul a:hover > .dropdown-sub-indicator,
.dropdown-menu ul a:active > .dropdown-sub-indicator,
.dropdown-menu ul li:hover > a > .dropdown-sub-indicator,
.dropdown-menu ul li.sfHover > a > .dropdown-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.dropdown-shadow ul {
	background:	url('config/images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	width:			292px;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.dropdown-shadow ul.dropdown-shadow-off {
	background: transparent;
}

