/* CSS Document */


/*	Navigation	
---------------------------------------------------------------------------------------------------------------------------*/

#nav_position {
margin-left: auto;
margin-right: auto;
padding-top: 0px;
width: 985px;
height: 23px;
}

#nav {
float: right;
width: 370px;
height: 23px;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
background: url(/img/nav/navigation_bg.jpg) top left no-repeat;	
}


#nav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}

#nav a {
	float: left;
	padding: 23px 0px 0px 0px;
	overflow: hidden;
	height: 0px !important; 
	height /**/:23px; /* for IE5/Win */
	}
	
#nav a:hover {
	background-position: 0 -23px;
	}

#nav a:active, #nav a.selected {
	background-position: 0 -40px;
	}
	
#thome a  {
	width: 64px;
	margin: 0px 0px 0px 0px;
	background: url(/img/nav/home_over.jpg) top left no-repeat;
	}	
	
#tabout a  {
	width: 79px;
	margin: 0px 0px 0px 0px;
	background: url(/img/nav/about_over.jpg) top left no-repeat;
	}

#tservices a  {
	width: 72px;
	margin: 0px 0px 0px 0px;
	background: url(/img/nav/services_over.jpg) top left no-repeat;
	}

#thistory a  {
	width: 67px;
	margin: 0px 0px 0px 0px;
	background: url(/img/nav/history_over.jpg) top left no-repeat;
	}
	
#tcontact a  {
	width: 88px;
	margin: 0px 0px 0px 0px;
	background: url(/img/nav/contact_over.jpg) top left no-repeat;
	}
	



