#map {
	text-align: center; 
	width: 580px; 
	float: left;
	margin-top: 10px;
}
#maincontent .hoverover {
	z-index: 1000; 
	border: #F6F6F6 1px solid; 
	position: absolute; 
	width: 138px; 
	display: none; 
	visibility: hidden; 
	background-color: #fff; 
	font-family:Arial, Tahoma, Verdana, Helvetica, sans-serif;
}
#maincontent .hoverover A {
	color: #000; 
	text-decoration: none;
}
#maincontent .hoverover UL {
	padding: 0px; 
	margin: 0px; 
	width: 100%; 
	float: left; 
	background-color: #EEEADF; 
	margin-bottom: 4px;
}
#maincontent .hoverover LI {
	margin: 0px;
	padding: 0px;	
	padding-bottom: 0px; 
	padding-top: 2px;
	padding-left: 8px; 
	list-style-type: none; 
	width: 100%;
	float: left; 
	font-size: 11px;
	background-image: none;
}

#maincontent .hoverover h2
{
	margin: 0px;
	padding: 0px;
	background-color:#A29062;
	color:#fff;
	text-transform:uppercase;
	padding: 4px;
	padding-left:8px;
	font-size:11px;
	font-weight:bold;
}

#maincontent .translucentbkg {
	background-color: #EEEADF; 
	width: 130px;
	border: 4px solid #fff;
}
#maincontent .opaquetext {
	position: relative;
	background-color: #EEEADF; 
}


#locations
{
	position: relative; 
	
}


#australasiahover
{

	top: 280px;
	left: 380px;
}


#europehover
{

	top: 0px;
	left: 250px;
}

#americashover
{

	top: 100px;
	left: 50px; 
}

#meahover
{

	top: 80px;
	left: 350px;
}


#contactus
{
	float: right;
	width: 240px;
}

.locations
{
		margin: 0px;
		padding: 0px;

		display:block; 
		padding-left: 12px;
		text-decoration: none;
		font-size: 12px;
		line-height: 26px;
		font-weight: bold;
		margin-top: 20px; 
}

#contactus a.locationsmap
{
	float: left;
	background-image: url(/systemfiles/media/images/World-Map_Small_1.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 239px;
	height:135px;
	text-decoration: none;
	color: #A29061;
}

#contactus a:hover.locationsmap
{
	background-image: url(/systemfiles/media/images/World-Map_Small_2.gif);
	background-repeat: no-repeat;
	background-position: bottom;

}