/*
 */
.mmContainer{
	z-index:999;
	position:relative;
}
.mmContent DIV A {
	font-size: 10px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	
	font: bold 11px/1em Tahoma, Geneva, Verdana, sans-serif;

	
	line-height: 32px;
	height:32px;
	padding-left: 14px;
	text-decoration: none;
	display: block;
	color: #ffffff;
	margin: 0px 0px 0px 0px;
	border-bottom: 0px;
	z-index:10;
	position:relative;
}
/* folgende anweisung wird nicht vom ie interpretiert */ 
    .mmContent[id] DIV A {
	/*-moz-opacity:.9;
	filter:alpha(opacity=90);
	background: transparent;
	background-image: url(/fileadmin/template/img/menu_bg.png);
	*/
}
/* für IE >5 */
* html .mmContent DIV A {
	width: 177px;
	w\idth: 177px; /* für IE 6 */
	/*-moz-opacity:.9;  für IE 5.5+ */
	/*filter:alpha(opacity=90);  für IE 5.5+ */
	z-index:10;
	position:relative;
}
.mmContent DIV.mmlink A {
position:relative;
	background:url(submenu_normal.jpg) top left no-repeat;
	color: #FFFFFF;
}
.mmContent DIV.mmlink A:hover {
	background:url(submenu_over.jpg) top left no-repeat;
	color: #ffffff;
}
.mmContent DIV.mmlink A:active {
	background:url(menu_subhg.jpg) top left no-repeat;
	color: #ffffff;
}
.mmContent DIV.mmlink A.submenu {
	background:url(ifsub_normal.jpg) top left no-repeat;
	/*background: #ff0000;*/
	color: #FFFFFF;
}

.mmContent DIV.mmlink A.submenu:hover {
	background:url(ifsub_over.jpg) top left no-repeat;
	color: #ffffff;
}

.mmContent[id] DIV.mmlink A.submenu {
	background:url(ifsub_normal.jpg) top left no-repeat;
	color: #FFFFFF;
}

.mmContent[id] DIV.mmlink A.submenu:hover {
	background:url(ifsub_over.jpg) top left no-repeat;
	color: #ffffff;
}

.mmContent DIV.mmlink A:hover {
	background:url(menu_subhg_over.jpg) top left no-repeat;
	color: #ffffff;
}

/* folgende anweisung wird nicht vom ie interpretiert */
.mmContent[id] DIV.mmlink A {
	background:url(menu_subhg.jpg) top left no-repeat;
	color: #FFFFFF;
}

.mmContent[id] DIV.mmlink A:hover {
	background:url(menu_subhg_over.jpg) top left no-repeat;
	color: #ffffff;
}


