/**********************************************************
***	MENU 002 
**********************************************************/

#SiteMenu
{
    height:350px;
    position:relative;
}
	#SiteMenu ul
	{
		list-style:none;
		margin:0;
		padding:0;
	}
		#SiteMenu ul li
		{
			float:left;
		}
		
			#SiteMenu ul li a
			{
				float:left;
				background-position:left top;
				background-repeat:no-repeat;
				height:51px;
			}
			
			#SiteMenu ul li a:hover, #SiteMenu ul li.Mid a
			{
				background-position:left -51px;
			}
			
#SubMenu
{
	background:url(../../images/gfx/menu_shadow_left.png) top left no-repeat;
	margin-bottom:20px;
	font-family:Arial;
}

	#SubMenu ul
	{
		list-style:none;
		margin:0;
		padding:0;
		padding-bottom:6px;
		padding-left:5px;
		background:url(../../images/gfx/menu_shadow_bottom.png) bottom left no-repeat;
	}
	
		#SubMenu ul li
		{
			display:block;
		}
		
			#SubMenu ul li a
			{
				background:url(../../images/gfx/menu_btn.png) left center no-repeat;
				height:30px;
				line-height:30px;
				display:block;
				padding-left:30px;
				text-decoration:none;
				color:#707070;

			}
			
			#SubMenu ul li a:hover, #SubMenu ul li.Mid a
			{
				background:url(../../images/gfx/menu_btn_hover.png) left center no-repeat;
				color:#7f9e42;
			}
			
			



