/**********************************************************
***	MENU 002 
**********************************************************/

#SiteMenu
{	
	background-image: url(../../images/gfx2010/bgMenu.png);
	background-repeat: repeat-x;
	width: 980px;
}
/**** common menu css */
	#SiteMenu ul
	{
		list-style:none;
		clear:both;
		padding:0;
		margin:0;
	}
	#SiteMenu li
	{
		float: left;
	}
	#SiteMenu li ul
	{
		
	}
	/* <span> is used for data storage */
	#SiteMenu li span 
	{
		display:none;
	}
	#SiteMenu .btnToggleExpand
	{	
		display:none;
		width:10px;
		float:left;
		margin-right:-16px;	
		color:#a6bdc6;
		text-decoration:none;	
	}
	#SiteMenu .Link
	{	
		display:block;
		color:#ffffff;
		text-decoration:none;
		cursor:pointer;
		width: 212px;
		padding-left: 32px;
		line-height: 30px;
		margin-top: 1px;
		border-left: solid 1px #FFFFFF;
		background-image: url(../../images/gfx2010/bgMenuItem.png);
		background-position: right top;
		background-repeat: no-repeat;
		letter-spacing:1px;
	}
	#SiteMenu .LinkItem1
	{
		border-left: solid 1px #4c94c5;
	}
	#SiteMenu .Link:hover
	{
		color:#ffffff;
		text-decoration: underline;
	}
	/**** LEVEL 0 */
		#SiteMenu .Level0 .Link
		{
			font-size: 13px;
		}
		#SiteMenu .Level0 li
		{
		
		}
	/**** LEVEL 1 */
		#SiteMenu .Level1
		{
			display: none;
			width: 244px;
			margin-top: 0px;
			padding-top: 5px;
			background-color: #e5eff8;
			height: 137px;
			margin-left: 1px;
		}
		#SiteMenu .Level1 li
		{
			
			border-right:0;
		}
		#SiteMenu .Level1 .Link
		{
			color: #003571;
			line-height: 20px;
			background-image: none;
			border: none;
			font-size: 12px;
			letter-spacing:0px;
		
		}	
	/**** LEVEL 2 */
		#SiteMenu .Level2
		{
		}
		#SiteMenu .Level2 li
		{
		}
		#SiteMenu .Level2 .Link
		{
		}

	/**** SELECTED ITEM */
		#SiteMenu li.Mid .Link, #SiteMenu .Parent .Link	/* declared last in order to override inheritance */
		{
			/*background-color:#717d86;*/
			background-image: url(../../images/gfx2010/bgMenuItemSel.png);
			height: 33px;
			color: #0066ac;
		}
		#SiteMenu li.FirstMid .Link, #SiteMenu .FirstParent .Link	/* declared last in order to override inheritance */
		{
			background-image: url(../../images/gfx2010/bgMenuItemSel_first.jpg);
		}
		#SiteMenu li.LastMid .Link, #SiteMenu .LastParent .Link	/* declared last in order to override inheritance */
		{
			background-image: url(../../images/gfx2010/bgMenuItemSel_last.jpg);
		}
		#SiteMenu li.Mid .LinkItem1, #SiteMenu .Parent .LinkItem1	/* declared last in order to override inheritance */
		{
			border: none;
		}
		
/*** DATA FRAME FOR REMOTE SCRIPTING ***/
#frmMenuData
{
	display:none;
}


/**** LEVEL 0 */
		#SideMenu
		{
			width: 238px;
			float: left;
			
		}
		#SideMenu .Level0 .Child .Link
		{
			background-image: url(../../images/gfx2010/selmenuitem.png);
			background-repeat: no-repeat;
			background-position: right top;
		}
		
		#SideMenu .Level1 .Child .Link
		{
			background-image: url(../../images/gfx2010/selmenuitem.png);
			background-repeat: no-repeat;
			background-position: right top;
			
		}
		
		#SideMenu .Level0 .MidChild .Link, #SideMenu .Level1 .MidChild .Link
		{
			background-image: url(../../images/gfx2010/selmenuitem_down.png);
			background-repeat: no-repeat;
			background-position: right top;
		}
		#SideMenu .Level0 .MidChild .Level1 .Link, #SideMenu .Level0 .MidChild .Level1 .MidChild .Level2 .Link
		{
			background-image: none;
		}
		#SideMenu .Level0 .MidChild .Level1 .MidChild .Link
		{
			background-image: url(../../images/gfx2010/selmenuitem_down.png);
			background-repeat: no-repeat;
			background-position: right top;
		}
		#SideMenu .Level0 .MidChild .Level1 .Child .Link
		{
			background-image: url(../../images/gfx2010/selmenuitem.png);
			background-repeat: no-repeat;
			background-position: right top;
		}
		#SideMenu .Level0
		{
				
		}
		#SideMenu ul
		{
			list-style:none;
			clear:both;
			padding:0;
			margin-left: 20px;
			margin-right: 30px;
			margin-bottom: 30px;
			margin-top: 10px;
			border-top: solid 1px #c7d1db;
			width: 196px;
	}
		#SideMenu .Level0 li
		{
			border-bottom: solid 1px #c7d1db;
		}
		#SideMenu .Link
		{
			display: block;
			color: #000000;
		}
		#SideMenu .Level0 .Link
		{
			text-decoration: none;
			line-height: 18px;
			font-weight: bold;
			padding-left: 14px;
			font-weight: normal;	
			width: 182px;
		}	
/**** LEVEL 1 */
		#SideMenu .Level1
		{
			
			margin: 0px 0px -1px 0px;
		}
		#SideMenu .Level1 li
		{
			
			border-right:0;
		}
		#SideMenu .Level1 .Link
		{
			color: #000000;
			line-height: 20px;
			padding-left: 25px;
			width: 171px;
		}	
	/**** LEVEL 2 */
		#SideMenu .Level2
		{
			margin: 0px 0px -1px 0px;
		}
		#SideMenu .Level2 li
		{
		}
		#SideMenu .Level2 .Link
		{
			color: #000000;
			line-height: 20px;
			padding-left: 45px;
			width: 151px;
		}
		#SideMenu .Link:hover
		{
			background-color:#ecf4f7;
		}
			/**** SELECTED ITEM */
		#SideMenu li.Mid	/* declared last in order to override inheritance */
		{
			background-color:#ecf4f7;
		}
		#SideMenu li.Mid ul	/* declared last in order to override inheritance */
		{
			background-color:#ffffff;
		}
#BreadCrumbs
{
	height: 30px;
	line-height: 30px;
	margin-left: 33px;
	position: absolute;
	top: 177px;
	left: 0px;
	width: 910px;
	color: #404040;
	display: none;
}
#BreadCrumbs #SelBread
{
	text-decoration: none;
	color: #000000;
	font-size: 10px;
}	
#BreadCrumbs a
{
	color: #404040;
	text-decoration: none;
	font-size: 10px;
}