/* 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.dropdownrootitem7ul ul ul {
	left: -101% !important; /*to position them to the right of their containing block */
	left: -96%; /* less for IE6 */
}
