#menu {
	margin: 0px 0 0 0;
	padding:94px 0 0 210px;
	height: 16px;
	color:#000000;
	z-index:100000;
}


#menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
	z-index:100001;
	}


#menu li {
	z-index:100002;
    position: relative;
	float: left;
    display: inline;
	text-align:center;
	}

/* top level links */
#menu a, #menu a:visited {
	z-index:100002;
    font-size: 11px;
	text-decoration: none;
	font-weight: none; 
	margin: 0 0 0 0;
	width:75px;
	padding: 4px 2px 2px 2px;
	height:16px;
	text-align:center;
	color: #000000;
	font-weight:bold;
	display: block;
	}


/*
#menu  ul li:hover, ul ul li:hover, ul ul ul li:hover {
	top: 0;
	left: 0;
	color: #000000;
	background:#F5EBBE;
	-moz-border-radius-topright:25%;
}*/

	
/* top level hover */
#menu a:hover {
	z-index:100002;
	background:#F5EBBE;
	-moz-border-radius-topright:25%;
	}

#menu :hover > a, #menu ul ul :hover > a {
	z-index:100002;
	background:#F5EBBE;
	-moz-border-radius-topright:25%;
	}	

/* 2nd level ------------------------------------------------------------------------------ */
/* hide sublevels */
#menu ul ul {
	visibility:hidden;
	position:absolute;
	top:0px;
	left:0px;
	margin:20px 0px 10px 0px;
	width:149px;
	z-index:100002;
	background:url(foo) fixed;
	}

#menu ul ul ul {
	margin:0px 0px 10px 0px;
}


/* 2nd level visible when top hover */
#menu ul li:hover ul,
#menu ul a:hover ul{
	z-index:100002;
	visibility:visible;
	}


/* 2nd level list */
#menu ul ul li {
	height:22px;
	padding:0px;
	}

/* 2nd level links */
#menu ul ul a, #menu ul ul a:visited {
	text-align:left;
	display:block;
	height:22px;
    background: #F4F4F6;
	color:#333333;
	line-height:21px;
	padding:0px 10px;
	width:129px;
	}

/* IE5.5 hack */
* html #menu ul ul a, * html #menu ul ul a:visited {
	width:149px;
	w\idth:129px;
	}
	
/* 2nd level hover (heed the order) */
#menu ul ul a:hover, ul ul ul a:hover, ul ul ul ul a:hover {
background:#F0DC8C;
-moz-border-radius-topright:0;
	}	

/* 2nd level links with 3rd level (place here a optional different bg for 2nd level drop links - do not forget to adapt this optional bg in the related hovers)*/
/*#menu ul ul a.drop, #menu ul ul a.drop:visited {
	}*/

#menu ul ul a.drop:hover {
background:#F0DC8C;
-moz-border-radius-topright:0;
	}

#menu ul ul :hover > a.drop {
-moz-border-radius-topright:0;
	}	

/* 3rd level ------------------------------------------------------------------------------ */
/* position 3rd level flyout */
#menu ul ul ul{
	position:absolute;
	left:149px;
	top:-21px;
	padding:20px 0px 10px 0px;
	width:149px;
	}
	
/* 3rd level hidden */
#menu ul :hover ul ul{
	visibility:hidden;
	}

/* 3rd level visible when 2nd hover  */
#menu ul :hover ul :hover ul{
	visibility:visible;
	}	

/* position 3rd level flyout left -> damit links nicht über den rand hinausfliegen */
#menu ul ul ul.left {
	left:-149px;
	}

/* 3rd level links */
#menu ul ul ul a, #menu ul ul ul a:visited {
	color:#333333;
	}

/* 3rd level hover (heed the order) */
#menu ul ul ul a:hover {
background:#F0DC8C;
	color:#333333;
	}


/* IE hack ------------------------------------------------------------------------------ */
#menu table {
	position:absolute;
	top:0px;
	left:0px;
	border-collapse:collapse;
	z-index:100;
	}
	
#menu .logout { color:#E4ECF2; }
