@charset "utf-8";
/* CSS Document */

/* ===================================  top-menu  ================================================ */
.top-menu {
	width: 100%;
	height: 89px;
	line-height: 89px;
	background: #241f34;
	/*601f3a*/
}

.top-menu .logo {
	display: block;
	height: 74px;
	/*	background: url(../images/logo.png) center no-repeat;*/
	margin-left: 10px;
	margin-top: 8px;
}
.top-menu .logo img{
	vertical-align: top;
	width:auto;
}
.top-menu .social-network {

	height: 32px;
}

.top-menu .social-network a {
	color: white;
	font-size: 16px;
	font-family: "Open Sans Hebrew";
	text-decoration: none;
}

.top-menu .social-network a:hover {
	text-decoration: underline;
}

.top-menu table {
	margin: 0 auto;
	/* line-height: normal; */
}

.top-menu table td {
	text-align: center;
	/*padding-left: 10px;*/
}

.top-menu table a {
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	padding: 0 8px;
	font-family: "Open Sans Hebrew";
	font-size: 18px;
	text-align: center;
	display: block;
}

.top-menu table a:hover,
#selected {
	 background: transparent;
display: inline;
color: #fff;
padding-bottom: 10px;
border-bottom: 2px solid white;
}

#first-btn {
	background: none;
}