 /* menu styles */
 
 
 ul#topMenu {
	background-color: #000;
	padding: 14px 14px 0 14px;
	height: 25px;
	float: right;
	list-style-type: none;
	margin: 94px 0 0 0;
 	}
	
 ul#topMenu li {
	float: left;
 	}
	
 ul#topMenu li a {
 	text-align: center;
 	text-indent: -9999px;
	font-size: 1px;
	height: 9px;
	display: block;
 	}
 
 ul#topMenu li a:hover {
 	background-position: center -9px;
 	}
	
 li#home a {
 	background: url(../../site-images/buttons/menu/home.gif) no-repeat center top;
	width: 54px;
 	}
	
 li#profile a {
 	background: url(../../site-images/buttons/menu/profile.gif) no-repeat center top;
	width: 64px;
 	}
	
 li#services a {
 	background: url(../../site-images/buttons/menu/services.gif) no-repeat center top;
	width: 60px;
 	}

 li#advice a {
 	background: url(../../site-images/buttons/menu/advice.gif) no-repeat center top;
	width: 68px;
 	}
	
 li#contactUs a {
 	background: url(../../site-images/buttons/menu/contact.gif) no-repeat center top;
	width: 74px;
 	}
	
 li#clientServices a {
 	background: url(../../site-images/buttons/menu/client-services.gif) no-repeat center top;
	width: 94px;
 	}
	
 li#recruitment a {
 	background: url(../../site-images/buttons/menu/recruitment.gif) no-repeat center top;
	width: 84px;
 	}
	
	
	