<style type="text/css">

{}

.menu-home {
    width: 110px;
    height: 34px;
	display: block;
    background-image: url('images/button_home_0.jpg');
    background-repeat: no-repeat;
}

a.menu-home:hover {
    background-image: url('images/button_home_1.jpg');
}

.menu-aboutus {
    width: 110px;
    height: 34px;
	display: block;
    background-image: url('images/button_about_us_0.jpg');
    background-repeat: no-repeat;
}

a.menu-aboutus:hover {
    background-image: url('images/button_about_us_1.jpg');
}

.menu-calendar {
    width: 110px;
    height: 34px;
	display: block;
    background-image: url('images/button_calendar_0.jpg');
    background-repeat: no-repeat;
}

a.menu-calendar:hover {
    background-image: url('images/button_calendar_1.jpg');
}

.menu-history {
    width: 110px;
    height: 34px;
	display: block;
    background-image: url('images/button_history_0.jpg');
    background-repeat: no-repeat;
}

a.menu-history:hover {
    background-image: url('images/button_history_1.jpg');
}

.menu-join {
    width: 110px;
    height: 34px;
	display: block;
    background-image: url('images/button_join_0.jpg');
    background-repeat: no-repeat;
}

a.menu-join:hover {
    background-image: url('images/button_join_1.jpg');
}

.menu-kidskites {
    width: 110px;
    height: 34px;
	display: block;
    background-image: url('images/button_kids_kites_0.jpg');
    background-repeat: no-repeat;
}

a.menu-kidskites:hover {
    background-image: url('images/button_kids_kites_1.jpg');
}

.menu-kitelinks {
    width: 110px;
    height: 34px;
	display: block;
    background-image: url('images/button_kite_links_0.jpg');
    background-repeat: no-repeat;
}

a.menu-kitelinks:hover {
    background-image: url('images/button_kite_links_1.jpg');
}

.menu-maps {
    width: 110px;
    height: 34px;
	display: block;
    background-image: url('images/button_maps_0.jpg');
    background-repeat: no-repeat;
}

a.menu-maps:hover {
    background-image: url('images/button_maps_1.jpg');
}

.menu-membersonly {
    width: 110px;
    height: 34px;
	display: block;
    background-image: url('images/button_members_only_0.jpg');
    background-repeat: no-repeat;
}

a.menu-membersonly:hover {
    background-image: url('images/button_members_only_1.jpg');
}

.menu-newsletters {
    width: 110px;
    height: 34px;
	display: block;
    background-image: url('images/button_newsletters_0.jpg');
    background-repeat: no-repeat;
}

a.menu-newsletters:hover {
    background-image: url('images/button_newsletters_1.jpg');
}

.menu-officers {
    width: 110px;
    height: 34px;
	display: block;
    background-image: url('images/button_officers_0.jpg');
    background-repeat: no-repeat;
}

a.menu-officers:hover {
    background-image: url('images/button_officers_1.jpg');
}

.menu-photos {
    width: 110px;
    height: 34px;
	display: block;
    background-image: url('images/button_photos_0.jpg');
    background-repeat: no-repeat;
}

a.menu-photos:hover {
    background-image: url('images/button_photos_1.jpg');
}

.menu-president {
    width: 110px;
    height: 34px;
	display: block;
    background-image: url('images/button_president_0.jpg');
    background-repeat: no-repeat;
}

a.menu-president:hover {
    background-image: url('images/button_president_1.jpg');
}

.menu-weather {
    width: 110px;
    height: 34px;
	display: block;
    background-image: url('images/button_weather_0.jpg');
    background-repeat: no-repeat;
}

a.menu-weather:hover {
    background-image: url('images/button_weather_1.jpg');
}

.menu-contactus {
    width: 110px;
    height: 34px;
	display: block;
    background-image: url('images/button_contact_us_0.jpg');
    background-repeat: no-repeat;
}

a.menu-contactus:hover {
    background-image: url('images/button_contact_us_1.jpg');
}

</style>