.suckertreemenu {
margin:auto;
text-align:center;
margin-top:5px;
}

.suckertreemenu ul{
margin:0;
padding: 0;
list-style-type: none;
text-align:center;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float:left;
padding-left:20px; padding-right:20px; font-size:15px; color:white; text-decoration:none; padding-bottom:0px;
font-weight:normal;
font-size:14px;
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
position: relative;
display: inline;
float:left;
color:white; text-decoration:none; padding-bottom:2px;
}
	
/*1st sub level menu*/
.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-color:#072B5D;
color:white;
padding-left:5px; 
padding-right:5px;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
font-size:12px;
padding-left:0px;
padding-right:0px;

}

/*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;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 160px; /*width of sub menu levels*/
color: white;
text-decoration: none;
padding: 1px 5px;
background-color:#072B5D;
}

.suckertreemenu ul li a:hover{
background-color: white;
color: #072B5D;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
background: #072B5D;
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background: #F3F3F3;
}

* 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%; }
/* End */

