/* UL of sections */
.suckertreemenu ul{
margin: 0;
padding: 0;
list-style: none;
list-style-type: none;
position: relative;
display: inline;
float: left;
color:#FFF;
z-index:10;
}

/* Each section */
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
color:#FFF;
}

/*Hover state of sections*/
.suckertreemenu ul li:hover {
list-style: none;
list-style-type: none;
color:#FFF;
}

/* Section Links */
.suckertreemenu ul li a{
display: block;
text-decoration: none;
color:#FFF;
}
/* Hover state for section links */
.suckertreemenu ul li a:hover{
color:#FFF;
text-decoration:none;
}
	
/*UL of Sub Pages*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 2em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
width: 215px;
}

/* Each 2nd Level Sub Page in the UL */
.suckertreemenu ul li ul li{
display: list-item;
float: left;
z-index:25;
}
/*Second Level rounded tops */
.suckertreemenu ul li .roundedtop{
height:16px;
padding-top:0px;
background:none;
}
/* Second Level rounded bottoms */
.suckertreemenu ul li .roundedbottom{
height:15px;
padding-top:0px;
background:none;
}
/* 2nd level links*/
.suckertreemenu ul li ul li a{
display: block;
width: 215px;
background: url(/CMS/Templates/Home/nav_bg.png) repeat-x;
height:33px;
line-height:33px;
padding-left:5px;
color:#9D9088;
text-decoration:none;
text-transform:uppercase;
}
/* 2nd level links hover state*/
.suckertreemenu ul li ul li a:hover{
background: url(/CMS/Templates/Home/nav_bg_over.png) repeat-x;
text-decoration:none;
color:#ffffff;
}

/*UL of Sub-Sub pages */
.suckertreemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
width: 160px;
}
/* 3rd level pages li */
.suckertreemenu ul li ul li ul li{
float: left;
z-index:25;
}
/* 3rd level links*/
.suckertreemenu ul li ul li ul li a{
display: block;
width: 160px;
background: url(/CMS/Templates/Home/nav_bg.png) repeat-x;
height:33px;
line-height:33px;
padding-left:5px;
color:#9D9088;
text-decoration:none;
text-transform:uppercase;
}
/* 3rd level links hover state*/
.suckertreemenu ul li ul li ul li a:hover{
background: url(/CMS/Templates/Home/nav_bg_over.png) repeat-x;
text-decoration:none;
color:#ffffff;
}
/* Third level rounded top */
.suckertreemenu ul li ul li .roundedtop{
height:16px;
padding-top:0px;
background:none;
}
/*Third level rounded bottom */
.suckertreemenu ul li ul li .roundedbottom{
height:15px;
padding-top:0px;
background:none;
}
/* Applies to any parent when their children are hovered */
.suckertreemenu .parenthover{
}


/*

----- IE HACKS BELOW THIS LINE -----

*/

* html p#iepara{padding-top: 1em;}
* html .suckertreemenu ul li { float:left; height:1%; position:relative; display:inline; float:left; }
* html .suckertreemenu ul li a { height: 1%; display:inline; float:left; }
* .suckertreemenu ul li ul li{ display: list-item; float: none; left:0px; }
* .suckertreemenu ul li ul li ul{ left: 259px; top: 0; }