/* CSS Document */


/*	Navigation	
---------------------------------------------------------------------------------------------------------------------------*/

#nav_position {
float: right;
padding: 0px;
width: 436px;
height: 50px;
}

#nav {
float: right;
width: 436px;
height: 16px;
padding: 0px 0px 0px 0px;
margin: 22px 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: 20px 0px 0px 0px;
	overflow: hidden;
	height: 0px !important; 
	height /**/:20px; /* for IE5/Win */
	}
	
#nav a:hover {
	background-position: 0 -20px;
	}

#nav a:active, #nav a.selected {
	background-position: 0 -40px;
	}
	
#thome a  {
	width: 70px;
	margin: 0px 0px 0px 0px;
	background: url(/img/nav/home_over.jpg) top left no-repeat;
	}	
	
#tservices a  {
	width: 85px;
	margin: 0px 0px 0px 0px;
	background: url(/img/nav/services_over.jpg) top left no-repeat;
	}

#tportfolio a  {
	width: 89px;
	margin: 0px 0px 0px -1px;
	background: url(/img/nav/portfolio_over.jpg) top left no-repeat;
	}

	
#tnews a  {
	width: 116px;
	margin: 0px 0px 0px -1px;
	background: url(/img/nav/latest_news_over.jpg) top left no-repeat;
	}
	
#tcontact a  {
	width: 79px;
	margin: 0px 0px 0px -1px;
	background: url(/img/nav/contact_over.jpg) top left no-repeat;
	}
	



