/*****************************************************************
 * 当前位置控件风格
 * 名称：CDMapPathControl
 ******************************************************************/
/*================================================================*/
/*风格一：简单模式
  mappath_one
=========================================================
*/

.mappath_one
{
	font-size:12px;
}
.mappath_one a:link,
.mappath_one a:visited
{
	font-size:12px;
	color:#aaa;
	text-decoration:none;
}

.mappath_one a:hover,
.mappath_one a:active
{
	font-size:12px;
	color:#f00;
	text-decoration:none;
}

.mappath_one .active,
.mappath_one a.active:link,
.mappath_one a.active:visited
{ 
color:#FF0000;
}

/*================================================================*/
/*风格二：（待完善）
  mappath_two
=========================================================
*/

.mappath_two
{
	font-size:12px;
}
.mappath_two a:link,
.mappath_two a:visited
{
	font-size:12px;
	color:#aaa;
	text-decoration:none;
}

.mappath_two a:hover,
.mappath_two a:active
{
	font-size:12px;
	color:#f00;
	text-decoration:none;
}

.mappath_two .active,
.mappath_two a.active:link,
.mappath_two a.active:visited
{ 
color:#FF0000;
}

/*================================================================*/
/*风格三：（待完善）
  mappath_three
=========================================================
*/

.mappath_three
{
	font-size:12px;
}
.mappath_three a:link,
.mappath_three a:visited
{
	font-size:12px;
	color:#aaa;
	text-decoration:none;
}

.mappath_three a:hover,
.mappath_three a:active
{
	font-size:12px;
	color:#f00;
	text-decoration:none;
}

.mappath_three .active,
.mappath_three a.active:link,
.mappath_three a.active:visited
{ 
color:#FF0000;
}


/*================================================================*/
/*自定义风格；
  mappath_yourname
=========================================================