/* ######### Drop Down ULs CSS ######### */


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font: normal 11px Tahoma;
margin: 0px;
padding: 0px;
position: absolute;
left: 0;
top: 0;
list-style:none;
visibility: hidden;
z-index: 5000;

}

.ddsubmenustyle ul li {
	list-style:none;
}

.ddsubmenustyle li a{
display: block;
width: 100%; /*width of menu (not including side paddings)*/
color: white;
padding: 0px 0px 0px 0px;
text-align:center;
list-style:none;
background-image:url(../Bilder/drop_bg.jpg);
height:19px;
width:96px;
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block;
list-style:none;
width: 100%; /*width of menu (include side paddings of LI A*/
}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding: 0px;
margin: 0px;
border: 0px;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
padding: 0px;
left: 100px;
border: 0;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
width: 0;
height: 0;
display: block;
}
