
.suckertreemenu ul{
margin:0;
padding:0 0 0 0;
width:212px;
list-style-type: none;
background-color:#f3f3f3 !important;
}

* html .suckertreemenu ul{
margin:0 0 0 0;
background-color:#f3f3f3;
width:202px !important;
padding:0 0 0 0 ;
list-style-type: none;
}
/*Top level list items*/
.suckertreemenu ul li{
position: relative;
padding: 0 0 0 0 !important;
background-color: #F3F3F3; /*overall menu background color*/
width:212px;
vertical-align:top;
background:none !important;
font-weight:normal !important;
margin:0px 0pt !important;
}
/* for IE */
* html .suckertreemenu ul li 
{
display: relative;
background-color: #F3F3F3; /*overall menu background color*/
width:202px !important;
vertical-align:bottom;
background:none !important;
font-weight:normal !important;
margin:0px 0pt !important;
padding-left:0px !important;

}
/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
height:14px;
padding: 0 0 0 0;
text-decoration: none;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color: green;
width:214px;

}
* html .suckertreemenu ul li a{
display: block;
height:14px;
padding: 0 0 0 0;
text-decoration: none;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color: green;
width:202px;

}
/*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: list;
visibility:hidden;
border:1px green solid;

}
/*1st sub level menu*/
* html .suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: list;
width:202px !important;
visibility:hidden;
border:1px green solid;

}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
padding-left:0;



}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
margin-left:-11px !important; /* no need to change, as true value set by script */
top: 0;

}
*html .suckertreemenu ul li ul li ul{ 
margin-left:0px !important; /* 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;
color: black;
text-decoration: none;
padding-left:10px;
padding-bottom:3px;
padding-top:3px;
padding-right:0px;
}
* html .suckertreemenu ul li ul li a{
display: list-item;
color: black;
text-decoration: none;
padding-left:10px;
padding-bottom:3px;
padding-top:3px;
padding-right:0px;
}

.suckertreemenu ul li a:hover{
background-color:green;
width:202px;
color: white;
padding-left:10px;

}
* html .suckertreemenu ul li a:hover{
background-color:green;
width:202px;
color: white;
padding-left:10px;
}

