#Menu {
	position:absolute;
	top:20px;
	left:10px;
	width:200px;
	padding:10px;
	line-height:19px;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:180px;
	}
/* Again, "be nice to Opera 5". */
body>#Menu {width:180px;}

#Menu ul { 
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	margin-bottom: 30px;
} 

#Menu img { border: 0px; }

#Menu .selected {
	font-weight: bold;
}

ul.sub {
	margin-bottom: 5px;
	}
li.sub { 
	padding-left: 10px;
	}
