#menuwrap {
	width: 100%;
	
	float:right;
	/*width:580px;background: url(../images/menu-bg0.png) no-repeat;*/
	background: url("../images/nav-box-bg.gif") repeat-x scroll left top transparent;

	direction:rtl;
	border-radius:10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    
}
ul#menu {
	width:auto;
	float:right;
	clear:right;
	margin-top:0px;
	margin-right:0px;
	padding-right:0px;
	
}
ul#menu li, ul#menu li.select {
	width:auto;
	float:right;
	margin-right:10px;
	position:relative;
	z-index:100;
	
}
ul#menu li a, ul li.select a {
	width:auto;
	height:45px;
	float:right;
	padding:0 15px;
	font-family:Tahoma;
	font-size:11px;
	color:#FFFFFF;
	line-height:40px;
	text-transform: uppercase;
	cursor:pointer;
	font-weight:bold ;
	text-decoration:none;
}
ul#menu li:hover a, ul#menu li.select a {
	color:#fff;
	/*background: url(../images/nav-act.gif) repeat-x right;*/
	background-color:#61d4f2;
}
ul#menu li ul {
	width:200px;
	float:right;
	margin:0;
	position:absolute;
	right:0;
	
	top:40px;
	clear:right;
	background:#95e1f6 url(../images/drop-down-bg.png) no-repeat center top;
	display:none;
	z-index:80000
}
ul#menu li ul li {
	width:200px;
	height:40px;
	float:right;
	margin:0;
	border-top:#0081AA solid 1px;
	z-index:0;
	background:none;
	color:#fff;
}
							/* neveshtehai zir menu */
ul#menu li ul li a {
	width:200px;
	height:40px;
	float:right;
	padding:0;
    font-family:Tahoma;
	color:#717171;
	text-indent:15px;
	background:none;
	font-size:12px;
	line-height:40px; 
	font-weight:normal;
}
ul#menu li:hover ul li a {
	/*background: url(../images/nav-act.gif) repeat-x ;*/
	background-color:#61d4f2;
	color:#fff;
	
}
ul#menu li ul li a:hover {
	/*background: url(../images/nav-act.gif) no-repeat right;*/
	background-color:#a2e5f8;
	color:#333;

}
ul#menu li ul li:first-child {
	border:0;

}
ul#menu li ul li:first-child a {
	border:0
}
							/*zir menu dar zir menu*/
ul#menu li ul li ul {
	right:200px;
	top:0px