#inet_worldwide {
	margin: 20px 0 0 0;
	height: 440px;
	background: #699;
}

#inet_worldwide a:link {
	text-decoration: underline;
	color: #c00; 
}

#inet_worldwide a:visited {
	color: #900;
}

#inet_worldwide a:hover {
/*	font-weight: bold; */
	color: #900;
}

#inet_worldwide a:active {
	color: #600;
}

#inet_worldwide * {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#inet_worldwide #ww_area {
	text-align: right;
	height: 42px;
	background-position: center top;
	background-repeat: no-repeat;
}

#inet_worldwide table {
	margin: 0;
	padding: 0;
	border: none;
	border-collapse: collapse;
}

#inet_worldwide td {
	text-align: left;
	vertical-align: top;
}

* html head+body #inet_worldwide td {
	position: relative;
}

#ww_map {
	height: 360px;
	margin: 0 auto;
	position: relative;
}

#ww_txt {
 	height: 360px;
	padding: 7px;
	margin: 0 20px;
	background: #daeee1;
	color: #4a7171;
}

.ww_subsidiary {
	position: absolute;
	width: 19px;
	height: 19px;
	background: url(../worldwide/images/maps/subsidiary.gif) no-repeat;
	cursor: pointer;
	display: none;
}

.ww_subsidiary_on {
	position: absolute;
	width: 19px;
	height: 19px;
	background: url(../worldwide/images/maps/subsidiary_over.gif) no-repeat;
	cursor: pointer;
}

.ww_headquarters {
	position: absolute;
	width: 24px;
	height: 24px;
	background: url(../worldwide/images/maps/headquarters.gif) no-repeat;
	cursor: pointer;
	display: none;
}

.ww_headquarters_on {
	position: absolute;
	width: 24px;
	height: 24px;
	background: url(../worldwide/images/maps/headquarters_over.gif) no-repeat;
	cursor: pointer;
}

.ww_area {
	position: absolute;
	border: 1px solid #9cc;
	cursor: pointer;
	background: url(../worldwide/images/blank.gif);
	display: none;
}

.ww_area_on {
	position: absolute;
	border: 1px solid #c33;
	cursor: pointer;
	background: url(../worldwide/images/blank.gif);
}

.ww_country {
	position: absolute;
	border: 1px solid #fff;
	cursor: pointer;
	background: url(../worldwide/images/blank.gif);
	display: none;
}

.ww_country_on {
	position: absolute;
	border: 1px solid #c33;
	cursor: pointer;
	background: url(../worldwide/images/blank.gif);
	display: none;
}






/* IE/Win only \*/
* html .ww_subsidiary,
* html .ww_subsidiary_on,
* html .ww_headquarters,
* html .ww_headquarters_on,
* html .ww_area,
* html .ww_area_on,
* html .ww_country,
* html .ww_country_on {
	cursor: hand;
}
/*---*/
