/* Navigation */


body#peren1 li#pg1 a,
body#peren2 li#pg2 a,
body#peren3 li#pg3 a,
body#peren4 li#pg4 a,
body#peren5 li#pg5 a,
body#peren6 li#pg6 a,
body#peren7 li#pg7 a,
body#peren8 li#pg8 a,
body#peren9 li#pg9 a {
	background-position: left top;
	background-image: url(/%7Ejollylan/greenhouse/images/selectedTab.jpg);
}

body#peren1 li#pg1 a:hover,
body#peren2 li#pg2 a:hover,
body#peren3 li#pg3 a:hover,
body#peren4 li#pg4 a:hover,
body#peren5 li#pg5 a:hover,
body#peren6 li#pg6 a:hover,
body#peren7 li#pg7 a:hover,
body#peren8 li#pg8 a:hover,
body#peren9 li#pg9 a:hover {
	background-position: left top;
	background-image: url(/%7Ejollylan/greenhouse/images/link-upper.jpg);
}




.perennialNav{
	margin: 0px 10px 10px 0px;
	padding: 0px;
	float: left;
}
.perennialNav li {
	list-style: none;	
}
.perennialNav li a:link, .perennialNav li a:visited  {
	font-size: 11px;
	font-weight: bold;
	background-image: url(/%7Ejollylan/greenhouse/images/link-upper.jpg);
	background-repeat: no-repeat;
	background-position: left -28px;
	color: #fff9da;
	text-decoration: underline;
	display: block;
	height: 26px;
	width: 92px;
	padding: 2px 0px 0px 30px;
	margin: 0px 2px 0px 0px;
}
.perennialNav li a:hover, .perennialNav li a:active  {
	background-position: left top;
	text-decoration: none;
	color: #FFFFFF;
}

/*Table Styling*/

.perennial {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #334E1E;
	border-right-color: #334E1E;
	border-bottom-color: #334E1E;
	border-left-color: #334E1E;
}	
.perennial td {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #334E1E;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #334E1E;
}
.alignCenter {
	text-align: center;
}
.borderBottom {
border-bottom: solid 1px #ecf2d8;
}
.borderRight {
	border: 2px solid #334E1E;
}
