#hdr2 {
	position: absolute; 
	width: 100%;
	height: 50px;
	top: 0; 
	left: 0px; 
	z-index: 10; 
}

#hdr2 a {
	text-decoration: none;
	color: white;
}

#hdr2 ul {
	margin: 0 271px;
	padding:0;
	width: 710px;
}

#hdr2 li{
	list-style:none;
	white-space: nowrap;
	display: block;
	float: left;
	width: 135px;
	margin-right: 2px;
	padding-right: 5px;
	text-align: right;
	font-weight: 300;
	color: white;
	height: 34px;
	line-height: 30px;
	cursor: pointer;
} 
li#news{
	background: url('/images/theme/hdr_news.png');
}


li#about {
	background: url('/images/theme/hdr_about.png');
}

li#books {
	background: url('/images/theme/hdr_books.png');
}

li#magazines {
	background: url('/images/theme/hdr_magazines.png');
}

li#contacts {
 background: url('/images/theme/hdr_contacts.png');
}

