#col3_content table.worldmap {
	width: 555px;
	margin-bottom: 0;
	border-top: 1px solid #e9e9e9;
}

#col3_content table.worldmap.level2, #col3_content table.worldmap.level3, #col3_content table.worldmap.level4 {
	border-top: 0;
}

#col3_content table.worldmap tr td {
	background: url(../images/worldmap/bg_level1.gif) left bottom repeat-x;
	padding: .4em 0;
	border-bottom: 1px solid #e9e9e9;
	width: 174px;
	color: #000;
	vertical-align: top;
}

#col3_content table.worldmap tr td.subpoints {
	padding: 0;
	border-bottom: 0;
}

#col3_content table.worldmap.level2 tr td {
	background: url(../images/worldmap/bg_level2.gif) left bottom repeat-x;
}

#col3_content table.worldmap.level3 tr td {
	background: none;
}

#col3_content table.worldmap tr td.first {
	padding-left: 10px;
	width: 383px;
}
#col3_content table.worldmap.level2 tr td.first {
	padding-left: 20px;
	width: 363px;
}
#col3_content table.worldmap.level3 tr td.first {
	padding-left: 30px;
	width: 363px;
}

#col3_content table.worldmap tr td a {
	text-decoration: none;
	color: #0165a3;
	display: block;
	width: 100%; /* IE6 */
}

#col3_content table.worldmap tr td.first a {
	background: url(../images/worldmap/arrow_level1.gif) 0 4px no-repeat;
	padding-left: 17px;
	font-weight: bold;
}

#col3_content table.worldmap.level3 tr td.first a {
	background: url(../images/worldmap/arrow_level3.gif) 0 5px no-repeat;
	padding-left: 10px;
	font-weight: normal;
}

#col3_content table.worldmap tr td a:hover, #col3_content table.worldmap tr td a:active {
	text-decoration: underline;
}

.level4 {
	background: url(../images/worldmap/arrow_level3_hi.gif) 0 5px no-repeat;
	margin: .4em 0 0 29px;
	padding: .4em 0 0 21px;
	width: 517px;
}

.level4 h3 {
	margin: 0;
	padding: 0;
	font-weight: bold;
}

.level4Left {
	float: left;
	width: 320px;
	margin-right: 20px;	
	margin-top: 1.5em;
}

.level4Right {
	float: left;
	width: 175px;
	margin-top: 1.5em;
}

.hiddenlevel{
	display: none;
}