.style2 {
	color: #C3D9C0;
	font-weight: bold;
	font-family: Tahoma;
	font-size: x-small;
}

a.home {
	width: 54px;
	height: 34px;
    float:left;
	background: url('images/home.png') no-repeat;
	overflow: hidden
}
	
a.home:hover {
	background-position: 0px -34px;
}

a.cabin {
	width: 93px;
	height: 34px;
    float:left;
	background: url('images/cabin.png') no-repeat;
	overflow: hidden
}
	
a.cabin:hover {
	background-position: 0px -34px;
}

a.package {
	width: 107px;
	height: 34px;
    float:left;
	background: url('images/package.png') no-repeat;
	overflow: hidden
}
	
a.package:hover {
	background-position: 0px -34px;
}

a.rv {
	width: 102px;
	height: 34px;
    float:left;
	background: url('images/rv.png') no-repeat;
	overflow: hidden
}
	
a.rv:hover {
	background-position: 0px -34px;
}

a.summer {
	width: 119px;
	height: 34px;
    float:left;
	background: url('images/summer.png') no-repeat;
	overflow: hidden
}
	
a.summer:hover {
	background-position: 0px -34px;
}

a.winter {
	width: 120px;
	height: 34px;
    float:left;
	background: url('images/winter.png') no-repeat;
	overflow: hidden
}
	
a.winter:hover {
	background-position: 0px -34px;
}

a.sportsshows {
	width: 105px;
	height: 34px;
    float:left;
	background: url('images/sports.png') no-repeat;
	overflow: hidden
}
	
a.sportsshows:hover {
	background-position: 0px -34px;
}

a.gallery {
	width: 65px;
	height: 34px;
    float:left;
	background: url('images/gallery.png') no-repeat;
	overflow: hidden
}
	
a.gallery:hover {
	background-position: 0px -34px;
}

a.contact {
	width: 92px;
	height: 34px;
    float:left;
	background: url('images/contact.png') no-repeat;
	overflow: hidden
}
	
a.contact:hover {
	background-position: 0px -34px;
}
