/*Client Area 'Teaser' foot nav*/
#subnav ul {
	padding: 0 0 0 0;
	margin: 0 0 0 2px;
	display: block;	
}
#subnav ul li {
	list-style: none;
	float: left;
	text-align: center;
	margin: 0 5px 0 5px;
	background: transparent url(images/buttons/client-full.gif) no-repeat 3px -70px;
}
#subnav ul li a{
	width: 122px;
	/*height: 70px;*/
	display: block;
	font-weight: bold;
	padding: 24px 0 24px 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 #002157;
	background-image: none;
	/*background: transparent url(images/buttons/Client-off.gif) no-repeat top;*/
}
#subnav ul li a:hover {
	text-decoration: none;
	border: 3px solid White;
	background: transparent url(images/buttons/client-full.gif) no-repeat 0px 1px;
	/*background: transparent url(images/buttons/Client-hov.gif) no-repeat bottom;*/
}

