

.menu								{
									width: 180px;
									font-family: Arial, Verdana, Sans-Serif;
									font-size: 11px;
									margin-top:20px;
									}
.menu ul							{
									list-style-type: none;
									margin: 0px;
									padding: 0px;
									border: 0px;
									}
.menu li							{
									
									}
.menu ul ul							{
									padding:0px 0px 0px 0px;
									border-bottom:solid 1px #ffffff;
									}									
.menu ul ul ul						{
									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: 2px 0px 2px 10px;
									cursor: hand;
									cursor: pointer;
									position: relative;
									}



									
a.expandable_01:hover				{
									background-color: #7fb8e2;
									color: #ffffff;
									}
a.expandable_01 .accordsuffix		{
									position: absolute;
									top: 2px;
									right:6px;
									border: none;
									}

/* -------------------------------- 2. Stufe -------------------------------- */
.categoryitems_01 a					{
									color: #ffffff;
									padding: 2px 0px 2px 30px;
									border-bottom:none;
									}
.categoryitems_01 a:hover			{
									
									color: #ffffff;
									background-color: #7fb8e2;
									}
a.expandable_02						{
									cursor: hand;
									cursor: pointer;
									position: relative;
									}									
a.expandable_02 .accordsuffix		{
									position: absolute;
									top: 2px;
									right:6px;
									border: none;
									}									
									
/* -------------------------------- 3. Stufe -------------------------------- */									
.categoryitems_02 a					{
									color: #ffffff;
									padding: 2px 16px 2px 50px;
									}
.categoryitems_02 a:hover			{
									background-color: #7fb8e2;
									color: #ffffff;
									}
a.expandable_03						{
									cursor: hand;
									cursor: pointer;
									position: relative;
									}									
a.expandable_03 .accordsuffix		{
									position: absolute;
									top: 2px;
									right:6px;
									border: none;
									}									
a.aktiv								{
									color:#ffffff;
									background-color: #7fb8e2;
									}									
									
							
