.menu li.submenu{ /* Style for LI that contains sub lists (other ULs). */
	background: #f2f2f2 url(/graphics/site/plus.gif) no-repeat 10px 8px;
	cursor: hand !important;
	cursor: pointer !important;
	display:block;
	width:100%;
	color:#555;
}


.menu li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
	display: none; /*Hide them by default. Don't delete. */
}

.menu .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
	cursor: default;
}

ul li ul{
	padding:0px 0px 0px 10px;
	margin:0px 0px 0px 10px;
}
