/* CSS Document */

#menuTable{
	width:100%;
	}
	
#menuTable TD{
	width: 25%;
	text-align:center;
	}
	
A.menuLink{
	display:block;
	width:119px;
	height:22px;
	outline:none;
	}

#bioLink{
	width:119px;
	height:22px;
	margin:0 auto;
	background: url(../images/menu/bio.jpg) center no-repeat;
	}
#bioLink:HOVER{
	background:url(../images/menu/bioH.jpg) center no-repeat;
	}
#bioActive{
	width:119px;
	height:22px;
	margin:0 auto;
	background:url(../images/menu/bioH.jpg) center no-repeat;
	}
#bioActive:HOVER{
	background:url(../images/menu/bio.jpg) center no-repeat;
	}

#servicesLink{
	width:119px;
	height:22px;
	margin:0 auto;
	background: url(../images/menu/services.jpg) center no-repeat;
	}
#servicesLink:HOVER{
	background:url(../images/menu/servicesH.jpg) center no-repeat;
	}
#servicesActive{
	width:119px;
	height:22px;
	margin:0 auto;
	background:url(../images/menu/servicesH.jpg) center no-repeat;
	}
#servicesActive:HOVER{
	background:url(../images/menu/services.jpg) center no-repeat;
	}

#portfolioLink{
	width:119px;
	height:22px;
	margin:0 auto;
	background: url(../images/menu/portfolio.jpg) center no-repeat;
	}
#portfolioLink:HOVER{
	background:url(../images/menu/portfolioH.jpg) center no-repeat;
	}
#portfolioActive{
	width:119px;
	height:22px;
	margin:0 auto;
	background:url(../images/menu/portfolioH.jpg) center no-repeat;
	}
#portfolioActive:HOVER{
	background:url(../images/menu/portfolio.jpg) center no-repeat;
	}

#contactLink{
	width:119px;
	height:22px;
	margin:0 auto;
	background: url(../images/menu/contact.jpg) center no-repeat;
	}
#contactLink:HOVER{
	background:url(../images/menu/contactH.jpg) center no-repeat;
	}
#contactActive{
	width:119px;
	height:22px;
	margin:0 auto;
	background:url(../images/menu/contactH.jpg) center no-repeat;
	}
#contactActive:HOVER{
	background:url(../images/menu/contact.jpg) center no-repeat;
	}
	
