.menu, .menu * {
	margin:0;
	padding:0;
}

.menu .mfirst {
	margin:0!important;
}
.menu {
	line-height:1.0;
	float:left;
	height: 19px;
	margin-bottom:13px;
	padding-left: 10px;
	padding-right: 10px;
	background: #465A94 url(/images/header-menu-bg.gif) right bottom no-repeat;
	width:41.5em;
}

.menu ul {
	background:#465A94; /*IE6 needs this*/
}

.menu li {
	float:left;
	list-style:none;
	position:relative;
	z-index: 10;
	margin-left:3em!important;
	padding-top:1px;
}

.menu li a {
	color: #fff;
	font: bold 85% Verdana, Arial, sans-serif;
	display: block;
	float: left;
	padding: 1px .75em 3px .75em;
	text-decoration:none;
	/*width:7.45em;*/
	letter-spacing: -1px;
}

.menu li ul {
	float:none;
	top:-999em;
	position:absolute;
	background-image: none;
	border: 1px solid #465A94;
}

.menu li:hover,
.menu li.menuHover,
.menu li a:focus, .menu li a:hover, .menu li a:active {
	background:#465A94;
}

.menu li li:hover,
.menu li li.menuHover,
.menu li li a:focus, .menu li li a:hover, .menu li li a:active {
	background:#e3e3e3;
}

.menu li:hover ul, /* pure CSS hover is removed below */
ul.menu li.menuHover ul {
	left:9px;
	top:1.32em;*top:1.30em;
}

.menu li:hover li ul,
.menu li.menuHover li ul {
	top:-999em;
}
.menu li li:hover ul, /* pure CSS hover is removed below */
ul.menu li li.menuHover ul {
	left: 11.5em;
	top: 2px;
	width:11.5em;
}
/*following rule negates pure CSS hovers
so submenu remains hidden and JS controls
when and how it appears*/
.menu.menuFromJs li:hover ul,
.menu.menuFromJs li li:hover ul {
	top:-999em;
}
.menu li li {
	background:#f3f3f3;
	float:none;
	width:11.5em;
	margin:0!important;
}
.separator{
	border-top: 1px dotted #000000;
}
.menu li li li {
	background:#f9f9f9;
}
.menu li li a {
	float:none;
	font: bold 85% Verdana, Arial, sans-serif;
	padding: .5em;
	/*white-space: nowrap;*/
	color: #333;
	font-weight: normal;
	letter-spacing: normal;
	/*width:7.45em;*/
}

.menu li li a.children {
	background-image: url(/images/menu-pfeil.gif);
	background-position: right center;
	background-repeat: no-repeat;
}

.menu li li a:hover {
	color: #465A94;
}

/* quick hacks for IE */
*html .menu li li {
	margin-bottom:-3px;
}

*html .menu li li li {
	margin-bottom:-3px;
}

*+html .menu li li {
	margin-bottom:-3px;
}

*+html .menu li li li {
	margin-bottom:-3px;
}

*html .menu li ul {
	padding-bottom:3px;
}

*+html .menu li ul {
	padding-bottom:3px;
}
