Thank you for the instructions. I restored the original file and added the three individual pieces of code for each sub menu item with each item id see screenshot. It seems to work for two of the drop down items but not the last one. I have checked the menu item id and it is correct.
here is the code in the module css:
#breadcrumbs {min-width: 990px;}
#{$id} LI.ux-menu-item-level-0
{
width: 100px;
}
UL#{$id} LI.ux-menu-item257
{
width: 150px;
}
UL#{$id} LI.ux-menu-item256
{
width: 150px;
}
UL#{$id} LI.ux-menu-item255
{
width: 150px;
}