/* CSS Document */

/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


#imageMenu {
	position: relative;
	width: 1000px;
	height: 200px;
	overflow: hidden;
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 200px;
	width: 1000px;
	
	}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:98px;
	height: 200px;
}

#imageMenu ul li.coming_up_down_home_a_memoir_of_a_southern_childhood a {
	background: url(http://cecilbrown.net/_common/images/image_menu/coming_up_down_home_a_memoir_of_a_southern_childhood.jpg) repeat scroll 0%;
}

#imageMenu ul li.days_without_weather a {
	background: url(http://cecilbrown.net/_common/images/image_menu/days_without_weather.jpg) repeat scroll 0%;
}

#imageMenu ul li.dude_wheres_my_black_studies_department a {
	background: url(http://cecilbrown.net/_common/images/image_menu/dude_wheres_my_black_studies_department.jpg) repeat scroll 0%;
}

#imageMenu ul li.i_stagolee a {
	background: url(http://cecilbrown.net/_common/images/image_menu/i_stagolee.jpg) repeat scroll 0%;
}

#imageMenu ul li.journeys_end a {
	background: url(http://cecilbrown.net/_common/images/image_menu/journeys_end.jpg) repeat scroll 0%;
}

#imageMenu ul li.stagolee_shot_billy a {
	background: url(http://cecilbrown.net/_common/images/image_menu/stagolee_shot_billy.jpg) repeat scroll 0%;
}


#imageMenu ul li.the_life_and_loves_of_mr_jiveass_nigger a {
	background: url(http://cecilbrown.net/_common/images/image_menu/the_life_and_loves_of_mr_jiveass_nigger.jpg) repeat scroll 0%;
	width: 310px;
}

.clear {
	clear: both;
}

/*************************************************************/