.menu ul li ul {
	background: transparent url(../../images/menushadowwhite.png) repeat left top;
}

* html .menu ul li ul{ /*IE6 hack to get sub menu links to behave correctly*/
	background-color: white;
	background-image: none;
}

.menu ul li ul li a:hover,
.menu ul li ul a {
	background-color: transparent;
}
