/* BEGIN TOP NAV */

#topnav{
	clear: left;
	width: 100%;
	height: 23px;
	background: #8e8751;
	padding: 0px 0;
	border-bottom: 2px solid #59542e;
	border-top: 2px solid #59542e;
	text-decoration: none;
}

.suckertreemenu ul{
margin: 0;
padding: 0;
float: right;
list-style-type: none;
}

html>body .suckertreemenu ul { margin: 0 0px 0 0; }

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
background-color: #7d764a; /*overall menu background color*/
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
width: 120px; /*Width of top level menu link items*/
padding: 1px 8px;
border-left: 2px solid #59542e;
border-bottom: 0px solid #59542e;
text-decoration: none;
color: #FFF;
font-size: 110%;
}

.suckertreemenu ul li.nb1 a { width: 45px; }
.suckertreemenu ul li.nb2 a { width: 125px; }
.suckertreemenu ul li.nb3 a { width: 70px; }
.suckertreemenu ul li.nb4 a { width: 47px; }
.suckertreemenu ul li.nb5 a { width: 52px; }
.suckertreemenu ul li.nb6 a { width: 92px; }
.suckertreemenu ul li.nb7 a { width: 68px; }
.suckertreemenu ul li.nb8 a { width: 99px; }
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
position: absolute;
margin: 7px 0 0 -65px;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}
ul#treemenu1 li.nb2 ul { margin: 7px 0 0 -142px; }
ul#treemenu1 li.nb3 ul { margin: 7px 0 0 -87px; }
ul#treemenu1 li.nb4 ul { margin: 7px 0 0 -65px; }
ul#treemenu1 li.nb5 ul { margin: 7px 0 0 -69px; }
ul#treemenu1 li.nb6 ul { margin: 7px 0 0 -109px; }
ul#treemenu1 li.nb7 ul { margin: 7px 0 0 -85px; }
ul#treemenu1 li.nb8 ul { margin: 7px 0 0 -177px; }

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
}

ul#treemenu1 li.nb1 ul li a { width: 200px; }
ul#treemenu1 li.nb2 ul li a { width: 170px; }
ul#treemenu1 li.nb3 ul li a { width: 165px; }
ul#treemenu1 li.nb4 ul li a { width: 235px; }
ul#treemenu1 li.nb5 ul li a { width: 170px; }
ul#treemenu1 li.nb6 ul li a { width: 180px; }
ul#treemenu1 li.nb7 ul li a { width: 180px; }
ul#treemenu1 li.nb8 ul li a { width: 165px; }

/*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: 160px; /*width of sub menu levels*/
color: #FFF;
text-decoration: none;
padding: 1px 5px;
border: 1px solid #59542e;
}

.suckertreemenu ul li a:hover{
background-color: #25290E;
color: white;
}

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

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background: #F3F3F3 url(images/arrow-down.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 .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */

/* END TOP NAV */
