/* CSS Menus - Vertical CSS Menu with Popout and Dropdown Menus - 20050131 */

/* Begin CSS Popout Menu */

#menu {
	position:absolute;
	top:228px;
	left:0;
	z-index:2;
	width:auto;
	margin-left:-14px;
	height:auto;
}

#menu ul {
	list-style:none;
	margin:0;
	padding:0;
	width:170px;
	background:url(../bitmaps/menu_top.gif) no-repeat top left;
	padding-top:15px;
	height:auto;
}

#menu ul ul {
	background:none;
	padding-top:0;
	background:url(../bitmaps/menu_bot2.gif) bottom no-repeat;
}

#menu a:link, #menu a:visited {
	display:block;
	margin:0;
	font-size:14px;
	padding:4px 10px 3px 30px;
	color:#fff;
	background:url(../bitmaps/menu_norm.gif) no-repeat #3b5f47;
	text-decoration:none;
	text-transform:uppercase;
}

#menu a:hover, #menu a:active {
	color:#f69c36;
	background:url(../bitmaps/menu_hov.gif) no-repeat #254d31;
}

#menu ul ul li a:link, #menu ul ul li a:visited {
	padding:5px 10px 3px 30px;
}



/* speziele Link-Klassen */

/* Fuß Dropdownmenü */
#menu a.dropbot:link, #menu a.dropbot:visited {
	background:url(../bitmaps/menu_bot_norm.gif) no-repeat;
}

#menu a.dropbot:hover {
	background:url(../bitmaps/menu_bot_hov.gif) no-repeat;
}


/* Neuigkeiten */
#menu a.news:link, #menu a.news:visited {
	background:url(../bitmaps/menu_news_norm.gif) top left no-repeat;
	width:140px;
	height:33px;
	padding:10px 0px 0px 30px;
	font-family: Georgia, Times New Roman;
	font-size:18px;
	text-transform:none;
	font-style:italic;
	text-decoration:none;
	color:#F69220;
}

#menu a.news:hover, #menu a.news:active {
	background:url(../bitmaps/menu_news_hov.gif) top left no-repeat;
	text-decoration:none;
}

/* Orange Menüpunkte mit Unterpunkten: Wohnungen & Kinder */

#menu a.dropdown:link, #menu a.dropdown:visited {
	display:block;
	margin:0;
	font-size:16px;
	padding:2px 10px 3px 30px;
	color:#F69220;
	background:url(../bitmaps/menu_norm.gif) no-repeat #3b5f47;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
}

#menu a.dropdown:hover {
	background:url(../bitmaps/menu_hov.gif) no-repeat #3b5f47;
}

/* Aufzählungs-Punkt vor den Menüpunkten */

#menu .middot {
	color:#F79E37;
	font-size:12px;
}


/* Requirement: Put the element selector name (div)
onto non anchor hover selectors to force IE5 and
5.5 to correctly apply the csshover file. */

div#menu li, div#menu li:hover {
	position:relative;
}

div#menu li ul {
	position:absolute;
	top:0;
	left:100.1%;
	display:none;
}

div#menu ul ul,
div#menu ul ul ul,
div#menu ul li:hover ul ul,
div#menu ul li:hover ul ul ul
	{display:none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
	{display:block;}

/* End non-anchor hover selectors */

/* Styling for Expand */

#menu a.x, #menu a.x:visited {
	background:#eee url(/css/images/expand3.gif) no-repeat bottom right;
}

#menu a.x:hover {
	color:#a00;
	background:#ddd;
}

#menu a.x:active {
	color:#060;
	background:#ccc;
}
