#cMenu {
     height:30px;
     width: 980px;
     margin-left:0px;
     margin-bottom:0px;
     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: 11px; font-family: Arial;
	font-weight: bold;
	line-height: 11px;
	padding: 5px;
	padding-left: 10px;
	text-decoration: none;
	display: block;
	color: #003399;
        background: #ffdd00;
	margin: 0px 0px 0px 0px;
}

/* für IE >5 */
* html .mmContent DIV A {
	width: 158px;
	w\idth: 158px; /* für IE 6 */
}

.mmContent DIV A { 
	width: 158px; 
	w\idth: 158px; /* für IE 6 */ 
} 

.mmContent DIV.mmlink A.submenu {
	background: #ffdd00;
	color: #003399;
}

.mmContent DIV.mmlink A.submenu:hover {
	background: #ffdd00;
	color: #888485;
	font-size: 11px; font-family: Arial;
	font-weight: bold;
	line-height: 11px;
	padding: 5px;
	padding-left: 10px;
	text-decoration: none;
}

.mmContent[id] DIV.mmlink A.submenu {
	background: #ffdd00;
	color: #003399;
}

.mmContent[id] DIV.mmlink A.submenu:hover {
	background: #ffdd00;
	color: #888485;
	font-size: 11px; font-family: Arial;
	font-weight: bold;
	line-height: 11px;
	padding: 5px;
	padding-left: 10px;
	text-decoration: none;
}

.mmContent DIV.mmlink A:hover {
	background: #ffdd00;
	color: #888485;
	font-size: 11px; font-family: Arial;
	font-weight: bold;
	line-height: 11px;
	padding: 5px;
	padding-left: 10px;
	text-decoration: none;
}

/* folgende anweisung wird nicht vom ie interpretiert */
.mmContent[id] DIV.mmlink A {
	background: #ffdd00 url(/fileadmin/template/images/menu.png) top left no-repeat;
}

.mmContent[id] DIV.mmlink A:hover {
	background: #ffdd00 url(/fileadmin/template/images/menu.png) bottom left no-repeat;
}

/* SPEZIAL */

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

TABLE.startnav .mmContent DIV A {
	font-size: 11px; font-family: Arial;
	font-weight: bold;
	line-height: 11px;
	padding: 5px;
	padding-left: 10px;
	text-decoration: none;
	display: block;
	color: #ffdd00;
	background: #2F3E8F;
	margin: 0px 0px 0px 0px;
}

/* für IE >5 */
* html .mmContent DIV A {
	width: 158px;
	w\idth: 158px; /* für IE 6 */
}

TABLE.startnav .mmContent DIV A { 
	width: 158px; 
	w\idth: 158px; /* für IE 6 */ 
} 

TABLE.startnav .mmContent DIV.mmlink A.submenu {
	background: #003399;
	color: #ffdd00;
}

TABLE.startnav .mmContent DIV.mmlink A.submenu:hover {
	background: #003399;
	color: #888485;
	font-size: 11px; font-family: Arial;
	font-weight: bold;
	line-height: 11px;
	padding: 5px;
	padding-left: 10px;
	text-decoration: none;
}

TABLE.startnav .mmContent[id] DIV.mmlink A.submenu {
	background: #003399;
	color: #FFCC00;
}

TABLE.startnav .mmContent[id] DIV.mmlink A.submenu:hover {
	background: #003399;
	color: #888485;
	font-size: 11px; font-family: Arial;
	font-weight: bold;
	line-height: 11px;
	padding: 5px;
	padding-left: 10px;
	text-decoration: none;
}

TABLE.startnav .mmContent DIV.mmlink A:hover {
	background: #003399;
	color: #888485;
	font-size: 11px; font-family: Arial;
	font-weight: bold;
	line-height: 11px;
	padding: 5px;
	padding-left: 10px;
	text-decoration: none;
}

/* folgende anweisung wird nicht vom ie interpretiert */
TABLE.startnav .mmContent[id] DIV.mmlink A {
	background: #2F3E8F url(/fileadmin/template/images/menu.png) top left no-repeat;
}

TABLE.startnav .mmContent[id] DIV.mmlink A:hover {
	background: #2F3E8F url(/fileadmin/template/images/menu.png) bottom left no-repeat;
}

