/* local info subnav */


ul#subnav {
	background-color: #EBEBEB;
	border: 2px solid #ccc;
	border-right: 0;
	border-left: 0;
	font-weight: bold;
	font-size: 12px;
	float: left;
	margin: 0 0 10px 0;
	padding: 2px 0 3px 0;
	text-align: justify;
	width: 386px;
}


ul#subnav li {
	background-image: none;
	display: inline;
	float: left;
	height: 12px;
	line-height: 12px;
	list-style-type: none;
	padding: 3px 45px 3px 0;
	position: relative;
	left: 25px;
}

ul#subnav li a {
	color: navy;
	float: left;
	text-decoration: none;
}

ul#subnav li.current {
	color: #DF3552;
}

ul#subnav li a:hover {
	text-decoration: underline;
	color: #437045;
}