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

/* NAV BAR */

#yursmininav {
	list-style: none;
	float: left;
	height: 250px;
	width: 800px;
}

#yursmininav li {
	float: left;
}

#yursmininav a {
	display: block;
	border: none;
	font-size: 0px;
	text-indent: -8000px;
	background-repeat: no-repeat;
}

li.location1, li.location1 a {
	background-image: url(../images/locations1tall.jpg);
	height: 250px;
	width: 400px;
	background-position: 0px 0px;
}

li.location2, li.location2 a {
	background-image: url(../images/locations2tall.jpg);
	height: 250px;
	width: 400px;
	background-position: 0px 0px;
}

/*HOVER*/

li.location1 a:hover {height: 250px; width: 400px; background-position: -0px -250px;}
li.location1 a.current{background-position: -0px -0px;}

li.location2 a:hover {height: 250px; width: 400px; background-position: -0px -250px;}
li.location2 a.current{background-position: -0px -0px;}


.location1 li.location1 a,
.location2 li.location2 a, {
	background: none;
}
