ul.dropdown {
	position: absolute;
	z-index: 1000;
}

ul.dropdown, ul.dropdown ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul.dropdown a {
    display: block;
    width: 94px;
    height: 24px;
    padding-left: 10px;
    padding-top: 3px;
    background-image: url(/fileadmin/templates/img/menu_bg.png);
    background-repeat: no-repeat;
    font: normal 12px/15px Verdana, Arial, Sans-Serif;
    color: #4D4D4D;
    text-decoration: none;
}
ul.dropdown a:hover, ul.dropdown a.active {
    background-image: url(/fileadmin/templates/img/menu_bg_act.png);
}

ul.dropdown ul a {
    padding: 0;
}
ul.dropdown li {
    padding:0;
    margin:0;
    background-image: none;
    float:left;
    z-index: 1000;
}

ul.dropdown ul {
	margin:0;
	padding:0;
	padding-top: 10px;
    position: absolute;
    display:none;
    width: 117px;
	border-top: 0;
	background-image: url(/fileadmin/templates/img/dropdown_bg.png);
	background-repeat: repeat-y;
	padding-left: 9px;
	}

ul.dropdown ul a {
	background-image: none;
	border: none;
	width: 92px;
	font: normal 10px/13px Verdana, Arial, Sans-Serif;
	margin-bottom: 12px;
	height: auto;
}
ul.dropdown ul a:hover, ul.dropdown ul a.active {
	background-image: none;
	color: #008ac9;
}

ul.dropdown ul .dropdown_shadow_bottom {
	position: absolute;
	bottom: -4px;
	left: 0px;
	width: 125px;
	height: 4px;
	background-image: url(/fileadmin/templates/img/dropdown_shadow_bottom.png);
	background-repeat: no-repeat;
}


/* IE-Hack f�r die Breite */
*html ul.dropdown ul {
    width:89px;
    letter-spacing: -0.05em;
}

/* Dies sind die Klassenstile f�r das Untermen� wenn sich die Maus */
/* �ber der Liste  befindet (.hover siehe JavaScript oben) */
ul.dropdown ul.hover, ul.dropdown li.hover ul, ul.dropdown li:hover ul  {
    display:block;
}

ul.dropdown ul li {
    float:none;
    background-color: transparent;
}
