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

	#topNav {
		margin: 0;
		padding: 0;
	}
	#topNav li {
		list-style: none;
		height: 59px;
		float: left;
		position: relative;
	}
	#topNav li a {
		height: 59px;
		display: block;
	}
	#topNav .current a { background-position: 0 -59px; }
	
	/* buttons
	------------------------------------------*/
	a#home {
	width: 128px;
	height: 59px;
	background-image: url(media/buttons_01.gif);
	background-repeat: no-repeat;
	background-position: center top;
	}
	a#menu {
	width: 124px;
	height: 59px;
	background-image: url(media/buttons_02.gif);
	background-repeat: no-repeat;
	background-position: center top;
	}
	a#location {
	width: 169px;
	height: 59px;
	background-image: url(media/buttons_03.gif);	
	background-repeat: no-repeat;
	background-position: center top;
	}
	a#hours {
	width: 130px;
	height: 59px;
	background-image: url(media/buttons_04.gif);	
	background-repeat: no-repeat;
	background-position: center top;
	}
	a#contact {
	width: 154px;
	height: 59px;
	background-image: url(media/buttons_05.gif);
	background-repeat: no-repeat;
	background-position: center top;
	}

	

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

