#nav {
	margin: 0;
	padding: 0;
	height: 108px;
	list-style: none;
	display: inline;
	overflow: hidden;
	}

#nav li {
	margin: 0; 
	padding: 0;
        list-style: none;
	display: inline;
	}

#nav a {
	float: left;
	padding: 108px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:108px; /* for IE5/Win only */
	}
	
#nav a:hover {
	background-position: 0 -108px;
	}

#nav a:active, #nav a.selected {
	background-position: 0 -108px;
	}
	
#t1 a  {
	width: 188px;
	background: url(images/h1.png) top left no-repeat;
	}	
	
#t2 a  {
	width: 240px;
	background: url(images/a1.png) top left no-repeat;
	}
	
#t3 a  {
	width: 157px;
	background: url(images/g1.png) top left no-repeat;
	}
	
#t4 a  {
	width: 138px;
	background: url(images/c1.png) top left no-repeat;
	}
	
#t5 a  {
	width: 234px;
	background: url(images/e1.png) top left no-repeat;
	}
	
