/* We only change the position of the level 2 items of the last column to the left 
   IF the resolution is 1024x768 or lower */
#dropdownmenu ul.dropdownrootitem9ul ul ul {
	left: -90%; /*to position them to the right of their containing block */
}

#dropdownmenu ul.dropdownrootitem10ul ul ul {
	left: -90%; /*to position them to the right of their containing block */
}