/*Coverage '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: transparent url(images/buttons/Coverage-full.gif) no-repeat  3px -67px;
}
#subnav ul li a{
	width: 120px;
	display: block;
	font-weight: bold;
	padding: 22px 0 22px 0;
	position: relative;
}
#subnav ul li a:link, #subnav ul li a:visited, #subnav ul li a:active {
	color: White;
	text-decoration: none;
	border: 3px solid White;
	background-image: none;
	/*background: transparent url(images/buttons/Coverage-off.gif) no-repeat top;*/
}
#subnav ul li a:hover {
	text-decoration: none;
	border: 3px solid White;
	/*background: transparent url(images/buttons/Coverage-hov.gif) no-repeat bottom;*/
	background: transparent url(images/buttons/Coverage-full.gif) no-repeat 0px 0;
}


