@charset "UTF-8";
/* CSS Document */


#mainNav{
	margin-top:72px;
	width:512px;
	float:right;
	height:34px;
}

#menu{
	position:relative;
	margin-top:72px;
	width:487px;
	float:right;
	height:34px;
	margin-right:25px;
}


#menu li{
	height:34px;	
	position:absolute;	
	display:block;	
}

#menu a{
	height:34px;
	display: block;	
}

#menu #home{
	width:63px;
	left:0px;
	background:url(../images/homeButton.jpg) 0 0 no-repeat;	
}

#menu #home a:hover{background:url(../images/homeButton.jpg) 0 -34px no-repeat scroll;
}

#menu #about{
	width:69px;
	left:63px;
	background:url(../images/aboutButton.jpg) 0 0 no-repeat;	
}

#menu #about a:hover{background:url(../images/aboutButton.jpg) 0 -34px no-repeat scroll;
}

#menu #aboutON{
	width:69px;
	left:63px;
	background:url(../images/aboutButton.jpg) 0 -34px no-repeat;	
}


#menu #facilities {
	width:93px;
	left:132px;
	background:url(../images/facilitiesButton.jpg) 0 0 no-repeat;
}

#menu #facilities a:hover{background: url(../images/facilitiesButton.jpg) 0 -34px no-repeat scroll;
}

#menu #facilitiesON {
	width:93px;
	left:132px;
	background:url(../images/facilitiesButton.jpg) 0 -34px no-repeat;
}

#menu #procedures{
	width:115px;
	left:225px;
	background:url(../images/proceduresButton.jpg) 0 0 no-repeat;
}

#menu #procedures a:hover{background: url(../images/proceduresButton.jpg) 0 -34px no-repeat scroll;
}

#menu #proceduresON{
	width:115px;
	left:225px;
	background:url(../images/proceduresButton.jpg) -0 -34px no-repeat;
}

#menu #news{
	width:62px;
	left:340px;
	background:url(../images/newsButton.jpg) 0 0 no-repeat;	
}

#menu #news a:hover{background: url(../images/newsButton.jpg) 0 -34px no-repeat scroll;
}

#menu #newsON{
	width:62px;
	left:340px;
	background:url(../images/newsButton.jpg) 0 -34px no-repeat;	
}


#menu #contact{
	width:85px;
	left:402px;
	background:url(../images/contactButton.jpg) 0 0 no-repeat;
}

#menu #contact a:hover{background: url(../images/contactButton.jpg) 0 -34px no-repeat scroll;
}

#menu #contactON{
	width:85px;
	left:402px;
	background:url(../images/contactButton.jpg) 0 -34px no-repeat;
}



