#navigation {
clear:both;
margin:0px auto;
	width:918px;
		
		position: relative; 
		top:0px;
		left:0px;
	z-index:10;
}
#navigation ul {
	list-style-type:none;
	 margin: 0;
   padding: 0;
}

#navigation ul li { display: inline; float:left;}








		#navmenu {

			position: absolute; 
			
			top: 0;

			/* left:146px; */

			width: 918px;

			height: 52px;

			margin: 0;

			padding: 0;

			overflow:hidden;

			list-style: none;
			text-align:left;
			display:inline;


		}


#navmenu A {

			display: block;

			float: left;

			height: 0px !important;
display:inline;
			height /**/:52px; /* IE 5/Win hack */ 

			



			padding: 52px 0 0 0;

			overflow: hidden;

		}



		#navmenu A:hover {

			background-position: 0 -104px;

			

		}



		#navmenu A:active {

			background-position: 0 -52px;

			

		}

		#navmenu A.selected {

			background-position: 0 0px;

		}

		

		

		#home A {

			width: 81px;

			

			background: url(../navimages/home.gif) 0 -52px no-repeat;

		}

		

		

		#company A {

			width: 99px;

			

			background: url(../navimages/company.gif) 0 -52px no-repeat;

		}

		#solutions A {

			width: 101px;

			background: url(../navimages/solutions.gif) 0 -52px no-repeat;

		}

		#services A {

			width: 94px;

			background: url(../navimages/services.gif) 0 -52px no-repeat;

		}

		 #markets A {
	
			width: 94px;
	
			background: url(../navimages/markets.gif) 0 -52px no-repeat;
	
		} 

	#clients A {
	
			width: 88px;
	
			background: url(../navimages/clients.gif) 0 -52px no-repeat;
	
		}
	#partners A {
	
			width: 105px;
	
			background: url(../navimages/partners.gif) 0 -52px no-repeat;
	
		}
		
		#contact A {
	
			width: 85px;
	
			background: url(../navimages/contact.gif) 0 -52px no-repeat;
	
		}
		
		/*#help {
			 width:396px;
			
	background: url(../navimages/navbar_right.gif) 0 0 no-repeat;
		} */
		
		#help a{
	 width:362px;
			
	background: url(../navimages/navbar_right.gif) 0 0 repeat-x;
			
	
		}