
/*ALL NAV below here*/
	
	#navBundle{
		position:relative;
		width:120px;
		/*position with image divs, no height or padding :pushes wrapper down*/
		margin:0;
		padding:0;
		/*overflow:hidden;*/
		text-align:left;
		background:#000;
	}
	
	
	#navBundle ul{
	list-style:none;
	border:none;
	}
	
	#navBundle ul a{
	list-style:none;
	text-decoration:none;
	}
	
	#navBundle ul a img{  /*controls the border around img in IE*/
	border-color:#000000;
	}
	

/*navigation menu home image load and rollover*/	
	#image	{
			background-image:url(../images/homeBtn.gif);background-repeat:no-repeat;
			height:31px; 
			width:110px;
			position:absolute;
			top:100px;
			left:20px;
			
		}

	#navigation_menu a {
			  position: absolute;
			  height: 38px;
			  width: 88px;
			  top: 0px;
			  left:0px; 
			  text-decoration:none;
			  color:#000000;
	  }


  
 #navigation_menu a i { visibility: hidden; } /*add searchable text here. This will hide it.*/
 
 a#navigation_menu2a{ top:0px; left:0px}/*positions links searchable text*/
 
 a#navigation_menu2a:hover {background-image: url(../images/homeBtn2.gif);background-repeat:no-repeat;
  						width:100px;
   						height:29px;
   						position:absolute;
	 					top:0px;
	  					left:0px;
	  					color:#ffffff; }/*rollover position*/

 a #navigation_menu2a:hover {border:none; }/*ie stuck rollover fix*/
 
/* nav clients rollover*/

#image1	{
			background-image:url(../images/servicesBtn.gif);background-repeat:no-repeat;
			height:31px; 
			width:110px;
			position:absolute;
			top:150px;
			left:20px;
			
		}

	#navigation_menu1 a {
			  position: absolute;
			  height: 38px;
			  width: 88px;
			  top: 0px;
			  left:0px; 
			  text-decoration:none;
			  color:#000000;
	  }


  
 #navigation_menu1 a i { visibility: hidden; } /*add searchable text here. This will hide it.*/
 
 a#navigation_menu2b{ top:0px; left:0px}/*positions links searchable text*/
 
 a#navigation_menu2b:hover {background-image: url(../images/servicesBtn2.gif);background-repeat:no-repeat;
  						width:100px;
   						height:29px;
   						position:absolute;
	 					top:0px;
	  					left:0px;
	  					color:#ffffff; }/*rollover position*/

 a #navigation_menu2b:hover {border:none; }/*ie stuck rollover fix*/
	
/*nav contact rollover*/
#image2	{
			background-image:url(../images/contactBtn.gif);background-repeat:no-repeat;
			height:31px; 
			width:110px;
			position:absolute;
			top:205px;
			left:20px;
			
		}

	#navigation_menu2 a {
			  position: absolute;
			  height: 38px;
			  width: 88px;
			  top: 0px;
			  left:0px; 
			  text-decoration:none;
			  color:#000000;
	  }


  
 #navigation_menu2 a i { visibility: hidden; } /*add searchable text here. This will hide it.*/
 
 a#navigation_menu2c{ top:0px; left:0px}/*positions links searchable text*/
 
 a#navigation_menu2c:hover {background-image: url(../images/contactBtn2.gif);background-repeat:no-repeat;
  						width:100px;
   						height:29px;
   						position:absolute;
	 					top:0px;
	  					left:0px;
	  					color:#ffffff; }/*rollover position*/

 a #navigation_menu2c:hover {border:none; }/*ie stuck rollover fix*/
	
/*nav links rollover*/

#image3	{
			background-image:url(../images/linksBtn.gif);background-repeat:no-repeat;
			height:31px; 
			width:110px;
			position:absolute;
			top:260px;
			left:20px;
			
		}

	#navigation_menu3 a {
			  position: absolute;
			  height: 38px;
			  width: 88px;
			  top: 0px;
			  left:0px; 
			  text-decoration:none;
			  color:#000000;
	  }


  
 #navigation_menu3 a i { visibility: hidden; } /*add searchable text here. This will hide it.*/
 
 a#navigation_menu2d{ top:0px; left:0px}/*positions links searchable text*/
 
 a#navigation_menu2d:hover {background-image: url(../images/linksBtn2.gif);background-repeat:no-repeat;
  						width:100px;
   						height:29px;
   						position:absolute;
	 					top:0px;
	  					left:0px;
	  					color:#ffffff; }/*rollover position*/

 a #navigation_menu2d:hover {border:none; }/*ie stuck rollover fix*/
	
/*end nav*/	

