#MenuTop  {
	background-position:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
#MenuTop .menu, .menuselecttop, .menu ul, .menuselecttop ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
}
#MenuTop .menu li, .menuselecttop li {
	margin: 0;
	padding: 0;
	display: block;
	float: left;	      /* move all main list items into one row, by floating them */
	position: relative;	  /* position each LI, thus creating potential IE.win overlap problem */
	z-index: 5;
}
#MenuTop .menuselecttop li {
	color: #00FF33;
}

#MenuTop .li:hover {
	z-index: 10000;	/* ...and here. this makes sure active item is always above anything else in the menu */
	white-space: normal;/* required to resolve IE7 :hover bug (z-index above is ignored if this is not present)
							see http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp for other stuff that work */
	height:auto; 
}
#MenuTop .menu li:hover, .menuselecttop li:hover { 
	z-index: 10000;	/* ...and here. this makes sure active item is always above anything else in the menu */
	white-space: normal;/* required to resolve IE7 :hover bug (z-index above is ignored if this is not present)
							see http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp for other stuff that work */
	color: #000000;
	background-image: url(../img/menutop-hov.png);
	background-repeat: repeat-x; 
	height:40px; 
}
#MenuTop .menusub li:hover { /* Level 1 2 ebene */
	z-index: 10000;	/* ...and here. this makes sure active item is always above anything else in the menu */
	white-space: normal;/* required to resolve IE7 :hover bug (z-index above is ignored if this is not present)
							see http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp for other stuff that work */
	background-image: url(empty.gif);
	background-color:#999999;
 	text-align: left;
	font-size: 1.0em;   
	padding-top: 0.2em;
	padding-right: 1em;
	padding-bottom: 0.2em;
	padding-left: 1em; 
	height:auto;
/*	font-size: 0.8em;
	padding-top: 0px;
	padding-bottom: 0px; 
	height:25px; */
}
#MenuTop .menu li li {
	float: none;/* items of the nested menus are kept on separate lines */
}
#MenuTop .menu ul {
	visibility: hidden;	/* initially hide all submenus. */
	position: absolute;
	z-index: 10;		/* to avoid scrollbars as much as possible */
}

#MenuTop .menu li:hover>ul { /* level 1 */
	visibility: visible;	/* display submenu them on hover */
	top: 100%;	            /* 1st level go below their parent item */
}

#MenuTop .menu li li:hover>ul {	/* Level 2 */ /* 2nd+ levels go on the right side of the parent item */
	top: 0;
	left: 100%;
}

/* -- float.clear -- force containment of floated LIs inside of UL */
#MenuTop .menu:after, .menu ul:after {
	content: ".";             /* bugfix for IE7 */
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
#MenuTop .menu, .menu ul {	
	min-height: 0;           /* IE7 float clear: */
}
/* -- float.clear.END --  */

/* -- sticky.submenu --
	it should not disappear when your mouse moves a bit outside the submenu
	YOU SHOULD NOT STYLE the background of the ".menu UL" or this feature may not work properly!
	if you do it, make sure you 110% know what you do */
#MenuTop .menu ul {
	background-image: url(empty.gif);/* required for sticky to work in IE6 and IE7-dueto their (different) hover bugs */
	padding: 10px 10px 0px 0px;
	margin:   0px 0px 0px -10px;
}
#MenuTop .menu ul ul {
	background-image: url(empty.gif);/* required for sticky to work in IE6 and IE7-dueto their (different) hover bugs */
	padding: 10px 10px 0px 0px;
	margin: 0px 0px 0px -10px;
}
#MenuTop .menu {
	background-image: url(../img/menutop-middle.png);
	background-repeat: repeat-x;
	text-align: left;
	height: 40px;
}
#MenuTop .menu ul li {
/*	background-image: url(../img/menutop-middle.gif);
/*	background:none;
	background-color: #333333;
*/
 	text-align: left;
	font-size: 1.0em;   
	background-color: #333333;
	padding-top: 0.2em;
	padding-right: 1em;
	padding-bottom: 0.2em;
	padding-left: 1em; 
	height:auto;	

/*	padding-top: 0px; 
	padding-bottom: 0px; */
/*	height:32px; */
}
/*
#MenuTop .menu {
	width: 8em;
}
*/
#MenuTop .menu ul {
	/*	font-size: small;	*/
	font-size: 0.8em; 
	width: 13em;
}
#MenuTop .menu a {
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	position: relative;
	padding-top: 0.8em;
	padding-right: 1em;
	padding-bottom: 0.4em;
	padding-left: 1em; 
}

#MenuTop .menu a:hover, .menu li:hover>a {
	color: #000000;
}

#MenuTop .menu li li {
	border: 1px dotted #666666;
}
#MenuTop .menu ul>li + li {	/* and remove the top border on all but first item in the list */
	border-top: 0;
}

#MenuTop .menu li li:hover>ul {	/* inset 2nd+ submenus, to show off overlapping */
	top: 5px;
	left: 90%;
}

/* special colouring for "Main menu:", and for "xx submenu" items in hpzmenu
	placed here to clarify the terminology I use when referencing submenus in posts */
#MenuTop .menu>li:first-child>a, .menu li + li + li li:first-child>a {
	color: #567; 
}

/*-- Menu Left Begin -------------------------------------------------------------- */
/*-- Menu Left Begin -------------------------------------------------------------- */
/*-- Menu Left Begin -------------------------------------------------------------- */
#MenuLeft {
	background-position:left top;
	width: 180px;
	height: 100%;
	color: #FFF;
	margin-right: 5px;
	float: left;
	padding-left: 12px;
}

#MenuLeft .menuspaceheader {
	background-color: #000;
	background-image: url(../img/mlheader.gif);
	background-repeat: repeat-x; 
	border-bottom-style: none;		
}
#MenuLeft .menuheader {
	background-color: #000;
	background-image: url(../img/mlheader.gif);
	background-repeat: repeat-x; 	
	padding-left: 1em;	
    font-weight: bold;
	border-right-style: none;	
	border-bottom-style: none;		
}
#MenuLeft .menuspace, #MenuLeft .menuspaceheader {
	min-width: 10px;           /* Firefox patch */
	width: 10px;
	height: 30px;
	background-color: #FFC800;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #666;
}
#MenuLeft .menuspaceselect {
	min-width: 10px;           /* Firefox patch */
	width: 10px;
	height: 30px;
	background-color: #E52330;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #666;
}

#MenuLeft .menu, #MenuLeft .menuselect, #MenuLeft .menuheader {
	text-align: left;
	width: 180px;
	height: 30px;
	background-color: #333;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: none;
	border-right-color: #666;
	border-bottom-color: #666;
}

#MenuLeft .menu, #MenuLeft .menuselect {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
}
#MenuLeft .menu a, #MenuLeft .menuselect a {
	text-decoration: none;
	color: #CCC;
	display: block;
	position: relative;
	padding-top: 0.8em;
	padding-right: 1em;
	padding-bottom: 0.4em;
	padding-left: 2em;
}
#MenuLeft .menuselect a {
	color: #000;
}
#MenuLeft .menu a:hover, #MenuLeft .selected, #MenuLeft .menuselect{
	color: #000;
	background-color:#CCC;
}

/*
#MenuLeft .menu {
	width: 8em;
}
*/

/*-- Menu Left Intern Begin -------------------------------------------------------------- */
/*-- Menu Left Intern Begin -------------------------------------------------------------- */
/*-- Menu Left Intern Begin -------------------------------------------------------------- */

#MenuIntern {
	background-position:left top;
	font-size:x-small;
	position:absolute;
	width: 140px;
	color: #FFF;
	margin-right: 5px;	/*float: left;*/
	left: 5px;
	top: 5px;
	z-index: 50000;
}

#MenuIntern .menuspaceheader {
	background-color: #FFC800;
/*	background-image: url(../img/mlheader.gif); 
	background-repeat: repeat-x;*/
	border-bottom-style: none;
}
#MenuIntern .menuheader {
	background-color: #FFC800;
	/*	background-image: url(../img/mlheader.gif); 
	background-repeat: repeat-x;*/
	padding-left: 1em;
	font-weight: bold;
	border-right-style: none;
	border-bottom-style: none;
}
#MenuIntern .menuspace, #MenuInter .menuspaceheader {
	min-width: 10px;           /* Firefox patch */
	width: 10px;
	height: 10px;
	background-color: #FFC800;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #666;
}
#MenuIntern .menuspaceselect {
	min-width: 10px;           /* Firefox patch */
	width: 10px;
	height: 10px;
	background-color: #E52330;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #666;
}

#MenuIntern .menu, #MenuInter .menuselect, #MenuInter .menuheader {
	text-align: left;
	width: 110px;
	height: 10px;
	background-color: #333;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: none;
	border-right-color: #666;
	border-bottom-color: #666;
}

#MenuIntern .menu, #MenuInter .menuselect {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
}
#MenuIntern .menu a, #MenuInter .menuselect a {
	text-decoration: none;
	color: #CCC;
	display: block;
	position: relative;
/*	padding-top: 0.8em;
	padding-right: 1em;
	padding-bottom: 0.4em; */
	padding-left: 0.8em;
}

#MenuIntern .menuselect a {
	color: #000;
	background-color:#CCC;	
	display: block;	
	padding-left: 0.8em;	
}

#MenuIntern .menu a:hover, #MenuInter .selected, #MenuInter .menuselect {
	color: #000;
	background-color:#CCC;
}

/*
#MenuIntern .menu {
	width: 8em;
}
*/
