// JavaScript Document

$(document).ready(function(){
								  /*jQuery("#rightLnk").corner("right");
								   jQuery("#leftLnk").corner("corner right");*/
								   if($.browser.msie)
								   {
									   
								   }
								   else
								   {
									   $("#dvContentArea").corner("round 20px");
								   }
								   
								   
								   
								   
								   
								   $("#Services").hover(function(){$(this).stop().animate({'height':'55px'},300)},
														function(){$(this).stop().animate({'height':'28px'}),500});
								   $("#Partnerships").hover(function(){$(this).stop().animate({'height':'55px'},300)},
														function(){$(this).stop().animate({'height':'28px'}),500});
								   $("#ABTech").hover(function(){$(this).stop().animate({'height':'55px'},300)},
														function(){$(this).stop().animate({'height':'28px'}),500});
								   
								   
								  });

