#header .menu li a {
	overflow: hidden;
	display: block;
	height: 39px;
	text-indent: -1000px;
	background: url(images/header_menu_items_bg.png) no-repeat;
}

#header .menu li a.about 		{
	width: 83px;
	background-position: 0 0;
}

#header .menu li a.services 	{
	width: 90px;
	background-position: -83px 0;
}

#header .menu li a.press_center	{
	width: 94px;
	background-position: -173px 0;
}

#header .menu li a.careers 		{
	width: 99px;
	background-position: -267px 0;
}

#header .menu li a.contacts		{
	width: 105px;
	background-position: -366px 0;
}

#header .menu li.selected a 	{
	height: 40px;
}

#header .menu li a:hover.about {
	background-position: 0 -50px;
}

#header .menu li a:hover.services {
	background-position: -83px -50px;
}

#header .menu li a:hover.press_center {
	background-position: -173px -50px;
}

#header .menu li a:hover.careers {
	background-position: -267px -50px;
}

#header .menu li a:hover.contacts {
	background-position: -366px -50px;
}

#header .menu li.selected a.about {
	background-position: 0 -50px;
}

#header .menu li.selected a.services {
	background-position: -83px -50px;
}

#header .menu li.selected a.press_center {
	background-position: -173px -50px;
}

#header .menu li.selected a.careers {
	background-position: -267px -50px;
}

#header .menu li.selected a.contacts {
	background-position: -366px -50px;
}

#cnt.home {
	overflow: hidden;
	height: 305px;
	margin-top: 5px;
	background: url(images/home_background_bg.png) right top no-repeat;
}

#cnt.home #blog {
	background: url(images/home_blog_bg.png) top left no-repeat;
}

#cnt.home #daily {
	background: url(images/home_daily_bg.png) top left no-repeat;
}

#neterra_video {
	width: 223px;
	height: 46px;
	position: absolute;
	right: 0;
	bottom: 0px;
	padding: 15px 15px 15px 26px;
	background: url(images/neterra_video_bg.png) right bottom no-repeat;
	color: white;
	font-size: 11px;
}

#neterra_video a {
	display: block;
	height: 25px;
	outline: none;
	margin-bottom: 4px;
	text-indent: -2000px;
}