.suckertreemenu ul{
    margin: 0;
    padding: 0px 0px 0px 10px;
    list-style-type: none;
    position:relative;
    z-index:100;
}

/*Top level list items*/
.suckertreemenu ul li{
    position: relative;
    display: inline;
    float: left;
    padding:0px;margin: 0;

/*background-color: #F3F3F3; overall menu background color*/
}


/*Top level menu link items style*/

.suckertreemenu ul li a {
/*display: block; width: 90px; Width of top level menu link items*/
    padding:0;
    padding-left:3px;
    padding-right:3px;
    margin:0px;
    text-decoration: none;
    color: #000000;
    font: bold 11px arial;
    letter-spacing:0px;
}
	
.suckertreemenu ul li a:hover {

    letter-spacing:0px;
    color: #FFFFFF;
    font: bold 11px arial;
    padding:0;
    padding-left:3px;
    padding-right:3px;
    
}	
	
/*1st sub level menu*/
.suckertreemenu ul li ul {
    left: 0;
    padding:0px;
    margin:0px;
    position: absolute;
    top: 1em; /* no need to change, as true value set by script */
    display: block;
    width:170px;
    font-size: 1.1em;
    letter-spacing:1px;
    background:#ff7100;
    font-family: Arial;
    font-weight:normal;
    visibility: hidden;

}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li {
    font-size: 12px;
    letter-spacing:1px;
    font-family: Arial;
    font-weight:normal;
    display: list-item;
    float: none;    background:#ff7100;

}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul { 
    left: 159px; /* no need to change, as true value set by script */
    top: 0;
    font-size: 12px;
    letter-spacing:1px;
    font-family: Arial;    background:#ff7100;
    font-weight:normal;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a {
    display: block;
    width: 160px; /*width of sub menu levels*/
    color: #000000;
    font-size: 12px;
    letter-spacing:0px;
    font-family: Arial;
    font-weight:bold;
    text-decoration: none;
    padding:0px;
}

.suckertreemenu ul li ul li a:hover {
    display: block;
    width: 160px; /*width of sub menu levels*/
    color: #FFFFFF;
    font-size: 12px;
    letter-spacing:0px;
    font-family: Arial;
    font-weight:bold;
    text-decoration: none;
    padding:0px;
/*border: 1px solid #ccc;*/
}



/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon {
    background: url(/poze/treeh_jos.gif) no-repeat center right;
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
    background: #686868 url(/poze/treeh_dr.gif) no-repeat center right;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
    padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%;}
* html .suckertreemenu ul li a { height: 1%;}
* html .suckertreemenu ul li ul li { float: left;}
/* End */

