/*png transparency fails for the dropdowns so we need to sub a .gif*/
div#listmenu ul li ul {
	z-index:100; /* puts drop-down on top of div - Safari needs this as menu is 1px higher */
	position:absolute; /* positions the drop-down ul in relation to its relatively positioned li parent */
	border-right:0; /* stops SCBs drops having two right borders - they inherit the border, IE doesn't */
	padding:5px 0 8px 0;
	background-image: none;
	background-color:#eae7df;
	}
