/* CSS Document */

/* navigation CSS Document */

/*/*Start Menu style */

/*Start menu style */
#menu{
/*Menu navigatinon*/
margin-left:0px;margin-top:0px;padding-top:0px;height:28px;padding-left:240px;}
/*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:28px !important; height :28px; }

#nav a:hover {background-position:0 -28px;}

/*	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 -28px;}


/*	Aboutus button rollover starts from here*/
#taboutmillfield a  {width:90px;background:url(../images/btn-About.gif) top left no-repeat;}



#taboutmillfield_active a{width:90px;background: url(../images/btn-About.gif) top left no-repeat;
background-position: 0 -28px;}
		
		
/*	Services button rollover starts from here*/
#tservices a  {width: 98px;background:url(../images/btn-Solutions.gif) top left no-repeat;}

#tservices_active a{width:98px;background: url(../images/btn-Solutions.gif) top left no-repeat;
background-position: 0 -28px;}
		
		

		
/*	Testimonials button rollover starts from here*/
#ttestimonials a  {width:173px;background:url(../images/btn-Clients.gif) top left no-repeat;}

#ttestimonials_active a{width:173px;background:url(../images/btn-Clients.gif) top left no-repeat;
background-position: 0 -28px;}
		

/*	Contact button rollover starts from here*/
#tcontactus a {
width:90px;background:url(../images/btn-Contacts.gif) top left no-repeat;}

#tcontactus_active a{width: 90px;background:url(../images/btn-Contacts.gif) top left no-repeat;
background-position: 0 -28px;}


