@charset "utf-8";
/* CSS Document */

#nav {
	position:relative;
	top:0px;
	background-image:url(navimages/nav_background.jpg);
	height:35px;
	z-index:2000;
}



#home_button{
	position:absolute;
	left:0px;
	top:0px;
	
}

#about_us_button{
	position:absolute;
	left:87px;
	top:0px;
	
}

#services_button{
	position:absolute;
	left:206px;
	top:0px;
	
}

#products_button{
	position:absolute;
	left:323px;
	top:0px;
	
}
#products_below{
	display:none;
	position:absolute;
	top:35px;
	z-index:1000;
	width:125px;
	left:323px;
	background-color:#666666;	
	border-left:thin solid white;
	border-right:thin solid white;
	border-bottom:thin solid white;
}
#downloads_button{
	position:absolute;
	left:440px;
	top:0px;
	
}
#links_button{
	position:absolute;
	left:557px;
	top:0px;
	
}
#products_below_beside{
	display:none;
}
#links_below{
	display:none;
	background-image:url(navimages/nav_back.png);
	background-repeat:repeat;
	z-index:1000;
	position:absolute;
	width:125px;
	left:557px;
	top:35px;
	background-color:#666666;	
	border-left:thin solid white;
	border-right:thin solid white;
	border-bottom:thin solid white;
	
}
#links_below a img, #products_below a img{
	float:none;
}
#contact-us_button{
	position:absolute;
	left:677px;
	top:0px;
	
}

