@CHARSET "UTF-8";
/* Navigation */

 

#nav_wrapper{
	width: 724px;
	height: 31px;
	margin-top:-16px;

}
	ul.nav{
		padding: 0px 0 0 0;
		height: 31px;
		position: relative;
		list-style-type:none;
		 
	}
		ul.nav li{;
			float: left;
			list-style-image: none;
		}
			ul.nav li.active a{
				z-index: 8 !important;
				background-position: bottom !important;
			}
			ul.nav li a{
	position: absolute;
	height: 31px;
	 
			}
			ul.nav li a.home{
			width:112px;
				z-index: 7;
				left: 0px;
				background: url("home.png") no-repeat;
			}
				ul.nav li a.home2{
			width:112px;
				z-index: 7;
				left: 0px;
				background: url("home2.png") no-repeat;
			}
			
				ul.nav li a.homeback{
			width:112px;
				z-index: 1;
				left: 0px;
				background: url("home.png") no-repeat;
			}
			ul.nav li a.overview{
			width:113px;
				z-index: 6;
				left: 98px;
				background: url("about.png") no-repeat;
			}
			
				ul.nav li a.overview2{
			width:113px;
				z-index: 6;
				left: 98px;
				background: url("about2.png") no-repeat;
			}
			
			
			ul.nav li a.skills{
			width:125px;
				z-index: 5;
				left: 195px;
				background: url("service.png") no-repeat;
			}
				ul.nav li a.skills2{
			width:125px;
				z-index: 5;
				left: 195px;
				background: url("service2.png") no-repeat;
			}
			ul.nav li a.ourwork{
			width:210px;
				z-index: 4;
				left: 306px;
				background: url("register.png") no-repeat;
			}
			
				ul.nav li a.ourwork2{
			width:210px;
				z-index: 4;
				left: 306px;
				background: url("register2.png") no-repeat;
			}
			
			
			ul.nav li a.hireus{
			width:113px;
	z-index: 3;
	left: 501px;
	background: url("enquiry.png") no-repeat;
			}
			ul.nav li a.hireus22{
			width:113px;
	z-index: 3;
	left: 501px;
	background: url("enquiry2.png") no-repeat;
			}
			ul.nav li a.hireus2{
			width:112px;
	z-index: 2;
	left: 598px;
	background: url("reach.png") no-repeat;
			}
			ul.nav li a.hireus3{
			width:112px;
	z-index: 2;
	left: 598px;
	background: url("reach2.png") no-repeat;
			}
		 
				ul.nav li a img{
					display: none;
				}
				

