/*
 *CSS-Style to build slideoutmenu by Alex.Elsner <alexander.elsner@sci-worx.com>
 */
 
 #cMenu {
     position:relative 
}

.mmContent DIV A {
	font-size: 9px; font-family: Verdana, Arial, Helvetica, Geneva, SunSans-Regular;
	font-weight: bold;
	line-height: 11px;
	padding: 5px;
	text-decoration: none;
	display: block;
	color: #011D65;
	background: #DEF2FE;
	margin: 0px 0px 0px 0px;
	border-bottom: solid 1px #011D65;
	position:relative;
}

/* 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.submenu {
	background: #DEF2FE url('/fileadmin/template/images/menu_sub.gif') no-repeat top left;
	color: #011D65
}

.mmContent DIV.mmlink A.submenu:hover {
	background: #ffffff url('/fileadmin/template/images/menu_sub.gif') no-repeat bottom left;
	color: #011D65
}

.mmContent[id] DIV.mmlink A.submenu {
	background: url('/fileadmin/template/images/menu_sub.png') no-repeat top left;
	color: #011D65
}

.mmContent[id] DIV.mmlink A.submenu:hover {
	background: url('/fileadmin/template/images/menu_sub.png') no-repeat bottom left;
	color: #011D65
}

.mmContent DIV.mmlink A:hover {
	background: #ffffff;
	color: #011D65;
}

/* folgende anweisung wird nicht vom ie interpretiert */
.mmContent[id] DIV.mmlink A {
	background: url('/fileadmin/template/images/menu.png') no-repeat top left;
}

.mmContent[id] DIV.mmlink A:hover {
	background: url('/fileadmin/template/images/menu.png') no-repeat bottom left;
}
