ul,li,a
{
	display: block;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

ul
{
	width: 160px;
	border: 1px solid #9D9DA1;
	color: inherit;
	background-color: #FFFFFF;
	list-style: none;
	background-image: url("img/menue.gif");
}

ul.breite_140
{
	width: 140px;
	border: 1px solid #9D9DA1;
	color: inherit;
	background-color: #FFFFFF;
	list-style: none;
	background-image: url("img/menue.gif");
}

ul.breite_150
{
	width: 150px;
	border: 1px solid #9D9DA1;
	color: inherit;
	background-color: #FFFFFF;
	list-style: none;
	background-image: url("img/menue.gif");
}

ul.breite_200
{
	width: 200px;
	border: 1px solid #9D9DA1;
	color: inherit;
	background-color: #FFFFFF;
	list-style: none;
	background-image: url("img/menue.gif");
}

ul.breite_230
{
	width: 230px;
	border: 1px solid #9D9DA1;
	color: inherit;
	background-color: #FFFFFF;
	list-style: none;
	background-image: url("img/menue.gif");
}

ul.breite_240
{
	width: 240px;
	border: 1px solid #9D9DA1;
	color: inherit;
	background-color: #FFFFFF;
	list-style: none;
	background-image: url("img/menue.gif");
}

ul.breite_270
{
	width: 270px;
	border: 1px solid #9D9DA1;
	color: inherit;
	background-color: #FFFFFF;
	list-style: none;
	background-image: url("img/menue.gif");
}

li
{
	position: relative;
	padding: 1px;
	z-index: 9;
}

li.folder
{
	background: url("") no-repeat;
}

li.folder ul
{
	position: absolute;
	left: 120px; /* Anweisung für den Internet Explorer */
	top: 5px;
}

li.folder>ul
{
	left: 110px; /* Anweisung für andere Browser */
}

a
{
	padding: 2px;
	text-decoration: none;
	color: gray;
	background-color: inherit;
	font-weight: bold;
	width: 100%; /* Anweisung für den Internet Explorer */
}

li>a
{
	width: auto; /* Anweisung für andere Browser */
}

/*----------------------------------------------------------------------*/
/* Reguläres Hoovern                                                         */
/*----------------------------------------------------------------------*/
a:hover
{
	border-color: gray;
	color: #000000;
	background-color: #BBB7C7;
}

li.folder a:hover
{
	color: inherit;
	background-color: #BBB7C7;
}

/*----------------------------------------------------------------------*/
/* Spezielles Hoovern                                                        */
/*----------------------------------------------------------------------*/
li.folder:hover
{
	z-index: 10;
}

ul ul, li:hover ul ul
{
	display: none;
}

li:hover ul, li:hover li:hover ul
{
	display: block;
}
