@charset "utf-8";
/* CSS Document */


h1{
	text-indent:-9999px;
	margin:0;
	padding:0px 0px 0px 0px;
	border:0;
}

.box{
	width:1000px;
	height:auto;
	overflow:hidden;
	padding: 0px 0px 0px 0px;
	float:right;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image: url(Images/logo.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.top{
	width:115px;
	height:30px;
	overflow:hidden;
	padding: 0px 0px 0px 0px;
	float:right;
	text-align: center;
}


.middle{
	width:885px;
	height:30px;
	padding: 0px 0px 0px 0px;
	float:right;
	text-align: right;
	direction:rtl;
}

.middle ul{
	margin: 0px;
	padding:3px 10px 0px 0px;
	height: auto;
	overflow:hidden;
}
	
.middle li{
	padding:6px 13px 5px 15px;
	margin:0px;
	list-style-type:none;
	height: auto;
	overflow:hidden;
	background-image: url(Images/arrow.gif);
	background-repeat: no-repeat;
	background-position: right top;
	float:right;
}

.middle a:link,.middle a:visited,.middle a:active{
	text-decoration:none;
	color: #0c608f;
	height:auto;
	width:70px;
	text-align: right;
	font-size:12px;
	font-weight:bold;
}

.middle a:hover{
	padding:0px 0px 0px 0px;
	color: #f05515;
}

