/*
 *CSS-Style to build slideoutmenu by Alex.Elsner <alexander.elsner@sci-worx.com>
 */

.mmContent DIV A {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, Geneva, SunSans-Regular;
	line-height: 11px;
	text-decoration: none;
	display: block;
	color: #fdfdfd;
	z-index: 2;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	background: #88054a;
}

/* für IE >5 */
* html .mmContent DIV A {
	width: 135px;
	w\idth: 133px; /* 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.submenu, .mmContent DIV.mmlink A.submenu:active, .mmContent DIV.mmlink A.submenu:visited {
	background: #88054a url(/fileadmin/scripts/menu_new.gif) top left no-repeat;
	color: #fdfdfd;
}

.mmContent DIV.mmlink A.submenu:hover {
	background: #88054a url(/fileadmin/scripts/menu_new.gif) bottom left no-repeat;
	color: #fdfdfd;
}

.mmContent[id] DIV.mmlink A.submenu, .mmContent[id] DIV.mmlink A.submenu:active, .mmContent[id] DIV.mmlink A.submenu:visited {
	background: #88054a url(/fileadmin/scripts/menu_new.gif) top left no-repeat;
	color: #fdfdfd;
}

.mmContent[id] DIV.mmlink A.submenu:hover {
	color: #ffffff;
	background: #88054a url(/fileadmin/scripts/menu_new.gif) top left no-repeat;
}
.mmContent DIV.mmlink A, .mmContent DIV.mmlink A:active, .mmContent DIV.mmlink A:visited {
	background: #88054a url(/fileadmin/scripts/menu_new.gif) bottom left no-repeat;
	color: #fdfdfd;
}
.mmContent DIV.mmlink A:hover {
	background: #88054a url(/fileadmin/scripts/menu_new.gif) bottom left no-repeat;
	color: #fdfdfd;
}

/* folgende anweisung wird nicht vom ie interpretiert */
.mmContent[id] DIV.mmlink A, .mmContent[id] DIV.mmlink A:active, .mmContent[id] DIV.mmlink A:visited {
	background: #88054a url(/fileadmin/scripts/menu_new.gif) top left no-repeat;
}

.mmContent[id] DIV.mmlink A:hover {
	background: #88054a url(/fileadmin/scripts/menu_new.gif) top left no-repeat;
}
#menucode {
		width: 650px;
		position: relative;
}
.mmLevel1 {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #fdfdfd;
	border-right-color: #fdfdfd;
	border-bottom-color: #fdfdfd;
	border-left-color: #fdfdfd;
	background: #88054a;
}


