@charset "utf-8";

/* For Menu Testing Only */



/* CSS Popout Menu */

#menu{ font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; position:absolute; left:5px; background:#336699; padding:0; z-index:2; width:132px; }

#menu a, #menu h2{ display:block; white-space:nowrap; text-indent:2px; width:122px; border: solid 0 #fff; }

#menu a{ background:#edeef6 url(../gfx/gifs/menue/tile-silver-3.gif) repeat-x; text-decoration:none; padding: 4px; }

#menu a, #menu a:visited{
color:#494c59;
}

#menu a:hover{
color:#000;
background:#e2e2ec url(../gfx/gifs/menue/tile-blue-over-3.gif) repeat-x;
}

#menu a:active{
color:#060;
background:#e2e2ec url(../gfx/gifs/menue/tile-blue-on-3.gif) repeat-x;
}

#menu h2{ color:#fff; font-size: 12px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; background:#369 ; text-transform:uppercase; margin:0; padding:0; width:130px; /* Breite der überschrift */
}

#menu li{
list-style-type:none;
}

#menu ul li{
position:relative;
}

#menu li ul{
position:absolute;
top:0;
left:130px; /* Abstand des popup menues*/
display:none;
}

/* Fix IE. Hide from IE Mac \*/
* html #menu ul li{float:left;height:1%;}
* html #menu ul li a{height:1%;}
/* End */

div#menu ul, #menu ul ul, div#menu ul ul ul{
margin:0;
padding:0;
list-style-image:none;
width:130px;
}

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

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

/* Styling for Expand */

#menu a.x, #menu a.x:visited{
text-indent:2px;
color:#494c59;
background:#edeef6 url(../gfx/gifs/menue/tile-silver-3-x.gif) repeat-x;
}

#menu a.x:hover{
color:#000;
background:#edeef6 url(../gfx/gifs/menue/tile-blue-over-3.gif) repeat-x;
}

#menu a.x:active{
color:#060;
background:#e2e2ec url(../gfx/gifs/menue/tile-blue-on-3.gif) repeat-x;
}
p { margin: 0; padding: 0; }
