/*
 *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;
	text-decoration: none;
	display: block;
	color: #57565b;
	background: #f2e7dd;
	margin: 0px 0px 0px 0px;
	border-bottom: solid 1px #f8931d;
}

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

.mmContent DIV.mmlink A.submenu {
	background: #f2e7dd url(images/menu_sub.gif) top left no-repeat;
	color: #57565b;
}

.mmContent DIV.mmlink A.submenu:hover {
	background: #ffffff url(images/menu_sub.gif) bottom left no-repeat;
	color: #57565b;
}

.mmContent[id] DIV.mmlink A.submenu {
	background: url(images/menu_sub.png) top left no-repeat;
	color: #57565b;
}

.mmContent[id] DIV.mmlink A.submenu:hover {
	background: url(images/menu_sub.png) bottom left no-repeat;
	color: #57565b;
}

.mmContent DIV.mmlink A:hover {
	background: #ffffff;
	color: #57565b;
}

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

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