		<div id="menu">
			<ul>
				<li><a href="index.php" title="Click here to return to the Homepage" rel="follow" accesskey="1" <?php echo ((basename($_SERVER['PHP_SELF']) == 'index.php') ? 'class="active"' : '') ?>>Home</a></li>
				<li>
					<a href="accommodation.php" title="Click here to view Accommodation " accesskey="2" <?php echo ((basename($_SERVER['PHP_SELF']) == 'accommodation.php') ? 'class="active"' : '') ?>>Accommodation</a>
				</li>
				<li>
					<a href="" title="" rel="follow" accesskey="3" <?php echo ((basename($_SERVER['PHP_SELF']) == 'interests.php') ? 'class="active"' : '') ?>>
					Local Area
		
						<?php if(!strstr($_SERVER['HTTP_USER_AGENT'],'MSIE 6.0')) { ?></a><?php } elseif(strstr($_SERVER['HTTP_USER_AGENT'],'MSIE 6.0')) { ?><object><table><tr><td><?php } ?>
						
						<ul>
							<li><a href="interests.php" title="Click here to view what Orkney has to offer" rel="follow" accesskey="3" <?php echo ((basename($_SERVER['PHP_SELF']) == 'interests.php') ? 'class="active"' : '') ?>>
							Places of Interest</a></li>
							
							<li><a href="travel.php" title="Click here to view travel to and on the Island" rel="follow" accesskey="4" <?php echo ((basename($_SERVER['PHP_SELF']) == 'travel.php') ? 'class="active"' : '') ?>>
							Travel</a></li>
						</ul>
						
						<?php if(strstr($_SERVER['HTTP_USER_AGENT'],'MSIE 6.0')) { ?></td></tr></table></object></a><?php } ?>		
				</li>
				<li><a href="booking_conditions.php" title="Click here to see the Booking Conditions" rel="follow" accesskey="7" <?php echo ((basename($_SERVER['PHP_SELF']) == 'booking_conditions.php') ? 'class="active"' : '') ?>>
				Booking Conditions</a></li>
				
				<li><a href="contact_us.php" title="Click here to Contact Us" rel="follow" accesskey="8" <?php echo ((basename($_SERVER['PHP_SELF']) == 'contact_us.php') ? 'class="active"' : '') ?>>Contact Us</a></li>
			</ul>
		</div>