@charset "utf-8";
/* CSS Document */

	#topNav {
		margin: 0;
		padding: 0;
	}
	#topNav li {
		list-style: none;
		height: 39px;
		float: left;
		position: relative;
	}
	#topNav li a {
		height: 39px;
		display: block;
	}
	#topNav .current a { background-position: 0 -39px; }
	
	/* buttons
	------------------------------------------*/
	a#home {
	width: 242px;
	height: 39px;
	background-image: url(images/buttons/home.gif);
	background-repeat: no-repeat;
	background-position: center top;
	}
	a#menu {
	width: 242px;
	height: 39px;
	background-image: url(images/buttons/our_menu.gif);
	background-repeat: no-repeat;
	background-position: center top;
	}
	a#location {
	width: 242px;
	height: 39px;
	background-image: url(images/buttons/location.gif);	
	background-repeat: no-repeat;
	background-position: center top;
	}
	a#contact {
	width: 242px;
	height: 39px;
	background-image: url(images/buttons/contact_us.gif);
	background-repeat: no-repeat;
	background-position: center top;
	}

	

		
	a#home:hover,
	a#menu:hover,
	a#location:hover,
	a#contact:hover
	{ background-position: center -39px; background-repeat: no-repeat;}
