/* CSS Document */
#navigation {
	width: 666px;
	height: 25px;
	padding: 412px 0 0 61px;
	margin: 0;
}
#nav_biography {
	background: url(../images/biography_btn.gif) top left no-repeat;
	width: 74px;
	height: 25px;
	float: left;
	display: block;
}
#nav_biography:hover {
	background-position: 0 -25px;
}
#nav_recordings {
	background: url(../images/recordings_btn.gif) top left no-repeat;
	width: 77px;
	height: 25px;
	float: left;
	display: block;
}
#nav_recordings:hover {
	background-position: 0 -25px;
}
#nav_concerts {
	background: url(../images/concerts_btn.gif) top left no-repeat;
	width: 69px;
	height: 25px;
	float: left;
	display: block;
}
#nav_concerts:hover {
	background-position: 0 -25px;
}
#nav_repertoire {
	background: url(../images/repertoire_btn.gif) top left no-repeat;
	width: 73px;
	height: 25px;
	float: left;
	display: block;
}
#nav_repertoire:hover {
	background-position: 0 -25px;
}
#nav_reviews {
	background: url(../images/reviews_btn.gif) top left no-repeat;
	width: 63px;
	height: 25px;
	float: left;
	display: block;
}
#nav_reviews:hover {
	background-position: 0 -25px;
}
#nav_lectures {
	background: url(../images/lectures_btn.gif) top left no-repeat;
	width: 61px;
	height: 25px;
	float: left;
	display: block;
}
#nav_lectures:hover {
	background-position: 0 -25px;
}
#nav_interviews {
	background: url(../images/interviews_btn.gif) top left no-repeat;
	width: 73px;
	height: 25px;
	float: left;
	display: block;
}
#nav_interviews:hover {
	background-position: 0 -25px;
}
#nav_media {
	background: url(../images/media_btn.gif) top left no-repeat;
	width: 59px;
	height: 25px;
	float: left;
	display: block;
}
#nav_media:hover {
	background-position: 0 -25px;
}
#nav_news {
	background: url(../images/news_btn.gif) top left no-repeat;
	width: 54px;
	height: 25px;
	float: left;
	display: block;
}
#nav_news:hover {
	background-position: 0 -25px;
}
#nav_contact {
	background: url(../images/contact_btn.gif) top left no-repeat;
	width: 63px;
	height: 25px;
	float: left;
	display: block;
}
#nav_contact:hover {
	background-position: 0 -25px;
}
#nav_rightimage {
	width: 27px;
	height: 25px;
	float: left;
	display: inline;
}
* html #navigation {
	width: 680px;
}
