/*Position all of the menu images absolutely */
ul#nav { position: relative; width: 559px; margin: 0; padding: 0; list-style-type: none; }
ul#nav * { margin: 0; padding: 0; border: none; list-style-type: none; }
#navHome { width: 111px; height: 71px; position: absolute; left: 0; top: 0; }
#navAbout { width: 113px; height: 71px; position: absolute; left: 111px; top: 0; }
#navServices { width: 121px; height: 71px; position: absolute; left: 224px; top: 0; }
#navClients { width: 100px; height: 71px; position: absolute; left: 345px; top: 0; }
#navContact { width: 114px; height: 71px; position: absolute; left: 445px; top: 0; }

/*"About" subnav*/
#aboutSub { width: 113px; height: 72px; position: absolute; left: 0; top: 71px; z-index: 10; display: none; }
#navResources { width: 113px; height: 36px; position: absolute; left: 0; top: 0; }
#navNews { width: 113px; height: 36px; position: absolute; left: 0; top: 36px; }