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