#agencies {
	position: relative;
	width: 100%;
	height: 3em;
	width: auto;
	background: #f8f8f8;
	font-size: 17px;
	border-bottom: 1px #dadada solid;	
	}

#agencies ul#agencies-nav {
	margin:0pt auto 0pt 50%;
	width:955px;
	text-align:center;
	padding: 0;
	position: absolute;
	bottom: -1px;
	left:-450px;

}

#agencies ul#agencies-nav li  {
	display: inline;
	list-style: none;
}

#agencies ul#agencies-nav a,#agencies ul#agencies-nav span,#agencies ul#agencies-nav a.current {
	width: 9em;
	height: 2em;
	display: block;
	float: left;
	padding: 8px 10px 4px 10px;
	margin: 1px 10px 0 0;
	text-align: center;
	font-family: arial, sans-serif;
	font-size: 85%;
	text-decoration: none;
	color: #333;
}

#agencies ul#agencies-nav span,#agencies ul#agencies-nav a.current,#agencies ul#agencies-nav a.current:hover {
	border: 1px solid #dadada;
	border-bottom: none;
	background: #fff;
	padding-bottom: 6px;
	margin-top: 0;
}

#agencies ul#agencies-nav a {
	background: #f1f1f1;
	border: 1px solid #dadada;
	border-bottom: none;
}

#agencies ul#agencies-nav a:hover {
	background: #fff;
}
