#rechts{
float:right;margin-left:50px;right:0;width:35%;
}
#links {
left:0;width:65%;
}
#menustyle {
	position:relative;
	float:left;
	font-size:100%;
	padding:0 0 0 3px;
	margin:0;
	top:-4px;
	left:653px;
	z-index:1000;
	text-align:left;
	background: url("http://www.eickelschulte.de/wp-content/themes/yoo_phoenix_wp/images/topmenu_item_bg.png") no-repeat scroll 0 50% transparent;
}

.esmenu {
font-family:Arial,Helvetica,sans-serif;
}

/* remove all the bullets, borders and padding from the default list styling */
.esmenu ul {
padding:0;
margin:0;
list-style-type:none;
}

/* hack for IE5.5 */
* html .esmenu ul {
}

/* position relative so that you can position the sub levels */
.esmenu li {
position:relative;
background-color:transparent;
height:100%;
}

.esmenu li ul {
border:1px solid #75787F;
background-color:#ffffff;
}

/* get rid of the table */
.esmenu table {
position:absolute; 
border-collapse:collapse; 
bottom:0; 
left:0; 
z-index:100; 
font-size: 1em;
}

/* style the links */
.esmenu a, .esmenu a:visited {
display:block; 
height:164%;
line-height:164%;
color:#75787F !important;
padding: 0 4px !important;
margin: 0;
}

/* hack for IE5.5 */
* html .esmenu a, * html .esmenu a:visited {

}

/* style the link hover */
* html .esmenu a:hover {
background-color:#efeff1;

}

.esmenu :hover > a {
color:#D75D2E !important;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.esmenu ul ul {
visibility:hidden;
position:absolute;
bottom:16px;
left:-130px; 
width:160px;
}

* html .esmenu ul ul {
}

/* make the second level visible when hover on first level list OR link */
.esmenu ul :hover ul{
visibility:visible;
}

* html .esmenu ul ul a:hover {
background-color:#ffffff;
}

/* keep the third level hidden when you hover on first level list OR link */
.esmenu ul :hover ul ul{
visibility:hidden;
position:absolute;
bottom:-1px;
left:-162px; 
}

/* keep the fourth level hidden when you hover on second level list OR link */
.esmenu ul :hover ul :hover ul ul{
visibility:hidden;
position:absolute;
bottom:-1px;
left:-162px; 
}

/* make the third level visible when you hover over second level list OR link */
.esmenu ul :hover ul :hover ul{ 
visibility:visible;
}

/* make the fourth level visible when you hover over third level list OR link */
.esmenu ul :hover ul :hover ul :hover ul { 
visibility:visible;
}
  
             
  
  
               
  
  
  
