﻿*.SiteMapMenuBar.Custom
{
	/*background-color: #EDEFF4;*/
}


	*.SiteMapMenuBar.Custom   ul,
	*.SiteMapMenuBar.Custom   ol
	{
		margin: 0px 0px 10px 0px;
		
		border-color: #627AAD;
		border-bottom-color: #003399;
		
		background-color: #627AAD;
		
		color: #ffffff;
		font-weight: bold;
		font-size: 11px;
		text-decoration: none;
	}
	
	/* sitemap left version */
	*.SiteMapMenuBar.Custom.Left   ul,
	*.SiteMapMenuBar.Custom.Left   ol
	{
		border-bottom-color: #627AAD;
	}
	
	/* sitemap right version */
	*.SiteMapMenuBar.Custom.Right   ul,
	*.SiteMapMenuBar.Custom.Right   ol
	{
		border-bottom-color: #627AAD;
	}
	
	/* sitemap bottom version */
	*.SiteMapMenuBar.Custom.Bottom   ul,
	*.SiteMapMenuBar.Custom.Bottom   ol
	{
		border-bottom-color: #627AAD;
	}



		*.SiteMapMenuBar.Custom   ul > li.Highlight,
		*.SiteMapMenuBar.Custom   ol > li.Highlight,
		*.SiteMapMenuBar.Custom   ul > li.Selected,
		*.SiteMapMenuBar.Custom   ol > li.Selected
		{
			color: #3B5998;
		}
		
			*.SiteMapMenuBar.Custom   ul > li   a,
			*.SiteMapMenuBar.Custom   ol > li   a
			{
				padding: 6px 10px;
				color: inherit;
				font-weight: inherit;
				text-decoration: inherit;
			}



			*.SiteMapMenuBar.Custom   ul > li   a:hover,
			*.SiteMapMenuBar.Custom   ol > li   a:hover
			{
				color: inherit;
				background-color: #6D86B7;
			}
