/* Start of CMSMS style sheet 'lgamenustyle' */
#lgahome {
  	display: block;
  	float:left;
  	height: 25px;
	width:220px;
  	background: url(images2/lgahome.jpg) no-repeat 0 0;
}

/*Rollover effect, select half the button's height*/
#lgahome:hover { 
  background-position: 0 -25px;
}

/*Required to remove the text*/
#lgahome span {
  display: none;
}


#privatewealthmanagement {
  	display: block;
  	float:left;
  	height: 27px;
	width:220px;
  	background: url(images2/privatewealthmanagement.jpg) no-repeat 0 0;
}

/*Rollover effect, select half the button's height*/
#privatewealthmanagement:hover { 
  background-position: 0 -27px;
}

/*Required to remove the text*/
#privatewealthmanagement span {
  display: none;
}

#investmentmanagement {
  	display: block;
  	float:left;
  	height: 29px;
	width:220px;
  	background: url(images2/investmentmanagement.jpg) no-repeat 0 0;
}

/*Rollover effect, select half the button's height*/
#investmentmanagement:hover { 
  background-position: 0 -29px;
}

/*Required to remove the text*/
#investmentmanagement span {
  display: none;
}

#corevalues {
  	display: block;
  	float:left;
  	height: 29px;
	width:220px;
  	background: url(images2/corevalues.jpg) no-repeat 0 0;
}

/*Rollover effect, select half the button's height*/
#corevalues:hover { 
  background-position: 0 -29px;
}

/*Required to remove the text*/
#corevalues span {
  display: none;
}

#executivesearch {
  	display: block;
  	float:left;
  	height: 30px;
	width:220px;
  	background: url(images2/executivesearch.jpg) no-repeat 0 0;
}

/*Rollover effect, select half the button's height*/
#executivesearch:hover { 
  background-position: 0 -30px;
}

/*Required to remove the text*/
#executivesearch span {
  display: none;
}

#theteam {
  	display: block;
  	float:left;
  	height: 26px;
	width:220px;
  	background: url(images2/theteam.jpg) no-repeat 0 0;
}

/*Rollover effect, select half the button's height*/
#theteam:hover { 
  background-position: 0 -26px;
}

/*Required to remove the text*/
#theteam span {
  display: none;
}

#ethics {
  	display: block;
  	float:left;
  	height: 28px;
	width:220px;
  	background: url(images2/ethics.jpg) no-repeat 0 0;
}

/*Rollover effect, select half the button's height*/
#ethics:hover { 
  background-position: 0 -28px;
}

/*Required to remove the text*/
#ethics span {
  display: none;
}

#contactus {
  	display: block;
  	float:left;
  	height: 26px;
	width:220px;
  	background: url(images2/contactus.jpg) no-repeat 0 0;
}

/*Rollover effect, select half the button's height*/
#contactus:hover { 
  background-position: 0 -26px;
}

/*Required to remove the text*/
#contactus span {
  display: none;
}
/* End of 'lgamenustyle' */

