/* REFLECTIONS OF HOME - NAVIGATION  */

div#nav { background: #999999; position: relative; width: 750px; height: 40px; left: 5px; top: 5px; z-index: 2000; }
div#nav div, div#nav div a { position: relative; width: 125px; display:block; margin: 0; z-index: 300; }

div#nav div a#home { background: url(../img/button_home.jpg) no-repeat; position: absolute; left: 0px; top: 0px; height: 40px; }
div#nav div a#home:hover, div#nav div a#home:visited:hover { background-position: -125px 0; }

div#nav div a#products { background: url(../img/button_products.jpg) no-repeat; position: absolute; left: 125px; top: 0px; height: 40px; }
div#nav div a#products:hover, div#nav div a#products:visited:hover { background-position: -125px 0; }

div#nav div a#primitives { background: url(../img/button_primitives.jpg) no-repeat; position: absolute; left: 250px; top: 0px; height: 40px; }
div#nav div a#primitives:hover, div#nav div a#primitives:visited:hover { background-position: -125px 0; }

div#nav div a#furniture { background: url(../img/button_furniture.jpg) no-repeat; position: absolute; left: 375px; top: 0px; height: 40px; }
div#nav div a#furniture:hover, div#nav div a#furniture:visited:hover { background-position: -125px 0; }

div#nav div a#events { background: url(../img/button_events.jpg) no-repeat; position: absolute; left: 500px; top: 0px; height: 40px; }
div#nav div a#events:hover, div#nav div a#events:visited:hover { background-position: -125px 0; }

div#nav div a#about { background: url(../img/button_about.jpg) no-repeat; position: absolute; left: 625px; top: 0px; height: 40px; }
div#nav div a#about:hover, div#nav div a#about:visited:hover { background-position: -125px 0; }
