/* ******************************************************************************
	Style008-TopNavigationStyle - SiteMapPage
		(C) 2013 CreativeStyle
****************************************************************************** */
/* ==============================================================================
	Sitemap Area Settings
============================================================================== */
.SitemapArea {
	float:			left;
	margin:			34px 0 15px 18px;
	_margin:		34px 0 15px 9px;
	width:			643px;
}
.SitemapArea .LinkArea {
	margin-top:		5px;
	margin-bottom:		10px;
	padding-top:		5px;
	padding-bottom:		5px;
	width:			643px;
	border-bottom:		1px dotted #3fa6e0;
	overflow:		hidden;
}
.SitemapArea .PageArea {
	float:			left;
	margin-left:		10px;
	_margin-left:		5px;
	width:			143px;
	font-size:		small;
}
.SitemapArea .DocumentArea {
	float:			right;
	width:			490px;
	font-size:		small;
}
.SitemapArea .LinkArea a {
	text-decoration:	none;
	color:			#000000;
}
.SitemapArea .LinkArea a:hover {
	text-decoration:	underline;
}
