@charset "UTF-8";
/*
    --------------------------------------------------------------
				|| Shree Swăminărăyano Vijayate ||
			Inspirer: Param Pujya Pramukh Swămi Mahărăj
		   ----------------------------------------------
	Style name:			MPSites
	Based on style:		Custom Made
	Original author:	Mitul Patel		
	
	Copyright 2009 MPSites.com ( http://www.mpsites.com/ )
    --------------------------------------------------------------
*/

/*-------------------Start Links------------------*/
#home {
	display:block;
	height: 39px;
	width:84px;
	background:url(../images/template/navigation/home.png) no-repeat 0 0;
	left:90px;
	float:left;
}

#services {
	display:block;
	height: 39px;
	width:111px;
	background:url(../images/template/navigation/services.png) no-repeat 0 0;
	float:left;
}

#portfolio {
	display:block;
	height: 39px;
	width:129px;
	background:url(../images/template/navigation/portfolio.png) no-repeat 0 0;
	float:left;
}

#process {
	display:block;
	height: 39px;
	width:106px;
	background:url(../images/template/navigation/process.png) no-repeat 0 0;
	float:left;
}

#contact {
	display:block;
	height: 39px;
	width:116px;
	background:url(../images/template/navigation/contact.png) no-repeat 0 0;
	float:left;
}

/*-------------------End Links------------------*/

/*-------------------Start Hover------------------*/
#home:hover {
	background-position: 0 -39px;
}

#services:hover {
	background-position: 0 -39px;
}

#portfolio:hover {
	background-position: 0 -39px;
}

#process:hover {
	background-position: 0 -39px;
}

#contact:hover {
	background-position: 0 -39px;
}

/*-------------------End Hover------------------*/

/*-------------------Start Span------------------*/
#home span {
	display: none;
}

#services span {
	display: none;
}

#portfolio span {
	display: none;
}

#process span {
	display: none;
}

#contact span {
	display: none;
}


/*-------------------End Span------------------*/