/*Patent Area 'Teaser' foot nav*/
#subnav ul {
	padding: 0 0 0 0;
	margin: 0 0 0 4px;
	display: block;	
}
#subnav ul li {
	list-style: none;
	float: left;
	text-align: center;
	margin: 0 5px 0 5px;
	background: #95b594 url(images/buttons/patients-full.jpg) no-repeat  0 -73px;
}
#subnav ul li a {
	width: 157px;
	/*height: 70px;
	width: 214px;*/
	display: block;
	font-weight: bold;
	padding: 25px 0 25px 0;
	position: relative;
}
#subnav ul li.faq a {
	padding: 32px 0 31px 0;
}
#subnav ul li a:link, #subnav ul li a:visited, #subnav ul li a:active {
	color: White;
	text-decoration: none;
	border: 3px solid #002157;
	background-image: none;
	/*background: transparent url(images/buttons/patients-off.gif) no-repeat top;*/
}
#subnav ul li a:hover {
	text-decoration: none;
	border: 3px solid White;
	color: yellow;
	background: transparent url(images/buttons/patients-full.jpg) no-repeat -3px 0;
}






