@charset "UTF-8";
/* CSS Document */

/* Secondary Nav */






 #subnav {
	width:180px;
	float:left;
	position: relative;
	left: 0px;
	margin: 0px;
	padding: 0px;
}
#subnav div {margin: 0px; padding: 0px; height: 1%;}
.stretcher {
	background: #fff;
	background-image: none;
}	
#subnav  .stretcher  li a {
	background-image: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EAF1EF;
	display: block;
}


#subnav span {
	font-size:92%;
	font-weight:bold;
	width: 180px;
	/* cursor: pointer; */
	text-align: left;
	border-bottom:1px solid #EAF1EF;
	height: auto;
	padding: 0px;
	margin: 0px;
}



#subnav span a:link, #subnav span a:visited {
	font-size:100%;
	font-weight:bold;
	cursor: pointer;
	text-align: left;
	padding-bottom:10px;
	text-decoration:none;
	color:#005338;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 30px;
	display: block;
	width: 140px;
	background-image: url(/assets/images/subnav-arrow-expand.gif);
	background-repeat: no-repeat;
}
#subnav span a:hover {
	background-image: url(/assets/images/subnav-select-expand.gif);
	background-repeat: no-repeat;
}

#subnav p {
	padding: 0px;
	font-size:92%;
	height: auto;
	width: 180px;
	cursor: pointer;
	text-align: left;
	border-bottom:1px solid #EAF1EF;
	margin: 0px;
}
#subnav p a:link, #subnav p a:visited {
	cursor: pointer;
	text-align: left;
	text-decoration:none;
	color:#005338;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 140px;
	margin-top: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	background-image: url(/assets/images/subnav-arrow.gif);
	background-repeat: no-repeat;
	display: block;
}
#subnav p a:hover {
	text-decoration: none;
	background-image: url(/assets/images/subnav-select.gif);
	background-repeat: no-repeat;
}


#subnav li a {
	color: #005D3F;
	text-decoration:none;
	display: block;
	font-size:92%;
	width: 140px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	background-image: url(/assets/images/subnav-arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	height: auto;
}
#subnav li a:visited {color:#7e7e7e; text-decoration:none;}
#subnav li a:hover {
	color: #005D3F;
	text-decoration:none;
	background-image: url(/assets/images/subnav-select.gif);
	background-repeat: no-repeat;
}

#container #subnav .current {
	text-decoration: none;
	background-image: url(/assets/images/subnav-select.gif);
	background-repeat: no-repeat;
	background-color: #FF0000;
} 
.homesidebar #subnav h5 span .tertiarycurrent  {
	text-decoration: none;
	background-image: url(/assets/images/subnav-select.gif);
	background-repeat: no-repeat;
	background-color: #FF0000;
	color: #005338;
}
.homesidebar #subnav h5 span .current  {
	text-decoration: none;
	background-image: url(/assets/images/subnav-select.gif);
	background-repeat: no-repeat;
	background-color: #FF0000;
	color: #005338;
}
