.treeview ul{ /*CSS for Simple Tree Menu*/
margin: 0; padding: 0;
/*padding-left:10px;	padding: 0;*/ 
/*padding: 10px 10px 10px 10px;
line-height: 1em; */
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
list-style-type: none;
/*padding-left: 10px;*/
margin-bottom: 3px;
font-family: Verdana, Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-weight:bold;
font-size:11px;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
/*padding-top:8px;*/
/*background: url(../images/closed.gif) 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. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
}.treeview li:hover {
	/*background: white url(list.gif) no-repeat left center;*/	
	list-style-type: none;
	/*padding-left: 10px;*/
	margin-bottom: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	color: #FFFFDF;
}
.treeview .submenu ul li:hover {
cursor: default;
color: #FFFF9B;
/*color:#FF0066;*/
}
.forCategories {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	color: #FFFFDF;
	text-decoration:none
}
.forCategories:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	color: #FFFF9B;
	text-decoration:none
}
.forsubCategories {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:10px;
	color: #FFFFDF;
	text-decoration:none
}
.forsubCategories:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:10px;
	color: #FFFF9B;
	text-decoration:none
}
