#treemenu1 {
width: 200px;
font: normal 12px/17px arial, helvetica, sans-serif;

}

#menu {
width: 200px;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
}

#menu a, #menu h2 {
font: normal 11px/16px arial, helvetica, sans-serif;
display: block;

margin: 0;
padding: 2px 3px;
}

#menu a {
color: #000;
background: #d4d2aa;
text-decoration: none;
}

#menu a:hover {
color: #FFF;
background: #9f9c80;
}


#menu ul ul {
	padding:0px 0px 0px 10px;

	}

#menu ul ul a {

		border-bottom:0px;
		}





#treemenu1 li {
	border-bottom: 1px solid #999999;
	
	}
	
#treemenu1 li ul li {
	border-bottom:0px;

	}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
list-style-type: none;


}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
cursor: hand !important;
cursor: pointer !important;
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
}