#menu {
	width: 760px;
	background: url(file:///D|/Feuerwehr/13.png);;
	float: left;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
width: 152px;
float: left;
}

#menu a, #menu h2 {
font: bold 11px/16px  Georgia, "Times New Roman", Times, serif;
display: block;
border-width: 1px;
border-style: solid;
border-color: #000000;
margin: 0;
padding: 2px 3px;
}

#menu h2 {
	color: #000000;
	text-transform: uppercase;
    background: url(file:///D|/Feuerwehr/13.png);
	font-family: Georgia, "Times New Roman", Times, serif;
}

#menu a {
color: #000000;
background: url(../Feuerwehr-Ranzel-thumps/slidenavbar.jpg);
text-decoration: none;
}

#menu a:hover {
color: #CCCCCC;
background: #000000;
}

#menu li {position: relative;}

#menu ul ul {
position: absolute;
z-index: 500;
}

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

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover 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;}
