﻿/* Css Coded By Ehsan Mehdizadeh www.PERSIANTIK.COM */
.menu {
	height:50px;
	font-size:17px;
	margin:0;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e2e2e2+0,ededed+50,fefefe+100 */
background: #e2e2e2; /* Old browsers */
background: -moz-linear-gradient(top,  #e2e2e2 0%, #ededed 50%, #fefefe 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #e2e2e2 0%,#ededed 50%,#fefefe 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #e2e2e2 0%,#ededed 50%,#fefefe 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */
}
.menu li {
	float:right;
	height:50px;
	background:url(../images/menu_line.png) no-repeat 0 50%;
	position:relative;
}
.menu li a {
	display:block;
	color:#2d2d2d;
	height:50px;
	line-height:48px;
	padding:0 12px;
	margin:0 -1px 0 0;
}
.menu li a:hover {
	background:#ff9600;
	color:#fff;
	-webkit-box-shadow:0 1px 0 #fff;
	-moz-box-shadow:0 1px 0 #fff;
	box-shadow:0 1px 0 #fff;
}
.menu li:last-child {
	background:none;
}
.menu li:first-child a {
	margin-right:0;
}
li.current-menu-item  a, li.hovers a, .menu li a:hover {
	color:#fff;
	background:#ff9600;
}
.menu li ul {
	position:absolute;
	z-index:99999999;
	right:0;
	top:50px;
	width:174px;
	background:#f7f7f7;
	visibility:hidden;
	display:none;
	line-height:48px;
	-moz-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;-webkit-transition: all 0.3s ease-out;transition: all 0.3s ease-out;
}
.menu li li {
	background:none;
	float:none;
	margin:0;
	padding:0;
	text-align:right;
	font-size:13px;
	border-bottom:1px solid #e9e9e9;
}
.menu li li a {
	height:50px;
	line-height:50px;
	width:90%;
	padding:0 5%;
	color:#535353;
	background:#f7f7f7;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
	margin:0;
}
.menu li li a:hover {
	background:#ff9600;
	color:#fff;
	padding:0 10% 0 0;
}
.menu li ul ul {
	right:100%;
	top:0;
}
span.ico4 {
	position:absolute;
	top:2px;
	left:6px;
}
.menu li li.hovers a {
	color:#fff;
	padding:0 10% 0 0;
	background:#ff9600;
}
ul.site_menu li ul li ul li a {
	color:#535353 !important;
	background:#f7f7f7 !important;
	padding:0 5% !important;
}
ul.site_menu li ul li ul li a:hover {
	padding:0 10% 0 0 !important;
	color:#fff !important;
	background:#ff9600 !important;
}
.menu_res {
	height:50px;
	line-height:50px;
	display:none;
}
.menu_res a {
	display:block;
	width:100%;
	height:100%;
	text-align:center;
	background:#FF9600;
	color:#fff;
	font-size:24px;
}
/* Css Coded By Ehsan Mehdizadeh www.PERSIANTIK.COM */