@charset "windows-1251";
/* CSS Document */
/* Top Menu */

#menu_cont {
	height:55px;
	background-color:#ebebeb;
	background-image:url(../images/bg_menu.png);
	background-repeat:repeat-x;
	border-top:0px solid #fff;
	
}

#top_menu {
	width:935px;
	height:45px;
	float:left;
}

.item_menu {
	height:45px;
	line-height:45px;
	text-align:center;
	font-weight:bold;
	font-size:15px;
	color:#666;
	padding:0 20px;
	float:left;
	border-left:1px solid #fff;
	border-right:1px solid #bfbdbd;
	letter-spacing:0.1em;
	text-shadow:1px 1px 1px #fff;
}
.item_menu:hover {
	/*
	background-image:url(../images/hov_item4.png);
	background-position:top center;
	background-repeat:no-repeat;
	*/
	background-color: rgba(255,255,255, 0.5);
	cursor:pointer;
}
.sel_item {
	background-image:url(../images/hov_item2.png);
	background-position:top center;
	background-repeat:no-repeat;
}

#end_item {
	height:45px;
	float:left;
	border-left:1px solid #fff;
}

#lang_cont {
	width:100px;
	height:45px;
	text-align:right;
	line-height:45px;
	padding-right:24px;
	float:left;
}

/* end Top Menu */


