// 1) change lines 102 and 103 to look like this
mc.x = 0
mc.y = xpos;
// 2) change line 105 to this
xpos += mc.backg.height + 10;
// 3) comment out line 119, this is the code that adds the spacer between menu items but is no longer needed
// 4) change line 126 to this
topBar.y = 120
// 5) finally, change line 158 to this
TweenLite.to(uline, .3,{x:mc.x+topBar.x+1, y:mc.y+topBar.y+mc.height+1, width:mc.width})
//------------------
//If you have trouble figuring out what any of the above changes do, don't hesitate to contact me and I'll be glad to explain //it.