#map {
	width: 580px;
	height: 361px;
	background: url(../grfx/map.jpg) 0 0 no-repeat;
}

#map a {
	color: #012945;
	font-size: 14px;
	display: block;
	text-decoration: none;
	padding: 6px 0 0 4px;
	height: 18px;
	position: relative;
}

#map a#north_sea {
	background: url(../grfx/project_btns.png) 0 0 no-repeat;
	width: 93px;
	left: 183px;
	top: 111px;
}

#map a#north_sea:hover {
	background: url(../grfx/project_btns.png) 0 -24px no-repeat;
}

#map a#australia {
	background: url(../grfx/project_btns.png) -167px 0 no-repeat;
	width: 93px;
	left: 390px;
	top: 270px;
	padding: 6px 0 0 5px;
}

#map a#australia:hover {
	background: url(../grfx/project_btns.png) -167px -24px no-repeat;
}

#map a#asia {
	background: url(../grfx/project_btns.png) -98px 0 no-repeat;
	width: 33px;
	padding: 6px 0 0 35px;
	left: 487px;
	top: 140px;
}

#map a#asia:hover {
	background: url(../grfx/project_btns.png) -98px -24px no-repeat;
}

/* for ie6 */

* html #map a#north_sea {
	background: url(../grfx/project_btns.gif) 0 0 no-repeat;
}

* html #map a#north_sea:hover {
	background: url(../grfx/project_btns.gif) 0 -24px no-repeat;
}

* html #map a#australia {
	background: url(../grfx/project_btns.gif) -166px 0 no-repeat;
}

* html #map a#australia:hover {
	background: url(../grfx/project_btns.gif) -166px -24px no-repeat;
}

* html #map a#asia {
	background: url(../grfx/project_btns.gif) -98px 0 no-repeat;
}

* html #map a#asia:hover {
	background: url(../grfx/project_btns.gif) -98px -24px no-repeat;
}



