#container {
	position: absolute;
	width: 100%;
	height: 26px;
	padding: 0;
	margin: 10px 0 0px 0;

	}

#nav {
    position: absolute;
	top: 0px;
	left: 0px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	height: 26px;
	display: inline;
	overflow: hidden;

	}

#nav li {
	margin: 2px;
	padding: 0px;
	display: inline;
	list-style-type: none;
	position: relative;

	}

#nav a {
	float: left;
	padding: 26px 0 0 0;
	overflow: hidden;
	height: 0px;
	height /**/:30px; /* for IE5/Win */

	}

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

#nav a:active, #nav a.selected {
	background-position: 0 -52px;
	}

#thome a  {
	width: 55px;
	background: url("../images/tabs/sensis.gif") top left no-repeat;
	}

#tinside a  {
	width: 94px;
	background: url("../images/tabs/inside.gif") top left no-repeat;
	}

#tproducts a  {
	width: 131px;
	background: url("../images/tabs/products.gif") top left no-repeat;
	}

#tcommunity a  {
	width: 118px;
	background: url("../images/tabs/community.gif") top left no-repeat;
	}

#tnews a  {
	width: 83px;
	background: url("../images/tabs/news.gif") top left no-repeat;
	}

#tresources a  {
	width: 76px;
	background: url("../images/tabs/resources.gif") top left no-repeat;}

#tcustomer a  {
	width: 109px;
	background: url("../images/tabs/customer.gif") top left no-repeat;
	}

#tcontact a  {
	width: 68px;
	background: url("../images/tabs/contact.gif") top left no-repeat;
	}

#searchinside {position:absolute; width:185px; height:30px; top:75px; left:530px; visibility:visible;  }
#searchinsidehome {position:absolute; width:200px; height:30px; top:290px; left:45px; visibility:visible;  }

a.nav, a.nav:link, a.nav:visited
	 {	font-family:verdana,arial,sans-serif;
		font-size: 10px;
		color: #5D5C5C;
		text-decoration:underline;
}