		ul {
			list-style-type: none;
			display: none;
		}
		ul.makeMenu {
			display: block;
			border: 0px solid #000;      /* puts a black border around the menu blocks */
			padding-left: 20px;           /* stops the usual indent from ul */
			margin-left: 0px;            /* Opera 7 final's margin and margin-box model cause problems */
		}
		.makeMenu li img {
			padding-right: 10px;
		}
		
		.makeMenu img:hover {
			border-bottom-style: none;
		}