/* CSS Document */

/* navigation CSS Document */

/*/*Start Menu style */

/*Start menu style */
#menu{
/*Menu navigatinon*/
margin-left:0px;margin-top:0px;padding-top:0px;height:34px;padding-left:165px;}
/*End menu style */

/*Start nav style */
#nav{
/*header home button */
width:704px;height:56px;display: inline;overflow: hidden;}
/*End menu style */


/*Start nav li style */
#nav li{list-style: none;display: inline;}
/*End nav li style */


#nav a{float: left;overflow: hidden;height:34px !important; height :34px; }

#nav a:hover {background-position:0 -34px;}

/*	Home button rollover starts from here*/
#thome a{width:71px;background:url(../images/btn-home.gif) top left no-repeat;}

	

#thome_active a {width:71px;background:url(../images/btn-home.gif) top left no-repeat;
background-position: 0 -34px;}


/*	Aboutus button rollover starts from here*/
#taboutmillfield a  {width:80px;background:url(../images/btn-services.gif) top left no-repeat;}



#taboutmillfield_active a{width:80px;background: url(../images/btn-services.gif) top left no-repeat;
background-position: 0 -34px;}
		
		
/*	Services button rollover starts from here*/
#tservices a  {width: 107px;background:url(../images/btn-testimonials.gif) top left no-repeat;}

#tservices_active a{width:107px;background: url(../images/btn-testimonials.gif) top left no-repeat;
background-position: 0 -34px;}
		
		

		
/*	Testimonials button rollover starts from here*/
#ttestimonials a  {width:76px;background:url(../images/btn-gallery.gif) top left no-repeat;}

#ttestimonials_active a{width:76px;background:url(../images/btn-gallery.gif) top left no-repeat;
background-position: 0 -34px;}
		

/*	Contact button rollover starts from here*/
#tcontactus a {
width:95px;background:url(../images/btn-contactus.gif) top left no-repeat;}

#tcontactus_active a{width:95px;background:url(../images/btn-contactus.gif) top left no-repeat;
background-position: 0 -34px;}


