

.treemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font-family:Book Antiqua;

	font-size: 12px;
	font-style: normal;
	font-weight:bold;
	color:#003300;
	vertical-align:middle;

}

/*Top level list items*/
.treemenu ul li{
position: relative;
display: inline;
float:left;
vertical-align:middle;
background-color: #F3F3F3; /*overall menu background color*/
background:#fff url(../images/toolbar-bg.jpg) repeat-x bottom left;

}

/*Top level menu link items style*/
.treemenu ul li a{
display: block;
width: 110px; /*Width of top level menu link items*/


padding: 1px 5px  ;
border: 1px solid #648A61;
border-left-width: 0;
border-right-width:1;
text-decoration: none;
color: black;
vertical-align:middle;

}
	
/*1st sub level menu*/
.treemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.treemenu ul li ul li{
display: list-item;
float:left;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.treemenu ul li ul li ul{ 
left: 79px; /* no need to change, as true value set by script */
top: 0;

}

/* Sub level menu links style */
.treemenu ul li ul li a{
display: block;
width: 100px; /*width of sub menu levels*/
color: #00000;
text-decoration: none;
padding: 1px 5px;
border: 1px solid #ccc;
}

.treemenu ul li a:hover{
/*background-color: black;
color: white; /*color:#fff*/
color:#FFF;	
background:transparent url(../images/toolbardbg.jpg) repeat-x bottom left;}
}

/*Background image for top level menu list links */
.treemenu .mainfoldericon{
background: transparent url(../images/arrv_down.gif)  no-repeat 95px middle ;

}

/*Background image for subsequent level menu list links */
.treemenu .subfoldericon{
background: transparent url(../images/arrow-black-right.gif) no-repeat 85px middle ;

}

* 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 .treemenu ul li { float: left; height: 24px; vertical-align:middle }
* html .treemenu ul li a { height: 24px; vertical-align:middle  }
/* End */


