/*----feature navigation----*/

ul#featurenav {
	margin: 0;
	padding: 0;
	color: #000;
	width: 580px;
	height: 1000px;
	list-style: none;
	display: inline;
	overflow: hidden;
}

#featurenav li {
	width: 580px;
	padding: 0;
	display: inline;
  	list-style: none;
	}

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

#featurenav a:active, #featurenavnav a.selected {
	background-position: 0 -200px;
	}

#feature1 a {
	padding: 280px 0 0 0;
	height: 0px !important; 
	height /**/:280px; /* for IE5/Win only */
	width: 580px;
	margin-bottom: 10px;
	background: url(../images/toc-camp-and-circumstance.jpg) top left no-repeat;
	}

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

#feature1 a:active, #featurenavnav a.selected {
	background-position: 0 -280px;
	}

#feature2 a  {
	width: 580px;
	margin-bottom: 10px;
	background: url(../images/toc-first-among.jpg) top left no-repeat;
	}

#feature3 a  {
	width: 580px;
	margin-bottom: 10px;
	background: url(../images/toc-cairo-interrupted.jpg) top left no-repeat;
	}
	
#feature4 a  {
	width: 580px;
	margin-bottom: 10px;
	background: url(../images/toc-cloth-bound.jpg) top left no-repeat;
	}


