#nav {
	margin: 0;
	padding: 0;
	height: 50px;
	float:right;
	list-style: none;
	display: inline;
	overflow: hidden;
	line-height:50px;
	vertical-align:baseline;
	}

#nav li {
	margin: 0; 
	padding: 0;
    list-style: none;
	display: inline;
	}

#nav a {
	float: left;
	padding: 50px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:50px; /* for IE5/Win only */
	}
	
#nav a:hover {
	background-position: 0 -50px;
	}

#nav a:active, #nav a.selected {
	background-position: 0 -100px;
	}
	
#thome a  {
	width: 100px;
	background: url(/i/nav/home.gif) top left no-repeat;
	}
	
#tabout a  {
	width: 125px;
	background: url(/i/nav/about.gif) top left no-repeat;
	}

#tissues a  {
	width: 100px;
	background: url(/i/nav/issues.gif) top left no-repeat;
	}

#tgetinvolved a  {
	width: 125px;
	background: url(/i/nav/getinvolved.gif) top left no-repeat;
	}		
	
#taction a  {
	width: 125px;
	background: url(/i/nav/action.gif) top left no-repeat;
	}
		
#tprinciples a  {
	width: 125px;
	background: url(/i/nav/principles.gif) top left no-repeat;
	}
	
#tevents a  {
	width: 100px;
	background: url(/i/nav/events.gif) top left no-repeat;
	}	
	
#tnews a  {
	width: 100px;
	background: url(/i/nav/news.gif) top left no-repeat;
	}	

#tcontribute a  {
	width: 125px;
	background: url(/i/nav/contribute.gif) top left no-repeat;
	}	
	
#tcontact a  {
	width: 125px;
	background: url(/i/nav/contact.gif) top left no-repeat;
	}	