/*Menu Style Sheet*/

.mattblacktabs{
width: 100%;
overflow: hidden;

}

.mattblacktabs ul{
margin: 0;
padding: 0;
padding-left: 0px; /*offset of tabs relative to browser left edge*/
font: bold 11px Arial;
list-style-type: none;
}

.mattblacktabs li{
display: inline;
margin: 0;
}

.mattblacktabs li a{
float: left;
display: block;
text-decoration: none;
text-transform: uppercase;
margin: 0;
padding: 7px 15px; /*padding inside each tab*/
color: #564e40;
height:26px;
line-height: 26px;
}

.mattblacktabs li a:visited{
color: #564e40;
text-decoration: none;
}

.mattblacktabs li a:hover, .mattblacktabs li.selected a{
text-decoration: none;
color: #564e40;
background: #cbc8c3; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}




arrowgreen{
	width: 180px; /*width of menu*/
	border-style: solid solid none solid;
	border-color: #94AA74;
	border-size: 1px;
	border-width: 1px;
}

.arrowgreen ul{
	list-style-type: none;
	margin: 0 0 0 10px;
	padding: 0;
}
	
.arrowgreen li a{
	font: 12px Arial, Helvetica, sans-serif;
	display: block;
	background: transparent url(../images/sidemenu1.gif) 0 0 no-repeat;
  height: 31px; /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	padding: 4px 0 4px 20px;
	margin: 5px 0px 5px 0px;
	line-height: 31px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	text-decoration: none;
}	
	
.arrowgreen li a:link, .arrowgreen li a:visited {
	color: #4a463d;text-decoration: none;
}

.arrowgreen li a:hover{
	color: #3b5a57;
	background: transparent url(../images/sidemenu2.gif) 0 0 no-repeat;text-decoration: none;
}

	
.arrowgreen li a.selected{
	color: #3b5a57;
	background: transparent url(../images/sidemenu2.gif) 0 0 no-repeat;text-decoration: none;
}



.ecolist ul{
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
list-style-type: none;
}

.ecolist li{
margin: 0px 0px 0px 30px;
padding: 2px 0px 20px 20px;
display: block;
font: 12px Arial;
color: #04b204;
background-image: url(../images/leafbullet.gif);
background-repeat: no-repeat;
}

ol{
font-size: 12px;
line-height: 18px;
}

ol ol{
font-size: 12px;
font-style: italic;
}

