.tabssubtop {
	background-image: url(/images/tabssubtop.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.tabssubmid {
	background-image: url(/images/tabssubmid.png);
	background-repeat: repeat-y;
	background-position: center center;
}
.tabssubbot {
	background-image: url(/images/tabssubbot.png);
	background-repeat: no-repeat;
	background-position: center top;
}


/* top ddmenu hover */
ul.dropdown ul a:hover {
	background-color: #99CC99;
	color: #000;
}


.table_banner {
	background-color: #f9f3e0;
}

/* right boxes */

.rightbox {
	background-color: #99CC99;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}
.rightbox_top {
	background-repeat: no-repeat;
	background-image: url(/rec/images/rightbox_top.png);
	background-position: center bottom;
}
.rightbox_mid {
	background-repeat: repeat-y;
	background-image: url(/rec/images/rightbox_mid.png);
	background-position: center;
}
.rightbox_bot {
	background-repeat: no-repeat;
	background-image: url(/rec/images/rightbox_bot.png);
	background-position: center top;
}

/* address box */

.addr_top {
	background-repeat: no-repeat;
	background-image: url(/rec/images/addr_bgrnd_rec_top.jpg);
	background-position: center top;
}
.addr_mid {
	background-repeat: repeat-y;
	background-image: url(/rec/images/addr_bgrnd_rec_mid.jpg);
	background-position: center;
}
.addr_bottom {
	background-repeat: no-repeat;
	background-image: url(/rec/images/addr_bgrnd_rec_bot.jpg);
	background-position: center top;
}

/* Navigation menu */

.nav {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	background-color: #99CC99;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}
.nav_header {
	font-family: Calibri;
	font-size: 20px;
	color: #FFFFFF;
	background-color: #336633;
	font-style: italic;
}
.borders_bottom_dotted {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}
.white_bgrnd {
	background-color: #FFF;
}
.beachcond_bgrnd {
	background-repeat: no-repeat;
	background-image: url(/rec/images/BeachCond.png);
	background-position: center bottom;
}

