/* top menu */ 

#definition a {
	text-indent: -1000em;
	background: url(../theme/about/definition.jpg) no-repeat left top;
	width: 202px;
	height: 28px;
	float:left;
	overflow: hidden; /* For nested divs in Safari */
	}
#definition a {overflow: hidden;}
#definition a:hover {
	background-position: -202px 0px;
}

#evolution a {
	text-indent: -1000em;
	background: url(../theme/about/evolution.jpg) no-repeat left top;
	width: 202px;
	height: 28px;
	float:left;
	overflow: hidden; /* For nested divs in Safari */
	}
#evolution a {overflow: hidden;}
#evolution a:hover {
	background-position: -202px 0px;
}

#creed a {
	text-indent: -1000em;
	background: url(../theme/about/creed.jpg) no-repeat left top;
	width: 202px;
	height: 28px;
	float:left;
	overflow: hidden; /* For nested divs in Safari */
	}
#creed a {overflow: hidden;}
#creed a:hover {
	background-position: -202px 0px;
}

#creator a {
	text-indent: -1000em;
	background: url(../theme/about/creator.jpg) no-repeat left top;
	width: 202px;
	height: 28px;
	float:left;
	overflow: hidden; /* For nested divs in Safari */
	}
#creator a {overflow: hidden;}
#creator a:hover {
	background-position: -202px 0px;
}
