#photosmenu,#booksmenu{
	width:155px;
	height:34px;
	overflow:hidden;
}
#photosmenu:hover, #booksmenu:hover {
	overflow:visible;
}
#submenu{
	width:400px;
	height:238px;
	display:block;
	position:relative;
	left:155px;
	top:-34px;
	display:block;
}
a.submenu-navText{
	background-color:#adc0dc;
	margin-bottom:3px;
	display:block;
	position:relative;
	height:34px;
	padding:0;
	border-left:3px white solid;
}



body.home tr.home,
body.researchinterests tr.researchinterests,
body.publications tr.publications,
body.books tr.books,
body.researchgroup tr.researchgroup,
body.videoaudio tr.videoaudio,
body.press tr.press,
body.presentations tr.presentations,
body.photos tr.photos,
body.otherlinks tr.otherlinks,
body.publiclectures tr.publiclectures,
body.honorsawards tr.honorsawards {
	background-color: #fefefe;
}