#cMenu {
     height:20px;
     width: 720px;
     margin-left:0px;
     margin-bottom:0px;
     background: url(menu_bg.gif) repeat-x top left;
     position:relative; /* wichtige angabe, sonst taucht das slideMenu an falscher Position auf */
}

/*
 *CSS-Style to build slideoutmenu by Alex.Elsner <alexander.elsner@sci-worx.com>
 */

.mmContent DIV A {
	font-size: 10px; font-family: Arial;
	font-weight: none;
	line-height: 11px;
	padding: 5px;
	padding-left: 10px;
	text-decoration: none;
	display: block;
	color: #ffffff;
	background: #2F455C;
	margin: 0px 0px 0px 0px;
	border-left: solid 1px #ffffff;
	border-bottom: solid 1px #ffffff;
}

/* für IE >5 */
* html .mmContent DIV A {
	width: 120px;
	w\idth: 120px; /* für IE 6 */
	-moz-opacity:.9; /* für IE 5.5+ */
	filter:alpha(opacity=90); /* für IE 5.5+ */
}

.mmContent DIV A { 
	width: 120px; 
	w\idth: 120px; /* für IE 6 */ 
	-\moz-opacity:.9; /* für IE 6 */ 
	f\ilter:alpha(opacity=90); /* für IE 6 */
} 

.mmContent DIV.mmlink A.submenu {
	background: #2F455C;
	color: #ffffff;
}

.mmContent DIV.mmlink A.submenu:hover {
	background: #ffffff;
	color: #9A0000;
	font-size: 10px; font-family: Arial;
}

.mmContent[id] DIV.mmlink A.submenu {
	background: #2F455C;
	color: #ffffff;
}

.mmContent[id] DIV.mmlink A.submenu:hover {
	background: #ffffff;
	color: #9A0000;
	font-size: 10px; font-family: Arial;
}

.mmContent DIV.mmlink A:hover {
	background: #ffffff;
	color: #9A0000;
	font-size: 10px; font-family: Arial;
}

/* folgende anweisung wird nicht vom ie interpretiert */
.mmContent[id] DIV.mmlink A {
	background: #2F455C;
}

.mmContent[id] DIV.mmlink A:hover {
	background: #ffffff;
}

