.suckertreemenu{
font-family:Corbel;
color:white;
font-size: 14px;
font-weight:bold;
height: 47px;
background: #cee0ec url(../images/dogusmeiller_02.gif) repeat-x;
padding-left:0px;
font-size:100%;
line-height:45px;
text-transform:uppercase;
}

.suckertreemenu ul{
	height: 45px;
margin: 0;
padding: 0;
list-style-type: none;
}

.suckertreemenu ul li{
	height: 47px;
position: relative;
display: inline;
float: left;
	background: #cee0ec url(../images/dogusmeiller_02.gif) repeat-x;
z-index:200;
}

.suckertreemenu ul li a{
	height: 45px;
display: block;
width: 150px; /*Width of top level menu link items*/
padding: 1px 8px;
text-decoration: none;
color: white;
	background: #cee0ec url(../images/dogusmeiller_02.gif) repeat-x;
text-align:center;
}
	
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
	background: #b6dffd;
	height: 45px;
z-index:10;
}

.suckertreemenu ul li ul li{
z-index:10;
display: list-item;
float: none;
	background: #b6dffd;
	height: 45px;

}

.suckertreemenu ul li ul li ul{ 
left: 159px; 
top: 0;

	background: #b6dffd;
	height: 45px;
}

.suckertreemenu ul li ul li a{
display: block;
width: 156px; /*width of sub menu levels*/
color: white;
text-decoration: none;
padding: 1px 5px;
background: #cee0ec url(../images/dogusmeiller_02.gif) repeat-x;
	height: 45px;
}

.suckertreemenu ul li a:hover{
	background: #cee0ec url(../images/dogusmeiller_02b.gif) repeat-x;
color: white;
	height: 45px;
}

.suckertreemenu .mainfoldericon{
	background: #cee0ec url(../images/dogusmeiller_02.gif) repeat-x;
}

.suckertreemenu .subfoldericon{
	background: #cee0ec url(../images/dogusmeiller_02.gif) repeat-x;
}

* html p#iepara{
padding-top: 1em;
}
	

* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
