@charset "UTF-8";

.menu { margin: 0; padding: 0; list-style: none; }
.menu li { padding: 0; margin: 0; height: 31px; list-style: none; background-repeat: no-repeat; }
.menu li a, .menu li a:visited { display: block; text-decoration: none; text-indent: -1000px; height: 31px; background-repeat: no-repeat; }
ul.menu li a:hover { background: none; }
.menu li { float: left; }
.menu:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.about { background-image: url('../images/nav/about-over.jpg'); width: 250px; }
.about a { background-image: url('../images/nav/about.jpg'); }
.toilets { background-image: url('../images/nav/toilets-over.jpg'); width: 250px; }
.toilets a { background-image: url('../images/nav/toilets.jpg'); }
.contact { background-image: url('../images/nav/contact-over.jpg'); width: 250px; }
.contact a { background-image: url('../images/nav/contact.jpg'); }
.enquiry { background-image: url('../images/nav/enquiry.jpg'); width: 250px; }

#about #nav #nav-about a { background-image: url('../images/nav/about-over.jpg'); }
#toilets #nav #nav-toilets a { background-image: url('../images/nav/toilets-over.jpg'); }
#contact #nav #nav-contact a { background-image: url('../images/nav/contact-over.jpg'); }