#nav ul {float: left; padding: 0; margin: 0;}
#nav ul li { height: 35px; display: inline; padding: 0; }
#nav ul li a { float: left; text-decoration: none; height: 35px; padding: 0; margin: 0; }
#nav ul li.buttonHome a { background-image: url(images/btn_home.jpg); background-repeat: no-repeat; width: 58px; height: 35px; }
#nav ul li.buttonHome a:hover { background-image: url(images/btn_home_over.jpg); }
#nav ul li.buttonGallery a { background-image: url(images/btn_gallery.jpg); background-repeat: no-repeat; width: 66px; height: 35px; }
#nav ul li.buttonGallery a:hover.submenu { background-image: url(images/btn_gallery_over.jpg); }
#nav ul li.buttonBlog a { background-image: url(images/btn_blog.jpg); background-repeat: no-repeat; width: 55px; height: 35px; }
#nav ul li.buttonBlog a:hover { background-image: url(images/btn_blog_over.jpg); }
#nav ul li.buttonSpacer1 a { background-image: url(images/nav_spacer1.jpg); background-repeat: no-repeat; width: 47px; height: 35px; }
#nav ul li.buttonClasses a { background-image: url(images/btn_classes.jpg); background-repeat: no-repeat; width: 65px; height: 35px; }
#nav ul li.buttonClasses a:hover { background-image: url(images/btn_classes_over.jpg); }
#nav ul li.buttonInspire a { background-image: url(images/btn_inspire.jpg); background-repeat: no-repeat; width: 96px; height: 35px; }
#nav ul li.buttonInspire a:hover { background-image: url(images/btn_inspire_over.jpg); }
#nav ul li.buttonAbout a { background-image: url(images/btn_about.jpg); background-repeat: no-repeat; width: 116px; height: 35px; }
#nav ul li.buttonAbout a:hover { background-image: url(images/btn_about_over.jpg); }
#nav ul li.buttonLinks a { background-image: url(images/btn_links.jpg); background-repeat: no-repeat; width: 53px; height: 35px; }
#nav ul li.buttonLinks a:hover { background-image: url(images/btn_links_over.jpg); }
#nav ul li.buttonSpacer2 a { background-image: url(images/nav_spacer2.jpg); background-repeat: no-repeat; width: 68px; height: 35px; }
#nav ul li.buttonContact a { background-image: url(images/btn_contact.jpg); background-repeat: no-repeat; width: 72px; height: 35px; }
#nav ul li.buttonContact a:hover { background-image: url(images/btn_contact_over.jpg); }
#nav ul ul.subNav { background-color: #946178; position: absolute; top: 32px; left: 60px; height: 27px; z-index: 20; display: none; padding: 0; margin: 0; }
#nav ul ul li {display: inline;}
#nav ul ul.subNav li a { color: black; font-weight: normal; font-style: normal; text-decoration: none; font-size: 0.9em; background-image: url(images/subnav.jpg); background-repeat: repeat-x; z-index: 20; width: auto; height: 17px; color: white; background-position: 0 -3px; margin: 2px 10px 3px; padding-top: 3px; padding-right: 12px; padding-left: 12px; }
#nav ul ul.subNav li a:hover { background-color: #1e48b4; }
#nav ul li.buttonGallery:hover ul.subNav { display: inline;}

