.menu-holder{
border:4px solid #ece2de;
width: 200px;
margin:0 auto;
}

#treemenu{
	width: 196px;
	margin: 0;	
	padding:0;
	background: #BBB1A5;
	border:2px solid #BBB1A5;
}
.treeview { /*CSS for Simple Tree Menu*/
	width: 160px;
	margin: 0 auto;
	
}
.treeview ul{ /*CSS for Simple Tree Menu*/
	width: 150px;
	margin: 0;	
	padding:0;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
	list-style-type:none;
	width: 160px;
	padding-left: 15px;
	margin: 10px 0;
	font-size:12px;
	color:#000000;
	font-weight:bold;
	font-family:Tahoma;
	text-decoration:none;
	
}

.treeview li a{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
	font-size:12px;
	color:#000000;
	font-weight:bold;
	font-family:Tahoma;
	text-decoration:none;
	height:23px;
}
.treeview li li a{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
	font-size:12px;
	color:#ffffff;
	font-weight:bold;
	font-family:Tahoma;
	
}
.treeview li li li a { /*Style for LI elements in general (excludes an LI that contains sub lists)*/
	font-size:11px;
	color:#ffffff;
	font-weight:normal;
	font-family:Tahoma;
	background:none;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: url(../images/close.jpg) no-repeat left 1px;
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. */
font-size:12;
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
}
