#mainmenu{
	background:url("img/menubg.gif") left repeat-x;
	height:46px;
	margin-top:20px;
	padding-top:2px;
}

#treemenu1{
	padding:0px;margin:0px;
	background:url("img/mnulbg.gif") top center  no-repeat;
	margin-top:4px;
	height:20px;
}

#treemenu1 li{
	
	border-right:1px solid #aaa;
	height:26px;
	margin-top:10px;
	position: relative;
	display: inline;
	float: left;
}

#treemenu1 li li{margin:0px;border:none;}

#treemenu1 a:hover{background:transparent url("img/hover.gif") left center  no-repeat;text-decoration:underline;}
#treemenu1 li li a:hover{background: #77AD87 url(img/b3.gif) repeat-x top left;
}
#treemenu1 .lastitem{border-right:none;}
#treemenu1 .selected{font-weight:bold;color:#F9F6EB;}


#treemenu1 li ul li ul{background:#77AD87;}

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

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: block;
float: left;
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
	padding-left:20px;
	padding-right:20px;
	font-size:13px;
	font-weight:bold;
	margin-left:5px;
	color:#F9F2D9;
	
	background: transparent url("img/linkbg.gif") center left  no-repeat;
}
	
/*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:#3C8A54;
padding:0px;
}

.suckertreemenu ul li ul li a{
display:block;
white-space:nowrap;
background :transparent;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: 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;
}
html>body .suckertreemenu ul li ul li {
padding-left:0px;
padding-top:0px;
padding-bottom:10px;
display: block;
}
/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
margin:0px;
text-decoration: none;
padding:0px;
background: transparent url(img/b3.gif) repeat-x top left;
padding-left:25px;
padding-right:25px;
padding-top:10px;
padding-bottom:10px;
}
html>body .suckertreemenu ul li ul li a{padding-right:0px;}
.suckertreemenu ul li a:hover{
background-color: #77AD87;
color: white;
}

/*Background image for top level menu list links 
.suckertreemenu .mainfoldericon{
background: #F3F3F3 url(media/arrow-down.gif) no-repeat center right;
}
*/
/*Background image for subsequent level menu list links
.suckertreemenu .subfoldericon{
background: #F3F3F3 url(media/arrow-right.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 */

