* {
margin: 0;
padding: 0;
}

#menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-align: left;	
}

#menu ul {
	width: auto;
	list-style-type: none;
}

/*--definiert die Blocküberschriften--*/
#menu h3 {
	color: #999;
	border-top: 9px solid #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	background-color: #f7f2e5;
	padding: 8px;
}

#menu 2 {
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #f7f2e5;
	padding: 8px;
	color: #999;
}

/*--definiert die "Drop-Down-Links" im Normalzustand--*/
#menu a {
	text-decoration: none;
	border: 0px solid #ccc;
	
	padding-bottom: 8px;
	padding-top: 8px;
	color: #999;
	background-color: #f7f2e5;
	padding-right: 155px;
	padding-left: 8px;

}

/*--definiert die "Drop-Down-Links" im Hoverzustand--*/
#menu a:hover {
	color: #DC253B;

}

/*verhindert im Zusammenhang mit position absolute bei ul ul
*eine Höhenvergrößerung von #menu beim Hovern--
*/

#menu li {
	position: relative;
	width: 105;
}

/*--versteckt die "Drop-Down-Links", solange nicht gehovert wird--*/
#menu ul ul {
position: absolute;
z-index: 2;
display: none;
width: 200px;
}

/*--lässt die Dropdown-Links beim Hovern erscheinen--*/
#menu ul li:hover ul {
display: block;
width: 200px;

}

/*--nur für IE-Versionen kleiner gleich 6 erkennbar--*/
* html #menu ul li{
	float: left;
	
	
}

/*--nur für IE 7 erkennbar--*/
*+ html #menu ul li {
float: left;

}

/*--bewirkt Hover-Effekt für IE kleiner 7 auch für ul- und li-Elemente--*/
*html body {
behavior: url(file:///ZB-SERVER-II/Kaiser-Wohnen/Oberkasseler%20Str.136/Matisse-Website/maison-online/csshover3-source.htc);
font-size: 100%;
}

*html #menu ul li a {
height: 1%;
}

/*--definiert einen Einzellink im Normalzustand, wenn kein Drop-Down erforderlich--*/

#menu a.direkt:link {
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	color: #999;
	border: 0px solid #003366;
	
}

/*--definiert einen Einzellink im Hoverzustand, wenn kein Drop-Down erforderlich--*/

#menu a.direkt:hover {
	color: #DC253B;
	border: 0px solid #ccc;
	
}
