/* Top Menu ------------------------------------------------------------------> */
#menu 	{
		position:relative;
		display:inline;
		float:left;

		width:143px;
		height:89px;

		margin:45px 0px 0px 70px;	
		padding:0px;
		
		text-align:left;
		
		list-style: none;

      	}
      
#menu  ul
	{
		margin:0px;
		padding:0px;
		list-style: none;
	}


	
#menu a {
		display: block;
		text-indent: -900%;
		position: absolute;
		outline: none;
	}
	
	
#menu a:hover 
	{
  		background-position: left bottom;
  		z-index:100;
	}
	

	
#menu .home 
	{
		width: 89px;
		height: 46px;
		background:transparent url(../images/home.gif) no-repeat;
		top:-5px;
		left:0px;
		margin:0px;
		z-index:90;
	}
	
	
#menu .programs
	{
		width: 146px;
		height: 45px;
		background:transparent url(../images/programs.gif) no-repeat;
		top:20px;
		left:0px;
		margin:0px;
		z-index:90;
	}	
	
#menu .contact
	{
		width: 147px;
		height: 46px;
		background: transparent url(../images/contact.gif) no-repeat;
		top:43px;
		left:0px;
		margin:0px;
		z-index:90;
	}	

