/* Begin CSS Popout Menu */


#menu{
width:100%;
float:left;
}

#menu a, #menu h2{
font:bold 10px/16px Verdana, Arial, Helvetica, sans-serif;
display:block;
white-space:nowrap;
margin:0;
padding:1px 0 1px 3px;
}

#kontakt a, #kontakt h3{
font:bold 10px/16px Verdana, Arial, Helvetica, sans-serif;
display:block;
white-space:nowrap;
margin:0;
padding:1px 0 1px 3px;
color:#fff;
text-decoration:none;
}

#kontakt a:hover{
	color:#fff;
	background:#000;
	margin:0;
	padding:0px 0px 0px 3px;
}

#menu h2{
color:#fff;
/* background:url(images/expand3.gif) no-repeat 100% 100%;  */
}

#menu a{
	background:#BD4139;
	text-decoration:none;
	border: 1px solid;
	border-color: #999 #333 #333 #999;
}

#menu a, #menu a:visited{
color:#FFFFFF;
}

#menu a:hover{
color:#000;
background:#ddd;
}

#menu a:active{
color:#10436C;
background:#ccc;
}

#menu ul{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
}

#menu li{
	position:relative;
}

#menu ul ul{
position:absolute;
z-index:500;
top:auto;
display:none;
width:12em;
}

#menu ul ul ul{
top:10px;
left:85%;

}


/* 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(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{
color:#FFFFFF;
background:#BD4139 url(images/expand3.gif) no-repeat 100% 100%;
}

#menu a.x:hover{
color:#000000;
background:#ddd;
}

#menu a.x:active{
color:#10436C;
background:#ccc;
}

/* End CSS Popout Menu */

