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

/* main links */


.SiteMapMainOut
{
	height: 18px;
	background-color: #E6E6F2;
	background-image: url(../images/menu/menu-bg.gif);
	padding-left: 6px;
}

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

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

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

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

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



/* sub links */

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

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

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

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

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

}

.SiteMapSubLinkOver
{
	color: #ffffff;
	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;	
}

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

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

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

