<style type="text/css">
.citynav {
	width: 160px;
	font-family: verdana;
	margin: 0px;
	padding: 0px;
	list-style:none;
	border: 1px solid #666666;
	border-bottom-width: 0px;
}

.citynav li a {
	font-size: 11px;
	line-height: 23px;
	height: auto;
	display:block;
	color:#666666;
	text-decoration: none;
	font-weight: normal;
	background-color: #ccc;
	border: 1px solid #666666;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-color: #fff;
	cursor: hand;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-variant: normal;




}

.citynav li a span {
	height: auto;
	text-indent: 4px;
	display:block;
	margin-left: 25px;
	background-color: #e4e4e4;
}

.citynav li a:hover {
	background: url(media/nav.gif) no-repeat 5px 4px;
	background-color: #e4e4e4;
}

.citynav li a:hover span {
	color:#000000;
	background-color: #ccc;
}
</style>
	
