/**********************************************************
***	MENU 002 
**********************************************************/

#SiteMenu
{
}
/**** common menu css */
	#SiteMenu ul
	{
		list-style:none;
		padding:0;
		margin:0;
		float:left;
	}
	#SiteMenu li
	{
		float:left;
		background:url(../../images/gfx/menu_spacer.gif) right 8px no-repeat;
		padding-right:3px;
	}
		#SiteMenu li.LastItem
		{
			background:none;
		}	
	
	#SiteMenu li ul
	{
	}

	#SiteMenu a
	{
		color:#fff;
		text-decoration:none;
		float:left;
		line-height:28px;
		padding:0px 7px 0px 10px;
	}
	
	#SiteMenu a:hover
	{
		text-decoration:underline;
	}
	
	#SiteMenu a.Mid
	{
		background:url(../../images/gfx/bg_menu_hover.gif) top left repeat-x;
	}