/* CSS Style Sheet */
* {
	padding: 0;
	margin: 0;
	}
#pic ul {					/*causes IE6 and 7 to behave on hover over the hotspots, courtesy Gunlaug Sortun in Norway. */
	/*height: 1%;*/
	height: 0;
	overflow: hidden;
	}
/** html #pic ul {			/*causes IE6 and 7 to behave on hover over the hotspots, courtesy Gunlaug Sortun in Norway. 
	overflow: visible;
	}*/
#pic ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#pic a {
	position: absolute;
	width: 250px;
	height: 30px;
	text-indent: -1000em;
	}
#pic a:hover {
	/*border: 3px solid #6585ab;*/
	}
/* End of style sheet */
