/* GENERAL STYLES */
.navtree { width:900px; margin:0 auto; }

.navtree ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.navtree ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.navtree ul li a {
position:relative;float:left; /*added 03/11*/
display: block;
/*width: 90px;*/ /*Width of top level menu link items*/
padding: 0 25px 0 0;
/*border: 1px solid white;border-left-width: 0;*/
text-decoration: none;
color: #77787c;
white-space:nowrap; /*added 03/11*/
}

.navtree ul li a:visited { text-decoration: none;color: #77787c;}
	
/*1st sub level menu*/
.navtree ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
border-bottom:3px solid #fff;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.navtree ul li ul li{
display: list-item;
float: none;
background-color: #ffffff; /*overall menu background color*/
/*filter:alpha(opacity=90);opacity: 0.9;-moz-opacity:0.9;*/
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.navtree ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.navtree ul li ul li a, .navtree ul li ul li a:visited {
display: block;
width: 160px; /*width of sub menu levels*/
color: #77787c;
text-decoration: none;
padding: 3px 10px;
/*border: 1px solid #fff;*/
white-space:normal; /*added 03/11*/
float:none; /*added 03/11*/
}

.navtree ul li a:hover {
color: #000;
text-decoration: none;
}
.navtree ul li ul li a:hover{
background-color: #ccc;
}

.navtree ul li ul li ul li a {
	white-space:normal; /*added 03/11*/
	float:none; /*added 03/11*/
}
/*Background image for top level menu list links */
.navtree .mainfoldericon{
/*background: #ffffff;*/
}

/*Background image for subsequent level menu list links */
.navtree .subfoldericon{
background: #ffffff url(/images/tri.gif) no-repeat center right;
}

* 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 .navtree ul li { float: left; height: 1%;}
* html .navtree ul li a { height: 1%;}
* html .navtree ul li ul li { float: left; clear:left;} 
/* End */

/* EDITOR PROPERTIES */

