#cms_menu {
width: 100%;
background: #eeeeee;
float: left;
}
#cms_menu ul {
list-style: none;
margin: 0;
padding: 0;
width: 8em;
float: left;
}
#cms_menu a, #cms_menu h2 {
font: bold 11px/16px arial, helvetica, sans-serif;
display: block;
border-width: 1px;
border-style: solid;
border-color: #cccccc #888888 #555555 #bbbbbb;
margin: 0;
padding: 2px 3px;
}
/* #cms_menu h2 ist das root-menu*/
#cms_menu h2 {
/* color: #fff; */
color: #00f;
/* background: #00aaaa; */
background: #FCFC00;
text-transform: uppercase;
}
/* #cms_menu a ist der Eintrag mit Verlinkung, ohne MouseOver*/
#cms_menu a {
color: #000000;
background: #efefef;
text-decoration: none;
}
/*Ueberfahren mit der Maus*/
#cms_menu a:hover {
color: #aa0000;
background: #ffffff;
}
#cms_menu li {
position: relative;
}
#cms_menu ul ul {
position: absolute;
z-index: 500;
}
#cms_menu ul ul ul {
top: 0;
left: 99%;
}
div#cms_menu ul ul,
div#cms_menu ul li:hover ul ul,
div#cms_menu ul ul li:hover ul ul
{display: none;}

div#cms_menu ul li:hover ul,
div#cms_menu ul ul li:hover ul,
div#cms_menu ul ul ul li:hover ul
{display: block;}