.header
{
	direction: rtl;
	min-width: 980px;
	width:100%;
	min-height:122px;
	z-index:10;
	font-family:segoe aref;
}

.header .header-wrap
{
	width:980px;
	height:122px;
	margin:auto;
	overflow:hidden;
        border-bottom:solid 1px black;
}

.header .header-wrap .logo
{
	width:320px;
	height:80px;
	margin:21px 0px;
	overflow:hidden;
	float:left;
	font-weight:100;
	cursor: default;
}

.header .header-wrap .logo img
{
	width:80px;
	height:80px;
	float:left;
	margin-right:20px;
	border: none;
}

.header .header-wrap .logo h1
{
	font-size:45px;
	float:left;
}

.header .header-wrap .logo h5
{
	font-size:15px;
	float:left;
	margin-left: 20px;
}

.header .header-wrap .social-network
{
	float:left;
	margin-top:21px;
	height:24px;
	width:660px;
}

.header .header-wrap .social-network li
{
	float:right;
	color:white;
	margin:0px 2px;
	font-family:segoe;
	font-size:15px;
	padding:0px 5px;


	display: none;

	
}

.header .header-wrap .menu
{
	float:right;
	margin-top:43px;
	color:black;
	height:34px;
	overflow:hidden;
}

.header .header-wrap .menu li
{
	float:right;
	margin:0px 2px;
	font-family:segoe aref;
	font-size:20px;
	padding:0px 10px;
	cursor:pointer;
	border-bottom:5px white solid;
        background-color: black;
        color:white;
        border-radius: 10px;
}

.header .header-wrap .menu li:hover
{
	font-weight:bold;
	border-bottom: solid 4px #0CC;
}

.header .header-wrap .menu li.selected
{
	font-weight:bold;
	border-bottom:solid 4px #0CC;
}