/* 
  ---------------------------------------------
  SITE MAP LINKS 
  =============================================
*/

/* main links */


.SiteMapMainOut
{
	height: 18px;
	background-color: #52719F;
	padding-left: 6px;
}

.SiteMapMainLinkOut
{
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
}

.SiteMapMainOver 
{
	height: 18px;
	background-color: #2C3C54;
	padding-left: 6px;
}

a.SiteMapMainLinkOver
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
}

a.SiteMapMainLinkOver:hover
{
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
	background: transparent;
}

.SiteMapMainLinkOver
{
	font-weight: bold;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}



/* sub links */

.SiteMapSubOut
{
	height: 18px;
	background-color: #DBE0E6;
	padding-left: 6px;
}

.SiteMapSubOver
{
	height: 18px;
	background-color: #A2B4CE;
	padding-left: 6px;
}

a.SiteMapSubLinkOut
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}

a.SiteMapSubLinkOver:hover 
{
	color: #333333;
	font-size: 11px;
	text-decoration: underline;
	background-color: transparent;
}

.SiteMapSubLinkOut 
{
	color: #333333;
	font-size: 11px;
	text-decoration: none;	

}

.SiteMapSubLinkOver
{
	color: #333333;
	font-size: 11px;
	text-decoration: none;
}

/* selected */

.SiteMapLinkSelectedMain
{
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;	
}
.SiteMapLinkSelectedMain:hover
{
	color: #ffffff;
	text-decoration: underline;	
	background-color: transparent;
}

.SiteMapLinkSelectedSub 
{
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;	
}

.SiteMapLinkSelectedSub:hover
{
	color: #ffffff;
	text-decoration: underline;	
	background-color: transparent;
}

.SiteMapSelected
{
	height: 18px;
	background-color: #A2B4CE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 6px;
}
