/* ------------------------------------------------------------------------------------ */
/* MAIN NAVIGATION			
/* ------------------------------------------------------------------------------------ */
/* Horizontal CSS MENU (suckerfish, solardream */
.rollover { display: block; } 						/* Allow setting widths and heights */
.rollover img { width: 100%; border: 0; } 			/* only set width and height once */
.rollover:hover { visibility: visible; 				/* for IE */ } /* sets any property for the :hover state */
.rollover:hover img { visibility: hidden; } 		/* 'rolls over' the image */


/* The width and height must be set on the html and not in this stylesheet when using drop down menus */
#navHome {
	width: 69px;
	height: 59px;
	background-image: url(../images/nav-home-on.jpg);
	display: block;
	float: left;
}
#navAbout {
	width: 99px;
	height: 59px;
	background-image: url(../images/nav-about-on.jpg);
	display: block;
	float: left;
}
#navServices {
	width: 95px;
	height: 59px;
	background-image: url(../images/nav-services-on.jpg);
	display: block;
	float: left;
}
#navPortfolio {
	width: 102px;
	height: 59px;
	background-image: url(../images/nav-portfolio-on.jpg);
	display: block;
	float: left;
}
#navContact {
	width: 91px;
	height: 59px;
	background-image: url(../images/nav-contact-on.jpg);
	display: block;
	float: left;
}