/* Pulldown Menu Eigenschappen */
						
.menu_venster				{float: left;
							width: 681px;
							height: 80px;
							background-image: url(img/bg_pulldown.jpg);
							background-position: top;
							background-repeat: no-repeat;}

#mt							{width: 750px;
							height: 60px;
							margin: 10px 0px 0px 10px;}
							
#mt ul						{float: left;
							margin: 0px;
							padding: 0px;
							list-style: none;
							height: 60px;}
							
#mt ul li					{float: left;
							width: inherit;
							height: 60px;
							position: relative;
							text-align: center;}
							
#mt ul li h2,
#mt ul li a					{display: block;
							font-size: 11px;
							font-family: Arial;
							font-variant: small-caps;
							text-decoration: none;
							font-weight: bold;
							line-height: 60px;
							color: #471c47;
							margin: 0px;
							padding: 0px;}
							
#mt ul li h2:hover			{display: block;
							font-size: 11px;
							font-family: Arial;
							font-variant: small-caps;
							text-decoration: none;
							font-weight: bold;
							line-height: 60px;
							color: #471c47;
							cursor: pointer;
							margin: 0px;
							padding: 0px;}

#mt ul li a:hover			{display: block;
							font-size: 11px;
							font-family: Arial;
							font-variant: small-caps;
							text-decoration: none;
							font-weight: bold;
							line-height: 60px;
							color: #6c1212;
							margin: 0px;
							padding: 0px;}
							
#mt ul ul					{display: block;
							width: 140px;
							height: auto;
							position: relative;
							z-index: 500;
							margin: 0px;
							padding: 0px 0px 5px 0px;
							border-color: #6c1212;
							border-style: solid;
							border-width: 0px 1px 1px 1px;
							background-image: url(img/bg_ul.jpg);
							background-position: top left;
							background-repeat: repeat-x;}
							
#mt ul ul li				{float: left;
							display: block;
							width: 130px;
							height: 25px;
							margin: 5px 0px 0px 5px;
							padding: 0px;
							background-image: url(img/bg_li.jpg);
							background-repeat: repeat-x;
							background-position: bottom;}
							
#mt ul ul li:hover			{float: left;
							display: block;	
							width: 130px;
							height: 25px;
							margin: 5px 0px 0px 5px;
							padding: 0px;
							background-color: #471c47;
							cursor: pointer;}
							
#mt ul ul li a				{font-size: 11px;
							font-family: Arial;
							text-decoration: none;
							display: block;
							color: #471c47;
							line-height: 25px;
							font-variant: normal;
							font-weight: normal;}
							
#mt ul ul li a:hover		{font-size: 11px;
							font-family: Arial;
							text-decoration: none;
							display: block;
							color: #FFFFFF;
							line-height: 25px;
							font-variant: normal;
							font-weight: normal;}
							
div#mt ul ul,
div#mt ul li:hover ul ul,
div#mt ul ul li:hover ul ul	{display: none;}

div#mt ul li:hover ul,
div#mt ul ul li:hover ul li	{display: block;}
							
	
													
