*.SiteMapMenuBar
{
	display: block;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: none 0px inherit;
	
	/*background-color: #ffffff;*/
	
	/*overflow: auto;*/
}

/* sitemap left version */
*.SiteMapMenuBar.Left
{
}

/* sitemap right version */
*.SiteMapMenuBar.Right
{
}



	*.SiteMapMenuBar   ul,
	*.SiteMapMenuBar   ol
	{
		display: block;
		
		margin: 10px 0px 10px 0px;
		padding: 0px 0px 0px 0px;
		
		border: 0;
		
		/*background-color: #B9D4F0;*/
	}
	
	/* sitemap left version */
	*.SiteMapMenuBar.Left   ul,
	*.SiteMapMenuBar.Left   ol
	{
		float: left;
		
		margin: 0px 10px 0px 0px;
		border-right: solid 1px #003399;
		border-bottom: solid 5px #B9D4F0;
	}
	
	/* sitemap right version */
	*.SiteMapMenuBar.Right   ul,
	*.SiteMapMenuBar.Right   ol
	{
		float: right;
		
		margin: 0px 0px 0px 10px;
		border-left: solid 1px #003399;
		border-bottom: solid 5px #B9D4F0;
	}
	
	/* sitemap bottom version */
	*.SiteMapMenuBar.Bottom   ul,
	*.SiteMapMenuBar.Bottom   ol
	{
		border-top: solid 1px #003399;
		border-bottom: solid 5px #B9D4F0;
	}



		*.SiteMapMenuBar   ul > li,
		*.SiteMapMenuBar   ol > li
		{
			display: inline-block;
			
			margin: 0px 0px -1px 0px;
			border-style: solid;
			border-width: 1px;
			border-top-color: transparent;
			border-left-color: transparent;
			border-bottom-color: transparent;
			border-right-color: transparent;
			
			list-style-type: none;
		}
		
		/* tab left version */
		*.SiteMapMenuBar.Left   ul > li,
		*.SiteMapMenuBar.Left   ol > li
		{
			display: block;
			
			margin: 0px -1px 0px 0px;
			border-right-color: #003399;
			border-bottom-color: transparent;
		}
		
		/* tab right version */
		*.SiteMapMenuBar.Right   ul > li,
		*.SiteMapMenuBar.Right   ol > li
		{
			display: block;
			
			margin: 0px 0px 0px -1px;
			border-left-color: #003399;
			border-bottom-color: transparent;
		}
		
		/* tab bottom version */
		*.SiteMapMenuBar.Bottom   ul > li,
		*.SiteMapMenuBar.Bottom   ol > li
		{
			margin: -1px 0px 0px 0px;
			border-top-color: #003399;
			border-bottom-color: transparent;
		}



		*.SiteMapMenuBar   ul > li.Highlight,
		*.SiteMapMenuBar   ol > li.Highlight,
		*.SiteMapMenuBar   ul > li.Selected,
		*.SiteMapMenuBar   ol > li.Selected
		{
			background-color: #ffffff;
			
			border-top-color: #003399;
			border-left-color: #003399;
			border-bottom-color: transparent;
			border-right-color: #003399;
		}
		
		/* tab left version */
		*.SiteMapMenuBar.Left   ul > li.Highlight,
		*.SiteMapMenuBar.Left   ol > li.Highlight,
		*.SiteMapMenuBar.Left   ul > li.Selected,
		*.SiteMapMenuBar.Left   ol > li.Selected
		{
			border-right-color: transparent;
			border-bottom-color: #003399;
		}
		
		/* tab right version */
		*.SiteMapMenuBar.Right   ul > li.Highlight,
		*.SiteMapMenuBar.Right   ol > li.Highlight,
		*.SiteMapMenuBar.Right   ul > li.Selected,
		*.SiteMapMenuBar.Right   ol > li.Selected
		{
			border-left-color: transparent;
			border-bottom-color: #003399;
		}
		
		/* tab bottom version */
		*.SiteMapMenuBar.Bottom   ul > li.Highlight,
		*.SiteMapMenuBar.Bottom   ol > li.Highlight,
		*.SiteMapMenuBar.Bottom   ul > li.Selected,
		*.SiteMapMenuBar.Bottom   ol > li.Selected
		{
			border-top-color: transparent;
			border-bottom-color: #003399;
		}



			*.SiteMapMenuBar   ul > li   a,
			*.SiteMapMenuBar   ol > li   a
			{
				display: inline-block;
				/*min-width: 100px;*/
				padding: 3px 10px 3px 10px;
				
				color: #003399;
				text-decoration: none;
			}



			*.SiteMapMenuBar   ul > li   a:hover,
			*.SiteMapMenuBar   ol > li   a:hover
			{
				color: #ff0000;
				background-color: #E8EDFF;
			}


			*.SiteMapMenuBar   ul > li.Highlight   a:hover,
			*.SiteMapMenuBar   ol > li.Highlight   a:hover,
			*.SiteMapMenuBar   ul > li.Selected   a:hover,
			*.SiteMapMenuBar   ol > li.Selected   a:hover
			{
				background-color: transparent;

			}


			*.SiteMapMenuBar   ul > li.Disabled   a,
			*.SiteMapMenuBar   ol > li.Disabled   a,
			*.SiteMapMenuBar   ul > li.Disabled   a,
			*.SiteMapMenuBar   ol > li.Disabled   a
			{
				color: #003399;
				cursor: default;
			}
			
			
			
/*--------------------------------------------------------------------------------------------------*/




*.SiteMapMenuBar.Custom
{
	/*background-color: purple;*/
}


	*.SiteMapMenuBar.Custom   ul,
	*.SiteMapMenuBar.Custom   ol
	{
		margin: 0px 0px 10px 0px;
		
		border-color: transparent;
		border-bottom-color: transparent;
		
		/*background-color: transparent;*/
		
		color:#333333;
		font-weight: bold;
		font-size: 13px;
		text-decoration: none;
		font-family:verdana,sans-serif;
	}
	
	/* 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:#c7e7f9;
				font-weight: inherit;
				text-decoration: inherit;
				background-color:#012c4f;
			}



			*.SiteMapMenuBar.Custom   ul > li   a:hover,
			*.SiteMapMenuBar.Custom   ol > li   a:hover
			{
				color:#FFFFFF;
				/*background-color: #6D86B7;*/
			}



/*--------------------------------------------------------------------------------------------------*/

*.SiteMapMenuBar.Custom.Custom2
{
	background-color:#0171aa;
}

			*.SiteMapMenuBar.Custom.Custom2   ul > li   a,
			*.SiteMapMenuBar.Custom.Custom2   ol > li   a
			{
				background-color: transparent;
			}