@charset "utf-8";

/* top nav setup */
#menu {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 900px;
	height: 250px;
	background: url(images/main_nav_backgound.png) no-repeat;
	position: relative;
}
#menu span {
	display: none;
	position: absolute;
}
#menu a {
	display: block;
	text-indent: -900%;
	position: absolute;
	outline: none;
}
#menu img {
	display: block;
	position: absolute;
	left: 20px;
	top: 163px;
}
#menu a:hover, a selected,
	#home  #menu  .home,
	#products  #menu  .products,
	#services  #menu  .services,
	#your_industry  #menu  .your_industry,
	#our_company  #menu  .our_company {
	background-position: left bottom;
}
#menu a:hover span{
	display: block;
}	
#link a {
	display: block;
	text-indent: -900%;
	position:relative;
	border: none;
}
#link a:hover{
	background-position: left bottom;
}
#link .arrows {
	width: 300px;
	height: 25px;
	background: url(images/arrows.png) no-repeat;
	left: 30px;
	top: 287px;
}
#link .proj_button {
	margin: 20px 0px 25px 0px;
	width: 270px;
	height: 36px;
	background: url(images/latest_proj_button.gif) no-repeat;
	left: 0px;
	top: 0px;
}
/* end top nav setup */
	
/* top nav buttons */
#menu .home {
	width: 115px;
	height: 27px;
	background: url(images/main_nav_home.png) no-repeat;
	left: 21px;
	top: 103px;
}
#menu .products {
	width: 115px;
	height: 27px;
	background: url(images/main_nav_products.png) no-repeat;
	left: 136px;
	top: 103px;
}
#menu .services {
	width: 115px;
	height: 27px;
	background: url(images/main_nav_services.png) no-repeat;
	left: 251px;
	top: 103px;
}
#menu .your_industry {
	width: 115px;
	height: 27px;
	background: url(images/main_nav_your_industry.png) no-repeat;
	left: 366px;
	top: 103px;
}
#menu .our_company {
	width: 115px;
	height: 27px;
	background: url(images/main_nav_our_company.png) no-repeat;
	left: 481px;
	top: 103px;
}
/* end top nav buttons */