/* CSS Document */

.healthnavcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 1.0em;
}

.healthnavcontainer li {
	margin: 0 0 1px 0;
	display:block; /*removes kludge bug in ie*/
	line-height: 1.3em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

.healthnavcontainer a
{
	display: block;
	padding: 2px 2px 2px 24px;
	/*border: 1px solid #333;*/
	width: 132px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}

.healthnavcontainer a:link, .healthnavcontainer a:visited
{

	background-color: #999;
	background-image: url(../../libnav/health.jpg);
	background-repeat: no-repeat;
	background-position: left top;
color: #000099;
text-decoration: none;
}


.healthnavcontainer a:hover
{
	
	background-color: #F60;
	background-image: url(../../libnav/uphealth3.jpg);
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left top;
}
#active a:link, #active a:visited, #active a:hover
{
	border: 1px solid #333;
	background-color: #FF6600;
	background-image: url(../../libnav/uphealth4.jpg);
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left top;
}



.healthnavcontainer li.first a {
	background-color: #FFFFFF;
	background-image: url(../../libnav/firsthealth2.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: .1em;
	color: #000000;
}
	

.healthnavcontainer li.first a:hover {
color:#FF0000;	
}
.health{
	background-color: #F8FCF8;
	font-family: Arial, Helvetica, sans-serif;
}

.health h4 {
	font-size: 110%;
	line-height: 1.1em;
	font-variant: normal;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 5px;
	margin-left: 1px;
	display: block;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #cc0000;
	background-color: #F8FCF8;
	}
.healthcaption {
font-size: .6em;
