
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/example_flyout.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/*angepasst durch agentur artprolog 2009 Ursula Bartels*/

/* NAVIGATION */

/* common styling */
.menu {
	color: #55513e;
	width:257px;
	position:relative;
	margin:0;
	padding:0;
	z-index:500;
	padding-left:35px;
	padding-top:40px;
}
* html .menu {
	width:260px;
	padding-left:30px;
	padding-top:40px;
}

.menu ul {
	padding:0;
	margin:0;
	width:257px;
	background-image: url(../images/layout/navi_trenner.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.menu ul li {
	list-style-image: none;
	list-style-type: none;
	background-image: url(../images/layout/navi_trenner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width:257px;
	position:relative;
	padding-bottom: 3px;
	padding-top: 3px;
}
.menu ul li ul li {
	background-image: none;
	width:180px;
}

.menu ul li ul {
	visibility:hidden;
	position:absolute;
	top:0px;
	right:257px;
	height:auto;
	background:#fff;
	width:195px;
	-moz-border-radius:10px;
	-khtml-border-radius:10px;
	border:1px solid #dbd9d2;
	padding: 2px;
}


* html .menu ul li ul {
	right:0px;
	width:180px;
}

.menu ul li ul li ul{
	right:180px;
}
* html .menu ul li ul li ul{
	right:0px;
	top:10px;
}

.menu ul li a,
.menu ul li a:link,
.menu ul li a:visited {
	color: #55513e;
	text-decoration: none;
	line-height: 1.8em;
	display:block;
	text-align:right;
	width:242px;
	padding-left:15px;
	text-align:left;
}

* html .menu ul li a,
* html .menu ul li a:link,
* html .menu ul li a:visited {
	width:257px;
	w\idth:257px;
}

.menu ul li:hover ul li a,
.menu ul li a:hover ul li a,
.menu ul li:hover ul li:hover ul li a,
.menu ul li a:hover ul li a:hover ul li a {
	display:block;
	text-transform:none;
	background:transparent;
	color: #55513e;
	height:auto;
	text-decoration:none;
	text-align:left;
	padding:0px;
	padding-left:15px;
	width:180px;
	line-height: 1.3em;
	border-bottom: 1px dotted #bab39e;
}

.menu table {
	border-collapse:collapse;
	border:0;
	margin:0;
	padding:0;
	font-size:1em;
	position:absolute;
	left:0;
	top:0;
}

/* first line for IE7 and non-IE browsers - second line for IE5.5 and IE6 */
.menu ul li:hover a,
.menu ul li a:hover {
	background:transparent;
	color:#bb2f01;
}
.menu ul li:hover ul li:hover a,
.menu ul li a:hover ul li a:hover,
.menu ul li:hover ul li:hover ul li:hover a,
.menu ul li a:hover ul li a:hover ul li a:hover {
	background:transparent;
	color:#bb2f01;
}

* html .menu ul li a:hover {
	position:relative;
	z-index:560;
}

.menu ul li:hover ul,
.menu ul li a:hover ul {
	visibility:visible;
}
/* level 3*/
.menu ul li:hover ul li ul,
.menu ul li a:hover ul li a ul {
	visibility:hidden;
}

.menu ul li:hover ul li:hover ul,
.menu ul li a:hover ul li a:hover ul {
	visibility:visible;
}