.effektCell{
	background-color:#339900;
}
.menu2List{
	margin:0px;
	padding:0px;
	overflow:hidden;
	width:160px;	
}
.menu2ListItem{
	padding: 0px;
	display:inline;
	text-indent: 0px;
}
.menu2Bg{
	background-color:#72bc31;
}

.menu3List{
	margin:0px;
	padding:0px;
	overflow:hidden;
	width:160px;
	background-color:#99cc66;
}
.menu3ListItem{
	padding: 0px;
	display:inline;
	text-indent: 0px;
}

a.m0:link,a.m0:hover, a.m0:active, a.m0:visited{
	padding: 4px;
	color: #ffffff;	
	text-decoration: none;
	font-size:10px;
}
a.m1:link,a.m1:hover, a.m1:active, a.m1:visited{
	color: #666666;
	font-weight:bold;
	text-decoration: none;	
}

a.m2:link, a.m2:active, a.m2:visited{
	line-height:1.5em;
	color: #ffffff;
	text-decoration: none;
	display:block;
	padding:5px 5px 5px 10px;
	border-top:1px solid #99cc66;
 	border-bottom:1px solid #339900;
}
a.m2:hover{
	background-color:#339900;
}
a.m2Active:link, a.m2Active:hover, a.m2Active:active, a.m2Active:visited{
    color: #339900;
    background-color:#ffffff;
    border-bottom:1px solid #ffffff;
}
a.m3:link, a.m3:active, a.m3:visited{
	line-height:1.5em;
	color: #ffffff;
	text-decoration: none;
	display:block;
	padding:5px 5px 5px 20px;
	border-top:1px solid #ffffff;
	border-bottom:0px solid #339900;
}
a.m3:hover{
    background:url('../img/iconLinkMenu.gif') no-repeat 10px 7px;
}

a.m3ActiveIcon:link, a.m3ActiveIcon:hover, a.m3ActiveIcon:active, a.m3ActiveIcon:visited{
    background:url('../img/iconLinkMenu.gif') no-repeat 10px 7px;
}


a.active:link, a.active:hover, a.active:active, a.active:visited{
    color: #339900;
}

a.menuGray:link, a.menuGray:active, a.menuGray:visited{
	font-weight:bold;
	line-height:1.5em;
	color: #ffffff;
	text-decoration: none;
	display:block;
	padding:5px 5px 5px 10px;
	border-top:1px solid #999999;
 	border-bottom:1px solid #cccccc;
}
a.menuGray:hover{
	font-weight:bold;
	background-color:#cccccc;
	color: #ffffff;
}
a.menuGrayActive:link, a.menuGrayActive:hover, a.menuGrayActive:active, a.menuGrayActive:visited{
	font-weight:bold;
    color: #333333;
    background-color:#e9e9e9;
    border-top:1px solid #ffffff;
}