/*
 *CSS-Style to build slideoutmenu by jens holze (bloopark ltd.)
 */

.mmContent DIV A {
	font-size: 12px;
    font-family: Tahoma, Verdana, Arial, Helvetica, Geneva, SunSans-Regular;
	font-weight: normal;
	line-height: 15px;
	padding-left: 5px;
	text-decoration: none;
	display: block;
	color: #333333;
	background: #EDEDEC;
	margin: 0px 0px 0px 0px;
	border-bottom: solid 1px #FFFFFF;
}
/* folgende anweisung wird nicht vom ie interpretiert */ 
    .mmContent[id] DIV A {
	-moz-opacity:1;
	filter:alpha(opacity=100);
	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+ */
}
.mmContent DIV.mmlink A {
	color: #B3B1B1;
}
.mmContent DIV.mmlink A:hover {
	background: #ffffff;
	color: #B3B1B1;
}
.mmContent DIV.mmlink A:active {
	background: #B8B7B4;
	color: #B3B1B1;
}
.mmContent DIV.mmlink A.submenu {
	/*background: #EDEDEC url(/fileadmin/slideaoutmenu/menu.gif) top left no-repeat;*/
	background: #B8B7B4;
	color: #B3B1B1;
}

.mmContent DIV.mmlink A.submenu:hover {
	background: #FFFFFF;
	/*url(/fileadmin/slideoutmenu/menu_sub.gif) bottom left no-repeat;*/
	color: #B3B1B1;
}

.mmContent[id] DIV.mmlink A.submenu {
	color: #B3B1B1;
}

.mmContent[id] DIV.mmlink A.submenu:hover {
	background: #B8B7B4;
	/*url(/fileadmin/slideoutmenu/menu_sub.png) bottom left no-repeat;*/
	color: #B3B1B1;
}

.mmContent DIV.mmlink A:hover {
	background: #ffffff;
	color: #B3B1B1;
}

/* folgende anweisung wird nicht vom ie interpretiert */
.mmContent[id] DIV.mmlink A {
	background: #B8B7B4;
	color: #B3B1B1;
}

.mmContent[id] DIV.mmlink A:hover {
	background: #FFFFFF;
	/*url(/fileadmin/slideoutmenu/menu_sub.gif) bottom left no-repeat;*/
	color: #B3B1B1;
}


