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

/* main links */


.SiteMapMainOut
{
	background-color: #D20F33;
	padding-left: 6px;
}

.SiteMapMainLinkOut
{
	text-decoration: none;
	color: #ffffff;
}

.SiteMapMainOver 
{
	background-color: #B11719;
	padding-left: 6px;
}

a.SiteMapMainLinkOver
{
	color: #ffffff;
}

a.SiteMapMainLinkOver:hover
{
	color: #ffffff;
	text-decoration: underline;
}

.SiteMapMainLinkOver
{
	color: #ffffff;
	text-decoration: none;
}



/* sub links */

.SiteMapSubOut
{
	background-color: #DF536D;
	padding-left: 6px;
}

.SiteMapSubOver
{
	background-color: #D20F33;
	padding-left: 6px;
}

a.SiteMapSubLinkOut
{
	color: #ffffff;
	background-color: #DF536D;
	text-decoration: none;
}

a.SiteMapSubLinkOver:hover 
{
	color: #ffffff;
	text-decoration: underline;
}

.SiteMapSubLinkOut 
{
	color: #ffffff;
	text-decoration: none;	

}

.SiteMapSubLinkOver
{
	color: #ffffff;
	text-decoration: none;
}

/* selected */

.SiteMapLinkSelectedMain
{
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;	
}
.SiteMapLinkSelectedMain:hover
{
	color: #ffffff;
	text-decoration: underline;	
}

.SiteMapLinkSelectedSub 
{
	color: #ffffff;
	text-decoration: none;	
}

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

.SiteMapSelected
{
	background-color: #B11719;
	padding-left: 6px;
}
