#treemenu {
	width: 113px;
	float:left;
	margin:0px;
	padding:0px;
	}
	
#treemenu a {color:#FFFFFF;
			 text-decoration:none;
			 }
	
#treemenu ul{ /*CSS for Simple Tree Menu*/
	width:100%;
	text-align: left; /*set value to "left", "center", or "right"*/
	list-style: none;
	margin:0px; /*padding above and below main menu text*/
	padding:0px;
	}

#treemenu li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background: #757575 url(../navimage/rtmenu_bg.jpg) no-repeat bottom center;
list-style-type: none;
padding-left: 5px;
margin-bottom: 3px;
margin-left:5px;
line-height:2.0em;
color:#FFFFFF;
font: bold Arial, Helvetica, sans-serif;
font-size:10px;
}

#treemenu li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: #757575 url(../navimage/rtmenu_bg.jpg) no-repeat bottom center;
cursor: hand !important;
cursor: pointer !important;
}


#treemenu li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
}

#treemenu .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
background:none;
}

#treemenu img {border:0px;}