
.suckertreemenu { float: left; /*height: 40px;*/  }
.suckertreemenu a { font-weight: normal; }
.suckertreemenu a:link { color: #777; text-decoration: none; font-weight: normal; }
.suckertreemenu a:visited { color: #777; text-decoration: none; font-weight: normal; }
.suckertreemenu a:hover { color: #333; text-decoration: none; font-weight: normal; }
.suckertreemenu a:active { color: #777; text-decoration: none; font-weight: normal; }
.suckertreemenu ul#treemenu1 li.active a { color: #1f65b3; font-size: 1.0em; text-transform: uppercase; position: relative; top: 0px; }

.suckertreemenu ul#treemenu1 li.active ul li a { color: #777; font-size: 1em; text-transform: none; position: relative; top: 0px; }
.suckertreemenu ul#treemenu1 li.active ul li a:hover { color: #333; font-size: 1em; text-transform: none;  position: relative; top: 0px; }



.suckertreemenu ul{
margin: 0;
padding: 0;
/*padding-top: 9px;*/
padding-top: 7px;
list-style-type: none;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
background-color: transparent;
border-right: 1px solid #999;
}

.suckertreemenu ul li.last { border-right: none; }

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
width: 90px; /*Width of top level menu link items*/
padding: 1px 2px;
text-decoration: none;
text-align:center;
color: #999;
border-right: none;
}
	
/*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: #e9e9e9;
padding-bottom: 4px;
padding-left: 4px;
padding-right: 4px;
text-align: left;
border-right: none;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
padding-bottom: .25em;
text-align: left;
border-right: none;
}

/*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: 190px; /*width of sub menu levels*/
color: navy;
text-decoration: none;
padding: 1px 5px;
text-align: left;
border-right: none;
voice-family: "\"}\"";
voice-family: inherit;
width: 180px;
}

.suckertreemenu ul li a:hover{ color: #333; }
.suckertreemenu ul li ul li a:hover{ background-color: #e0e0e0; }

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
background: url(../images/arrow-down.gif) no-repeat center right;
background: none;
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background: #9e9e9e url(../images/arrow-right.gif) no-repeat center right;
background: none;
}

* 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 */