
	#currentlocation {
		z-index:6;
		position:absolute;
		top:125px;
		left:200px;
		width:350px;
		height:17px;
		line-height:1em;
	}
	#currentlocation p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	padding: 0px;
	margin: 0px;
	}
	#currentlocation a:link:hover {
	color:#339; /*#66c*/
	text-decoration: underline;
	padding: 0px;
	}
	#currentlocation a:visited { 
		color:#333; 
		text-decoration: none; 
	} 
	#currentlocation a:visited:hover { 
		color:#339; 
		text-decoration: underline; 
	}
	#currentlocation a:link { 
		color:#333; 
		text-decoration: none; 
	}
