/* style the outer div to give it width */
.menu {
	width:680px;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	margin:0 auto;
	padding:0;
	}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
	}

.menu ul ul {
	width:111px;
	}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	position:relative;
	width:111px;
	}

/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	text-decoration:none;
	color:#fff;
	width:110px;
	border:1px solid #825406;
	border-width:0px 1px 0 0;
    background-color: #;
	line-height:2.6em;
	}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
	width:111px;
	w\idth:110px;
	}


/* style the second level hover */
.menu ul ul a.drop:hover{
	background:#ffffff;
	}
.menu ul ul :hover > a.drop {
	background:#ffffff;
	}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	top:31px;
	left:0;
	width:111px;
	}
/* another hack for IE5.5 */
* html .menu ul ul {
	top:30px;
	t\op:31px;
	}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	background-image: url(../../Bilder/navi_bg.gif) ;
	color:#003300;
	line-height:2em;
	padding:0;
	width:110px;
	background-image: url(../../Bilder/navi_bg.gif) ;
/* yet another hack for IE5.5 */
	}
* html .menu ul ul a{
	width:111px;
	w\idth:110px;
	}


/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
	color:#ffffff;
	background-image: url(../../Bilder/navi_bg.gif) ;
	}

.menu :hover > a, .menu ul ul :hover > a {
	color:#ffffff;
	background-image: url(../../Bilder/navi_bg.gif) ;
	}

/* make the second level visible when hover on first level list OR link */
.menu ul :hover ul{
	visibility:visible;
	}
/*
--------------------------------------------------------------------------------
                                Menu-Formatierung-Ende
--------------------------------------------------------------------------------
*/
