.ddBody{
	position		:absolute;
	border			:1px solid white;
	background-color:#E3E3E3;
	color			:#000000;
	display			:none;
	top				:195px;
	z-index			:1000;
	font-family		:Tahoma;
	font-size		:12px;
}
.ddbody.ddpoint 
	{
	border			:0px solid white;
	font-weight		:bold;
	overflow		:hidden;
	white-space		:nowrap;
	padding-left		:26px;
	padding-right		:6px;
	padding-top		:1px;
	padding-bottom		:3px;

	background-color	:#E3E3E3;
	background-image	:url(../../images/markerDD1.gif);
	background-repeat	:no-repeat;
	background-position	:left;

}
.ddbody.ddpointHover 
	{
	border			:0px solid white;
	font-weight		:bold;
	overflow		:hidden;
	white-space		:nowrap;
	padding-left		:26px;
	padding-right		:6px;
	padding-top		:1px;
	background-color	:#7F8C8F;
	background-image	:url(../../images/markerDD2.gif);
	background-repeat	:no-repeat;
	background-position	:left;
	padding-bottom		:3px;
}



.ddbody.ddpoint a{
	color			:black;
	text-decoration	:none;
}
.ddbody.ddpoint a:hover{
	color			:white;
	text-decoration	:none;

}
.ddbody.ddpoint a:active{
	color			:white;
	text-decoration	:none;
}

.ddbody.ddpointHover a{
	color			:black;
	text-decoration	:none;
}
.ddbody.ddpointHover a:hover{
	color			:white;
	text-decoration	:none;

}
.ddbody.ddpointHover a:active{
	color			:white;
	text-decoration	:none;
}

