/**********************************************************
***	MENU 002 
**********************************************************/

#SiteMenu
{	
	width:161px;
	float:left;
	padding:20px 1px 0 4px;
}
*html #SiteMenu
{	
	width:160px;
}
/**** common menu css */
	#SiteMenu ul
	{
		list-style:none;
		clear:both;
		padding:0;
		margin:0;
	}
	#SiteMenu li
	{
	}
	#SiteMenu li ul
	{
		
	}
	/* <span> is used for data storage */
	#SiteMenu li span 
	{
		display:none;
	}
	#SiteMenu .Link
	{	
		display:block;
		padding:0 0 0 10px;
		text-decoration:none;
		line-height:22px;
		color:#000;
	}
	#SiteMenu .Link:hover
	{
		background-color:#f00506;
		color:#fff;
	}
	/**** LEVEL 0 */
		#SiteMenu .Level0
		{
		}
		#SiteMenu .Level0 li
		{
			background:url(../../images/horizontal_dotted_border.gif) repeat-x top;
			padding:4px 3px 4px 3px;
		}
		#SiteMenu .Level0 li:first-child
		{
			background:none;
		}
		#SiteMenu .Level0 .Selected .Link
		{
			background-color:#f00506;
			color:#fff;
		}

		#SiteMenu .Level0 .Selected .Link:hover
		{
			background-color:#f00506;
			color:#fff;
		}
	/**** LEVEL 1 */
		#SiteMenu .Level1
		{
		}
		#SiteMenu .Level1 li
		{
			background:none;
			padding:4px 0 0 0;
		}
		#SiteMenu .Selected .Level1 .Link
		{
			background:none;
			color:#f00506;
		}
		#SiteMenu .Level1 .Selected .Link
		{
			background:none;
			font-weight:bold;
			color:#f00506;
		}
		#SiteMenu .Level1 .NonBold .Link
		{
			font-weight:normal;
		}
		#SiteMenu .Level1 .Selected .Link:hover
		{
			background-color:#f00506;
			color:#fff;
		}
			
	/**** LEVEL 2 */
		#SiteMenu .Level2
		{
		}
		#SiteMenu .Level2 li
		{
		}
		#SiteMenu .Level1 .Selected .Level2 .Link
		{
			padding-left:20px;
			font-weight:normal;
		}
		
		#SiteMenu .Level1 .Selected .Level2 .Selected .Link
		{
			font-weight:bold;
		}

	/**** SELECTED ITEM */
		#SiteMenu li.Mid	/* declared last in order to override inheritance */
		{

		}
/*** DATA FRAME FOR REMOTE SCRIPTING ***/
#frmMenuData
{
	display:none;
}


