/* CSS Menus - Horizontal CSS Menu with Dropdown and Popout Menus - 20050131 */



/* Begin CSS Popout Menu */

#menu{
    position:absolute;
    top: 185px;
    left: 0;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
    padding-bottom:-1px; /* nur fuer IE */
    font:bold 14px/18px arial,helvetica,sans-serif;
    text-color: #000000;
}

#menu a, #menu h2{
    display:block;
    border-width:1px;
    border-style:none;
    white-space:nowrap;
}

#act a{
    font:bold 8px arial,helvetica,sans-serif;
    text-color: #ff0000;
    display:block;
    border-width:1px;
    border-style:none;
    white-space:nowrap;
    margin:0;
    background: url(../imgcp/Buttonbild.png) top left no-repeat;
}

#menu a{
    text-decoration:none;
}

#menu a, #menu a:visited {
    color:#f0f0f0;
    padding:1px 0 1px 19px;
}

#menu a:hover {
    color: #ffffff;
    background: url(../imgcp/Buttonbild.png) top left no-repeat;
}

#menu a:active {
    color: #ffffff;
}

#menu ul{
    list-style:none;
    margin:0;
    width:11em;
    margin:0 0 1px 0;
}

#menu ul.act {
    background: url(../imgcp/Buttonbild.png) top left no-repeat;
}

#menu li{
    position:relative;
}

#menu ul ul{
    font:bold 12px/14px arial,helvetica,sans-serif;
    position:absolute;
    top:auto;
    left:10%;
    display:none;
    text-color:#000000;
    padding:5px 0 5px 0;
    margin:0 0 0 0;
    background:#555555;
}

#menu ul.act ul {
    font: 12px/14px arial,helvetica,sans-serif;
    position:relative;
    top:auto;
    left:5%;
    display:block;
    padding:0 0 0 0;
    margin:0 0 0 0;
    background: transparent;
}

#menu ul.act li.act {
    background: url(../imgcp/Buttonbild.png) top left no-repeat;
}

#menu ul.act li.act a {
    color: #ffffff;
}

#menu ul.act li ul li {
    display: block;
float:none;
}


#menu ul ul ul{
    top:0;
    left:100%;
    margin:0 0 0 0;
}

/* Begin non-anchor hover selectors */

/* Enter the more specific element (div) selector
on non-anchor hovers for IE5.x to comply with the
older version of csshover.htc - V1.21.041022. It
improves IE's performance speed to use the older
file and this method */

div#menu h2:hover {
  background:#000 url(/css/images/expand3.gif) no-repeat -999px -9999px;
}

div#menu li:hover {
  cursor:pointer;
  z-index:100;
}

div#menu li:hover ul ul,
div#menu li li:hover ul ul,
div#menu li li li:hover ul ul,
div#menu li li li li:hover ul ul
{display:none;}

div#menu li:hover ul,
div#menu li li:hover ul,
div#menu li li li:hover ul,
div#menu li li li li:hover ul
{display:block;}

/* End of non-anchor hover selectors */

/* Styling for Expand */

#menu a.x, #menu a.x:visited {
font-weight:bold;
color:#000;
background:#eee url(/css/images/expand3.gif) no-repeat 100% 100%;
}

#menu a.x:hover {
color:#fff;
background:#000;
}

#menu a.x:active {
    background: url(../imgcp/Buttonbild.png) top left no-repeat;
}

/* End CSS Popout Menu */


