/* 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;
font-size:10px;
}

/* Each section */
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
color:#FFF;
padding-top:12px;
margin-right:0px;
}

/*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: 210px;
margin-top:5px;
}

/* Each 2nd Level Sub Page in the UL */
.suckertreemenu ul li ul li{
display: list-item;
float: none;
width: 210px;
z-index:9999;
position:relative;
background-color: #5f5f60;
height:22px;
padding-top: 8px;
background-repeat:repeat-y;
color:#012e75;
margin-top:-3px;

}
/*Second Level rounded tops */
.suckertreemenu ul li .roundedtop{
height:10px;
padding-top:0px;
background:none;
}
/* Second Level rounded bottoms */
.suckertreemenu ul li .roundedbottom{
height:10px;
padding-top:0px;
background:none;
margin-top:-2px;
}
/* 2nd level links*/
.suckertreemenu ul li ul li a{
display: block;
text-decoration: none;
padding: 1px 5px;
color:#FFF;
border-bottom:1px dotted #ffffff;
line-height:16px;
}
/* 2nd level links hover state*/
.suckertreemenu ul li ul li a:hover{
text-decoration: none;
color:#000000;
}

/*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: 210px;
margin-top: -10px;
}
/* 3rd level pages li */
.suckertreemenu ul li ul li ul li{
width: 210px;
color:#ffffff;
}
/* 3rd level links*/
.suckertreemenu ul li ul li ul li a{
display: block;
text-decoration: none;
padding: 1px 5px;
color:#ffffff;
}
/* 3rd level links hover state*/
.suckertreemenu ul li ul li ul li a:hover{
text-decoration: none;
color:#000000;
}
/* Third level rounded top */
.suckertreemenu ul li ul li .roundedtop{
height:10px;
padding-top:0px;
background:none;
}
/*Third level rounded bottom */
.suckertreemenu ul li ul li .roundedbottom{
height:10px;
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; }