/* 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: none;
width: 215px;
}

/* Each 2nd Level Sub Page in the UL */
.suckertreemenu ul li ul li{
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 {
background: #ffffff;
background: -moz-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f0f0f0));
background: -webkit-linear-gradient(top, #ffffff 0%,#f0f0f0 100%);
background: -o-linear-gradient(top, #ffffff 0%,#f0f0f0 100%);
background: -ms-linear-gradient(top, #ffffff 0%,#f0f0f0 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 );
background: linear-gradient(top, #ffffff 0%,#f0f0f0 100%);
border-bottom: 1px solid #fff;
float: left;
width: 215px;
padding: 9px 5px 10px;
color:#9D9088;
text-decoration:none;
text-transform:uppercase;
font-weight: normal;
}
/* 2nd level links hover state*/
.suckertreemenu ul li ul li a:hover{
background: #b9b0ab;
background: -moz-linear-gradient(top, #b9b0ab 0%, #9a918b 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b9b0ab), color-stop(100%,#9a918b));
background: -webkit-linear-gradient(top, #b9b0ab 0%,#9a918b 100%);
background: -o-linear-gradient(top, #b9b0ab 0%,#9a918b 100%);
background: -ms-linear-gradient(top, #b9b0ab 0%,#9a918b 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b9b0ab', endColorstr='#9a918b',GradientType=0 );
background: linear-gradient(top, #b9b0ab 0%,#9a918b 100%);
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{
float: left;
width: 160px;
}
/* 3rd level links hover state*/
.suckertreemenu ul li ul li ul li a:hover{
}
/* 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; }
