﻿ #MainMenuArea li a:hover 
  {
  	background: url(images/HM_menu_left.gif) no-repeat; 
	
   }
#MainMenuArea li:hover 
  {
  	background: url(images/HM_menu_right.gif) no-repeat right;

   }
   #MainMenuArea li.selected
   {
    	background: url(images/HM_menu_right.gif) no-repeat right;
   	}
  #MainMenuArea li.selected a
  {
  	background: url(images/HM_menu_left.gif) no-repeat;
  }
  
  	/*ie6 png fixi*/
img,div, a, td
{
	behavior: url(/js/iepngfix.htc);
}

/************************/

/* Frontpage campaigns  */

/************************/
/*
.CampaignBody
{
	
	 background: url(images/HMCase_bg.png) no-repeat;
	 width:280px;
	 
	 padding: 5px 0px 0px 0px;
	 margin-left:20px;
	
	}*/
.CampaignIngress
{ 
	
	 color: #ffffff;
 	width:265px;
	 padding-bottom: 25px;
	 background: url(images/HMCase_bg_bottom.png)  no-repeat bottom;
	}
