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