/* We only change the position of the level 2 items of the SECOND last column to the left
   IF the resolution is 800x600 or lower */
#dropdownmenu ul.dropdownrootitem8ul ul ul {
	left: -96% !important;
}

/**** move last dropdown in a little bit so it does not go off page to the right***/
.dropdownrootitem9ul ul {left: -40px;}
