/* Start of Trifecta Button modified from Search-This.com */
/* Code is for all 5 nav buttons */
.nav1, .nav2, .nav3, .nav4, .nav5 {
position: relative;
font-family: arial, helvetica, sans-serif;
background-repeat: no-repeat;
white-space: nowrap;
display: block;
margin: 0;
padding: 0;
clear: none;
float: left;
text-align: center;
overflow:hidden;
width: 152px;
height: 44px;
}

.nav1 {background-image: url(../images/forest/nav1b.png);}
.nav2 {background-image: url(../images/forest/nav2b.png);}
.nav3 {background-image: url(../images/forest/nav3b.png);}
.nav4 {background-image: url(../images/forest/nav4b.png);}
.nav5 {background-image: url(../images/forest/nav5b.png);}

.nav1, .nav2, .nav3, .nav4, .nav5 a {
display: block;
font-size: 100%;
float: left;
text-decoration: none;
font-weight: bold;
overflow:hidden;
}

.nav1 a:hover, .nav2 a:hover, .nav3 a:hover, .nav4 a:hover, .nav5 a:hover {
color: #000000;
}

.nav1 a, .nav2 a, .nav3 a, .nav4 a, .nav5 a {width: 152px; height: 44px; color: #FFFFFF; }

.nav1 img, .nav2 img, .nav3 img, .nav4 img, .nav5 img {width: 152px; height: 44px; border: 0px; }
* html a:hover{visibility:visible; color: black;}
.nav1 a:hover img, .nav2 a:hover img, .nav3 a:hover img, .nav4 a:hover img, .nav5 a:hover img{visibility:hidden}

.nav1 span, .nav2 span, .nav3 span, .nav4 span, .nav5 span {
position: absolute;
left: 0px;
top: 0px;
text-align: center;
margin: 0px;
padding-top: 15px;
cursor: pointer;
width: 100%;
height: 29px;
overflow:hidden;
}

/* End of Trifecta Button modified from Search-This.com */

.SubmitOverlay {
position: absolute;
left: 0px;
top: 0px;
width: 152px;
height: 44px;
background-color: transparent;
background-image: none;
padding: 0;
margin: 0;
border: none;
display: block;
}
