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

#nav_main li a {
	float: left;
	padding: 0px;
	overflow: hidden;
	height: 32px !important;
	height /**/:64px; /* for IE5/Win */
	background-position: 0 -66px;
}

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

#nav_main a:active, #nav_main a.selected {
	background-position: 0 -33px;
}
	
#nav_home a  {
	width: 100px;
	background: url(../images/nav/css/home.jpg) top left no-repeat;
	background-repeat: no-repeat;
	text-indent: -9000px;
}

#nav_about a  {
	width: 100px;
	background: url(../images/nav/css/about.jpg) top left no-repeat;
	background-repeat: no-repeat;
	text-indent: -9000px;
}

#nav_news a  {
	width: 100px;
	background: url(../images/nav/css/news.jpg) top left no-repeat;
	background-repeat: no-repeat;
	text-indent: -9000px;
}

#nav_team a  {
	width: 100px;
	background: url(../images/nav/css/team.jpg) top left no-repeat;
	background-repeat: no-repeat;
	text-indent: -9000px;
}

#nav_trans a  {
	width: 140px;
	background: url(../images/nav/css/transactions.jpg) top left no-repeat;
	background-repeat: no-repeat;
	text-indent: -9000px;
}

#nav_contact a  {
	width: 100px;
	background: url(../images/nav/css/contact.jpg) top left no-repeat;
	background-repeat: no-repeat;
	text-indent: -9000px;
}
