

.menu								{
									margin:0px 0px 0px 80px;
									width: 230px;
									height:298px;
									background-color:#00792c;
									font-family: Arial, Verdana, Sans-Serif;
									font-size: 11px;
									opacity:.75; filter: alpha(opacity=75); -moz-opacity: 0.75;
									}
.menu ul							{
									list-style-type: none;
									margin:0px 0px 0px 0px;
									padding: 0px;
									border: 0px;
									}
.menu li							{
									}
.menu ul ul							{
									margin:0px 0px 0px 0px;
									padding:0px 0px 0px 0px;
									border-bottom:solid 1px #ffffff;
									}									
.menu ul ul ul						{
									margin:0px 0px 0px 0px;
									padding:0px 0px 0px 0px;
									border-bottom:none;
									}																			

/* -------------------------------- Alle Stufen -------------------------------- */									
.menu a								{
									display: block;
									text-decoration: none;
									border-bottom: solid 1px #ffffff;
									}
																											
/* -------------------------------- 1. Stufe -------------------------------- */
a.expandable_01						{
									color:#ffffff;
									font-weight:bold;
									padding:0px 0px 0px 10px;
									cursor: hand;
									cursor: pointer;
									position: relative;
									}									
a.expandable_01:hover				{
									background-color: #409b61;
									color: #ffffff;
									}
a.expandable_01 .accordsuffix		{
									position: absolute;
									top: 1px;
									right:6px;
									border: none;
									}

/* -------------------------------- 2. Stufe -------------------------------- */
.categoryitems_01 a					{
									color: #ffffff;
									padding:0px 0px 0px 30px;
									border-bottom:none;
									font-weight:bold;
									}
.categoryitems_01 a:hover			{
									
									color: #ffffff;
									background-color: #409b61;
									}
a.expandable_02						{
									cursor: hand;
									cursor: pointer;
									position: relative;
									}									
a.expandable_02 .accordsuffix		{
									position: absolute;
									top: 1px;
									right:6px;
									border: none;
									}									
									
/* -------------------------------- 3. Stufe -------------------------------- */									
.categoryitems_02 a					{
									color: #ffffff;
									padding:0px 16px 0px 50px;
									font-weight:bold;
									}
.categoryitems_02 a:hover			{
									background-color: #409b61;
									color: #ffffff;
									}
a.expandable_03						{
									cursor: hand;
									cursor: pointer;
									position: relative;
									}									
a.expandable_03 .accordsuffix		{
									position: absolute;
									top: 1px;
									right:6px;
									border: none;
									}									
a.aktiv								{
									color:#ffffff;
									background-color: #409b61;
									}
									
/* -------------------------------- 4. Stufe -------------------------------- */									
.categoryitems_03 a					{
									color: #ffffff;
									padding:0px 16px 0px 70px;
									font-weight:bold;
									}
.categoryitems_03 a:hover			{
									background-color: #409b61;
									color: #ffffff;
									}
a.expandable_04						{
									cursor: hand;
									cursor: pointer;
									position: relative;
									}									
a.expandable_04 .accordsuffix		{
									position: absolute;
									top: 1px;
									right:6px;
									border: none;
									}									
a.aktiv								{
									color:#ffffff;
									background-color: #409b61;
									}																			
									
							
