﻿#cssmenu ul li a, #cssmenu ul li a:link, #cssmenu ul li a:active, #cssmenu ul li a:visited {
	width:auto;
	height:50px;
	color:#0a4188;
	font-weight:bold;
}
#cssmenu ul li a:hover {
	color:#0a4188;
	font-weight:bold;
}
#cssmenu ul li.active a {
	color:#0a4188 !important;
	font-weight:bold;
}
#cssmenu ul li.active ul li a {
	color:#0a4188 !important;
	font-weight:bold;
}
#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #menu-button {
	margin:0;
	padding:0;
	line-height:18px;
	list-style:none;
	display:block;
	position:relative;
	border:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	z-index:100;
}
#cssmenu > ul, #cssmenu {
	height:50px;
	border:0px solid green;
}
#cssmenu:after, #cssmenu > ul:after {
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	line-height:0;
}
#cssmenu #menu-button {
	display:none;
}
.forInnerMenu {
	margin-right:2px;
}
#cssmenu{
	width:auto;
	margin-right:2px;
	line-height:1;
}
#menu-line {
	height:33px;
	position:absolute;
	bottom:0px;
	left:0;
	color:#0a4188;
	-webkit-transition:all .25s ease-out;
	-moz-transition:all .25s ease-out;
	-ms-transition:all .25s ease-out;
	-o-transition:all .25s ease-out;
	transition:all .25s ease-out;
}
#cssmenu:hover #menu-line {
	color:#0a4188;
}
#cssmenu.align-center > ul {
	font-size:0;
	text-align:center;
}
#cssmenu.align-center > ul > li {
	display:inline-block;
	float:none;
}
#cssmenu > ul > li > a {
	width:auto;
	padding-left:13px;
	line-height:50px;
	text-decoration:none;
	font-size:13px;
	font-family:'iransansweb-light', Tahoma;
	-webkit-transition:color .2s ease;
	-moz-transition:color .2s ease;
	-ms-transition:color .2s ease;
	-o-transition:color .2s ease;
	transition:color .2s ease;
	text-transform:uppercase;
}
#cssmenu > ul > li.has-sub > a {
	padding-left:33px;
}
#cssmenu > ul > li.has-sub > a:after {
	content:"";
	width:11px;
	height:5px;
	position:absolute;
	top:25px;
	left:15px;
	background:url(../../img/menu_top/down.png) top center no-repeat;
	border:0px solid red;
}
#cssmenu > ul > li.has-sub:hover > a::after {
	border-color:#009AE1;
}
#cssmenu ul ul {
	position:absolute;
	left:9999px;
}
#cssmenu li:hover > ul {
	left:auto;
	right:-2px;
}
#cssmenu ul li ul li:hover > ul {
	left:auto !important;
	right:auto !important;
}
#cssmenu.align-right li:hover > ul {
	right:0;
}
#cssmenu ul ul li:first-child ul {
	margin-right:100%;
	top:-4px;
}
#cssmenu ul ul li:first-child ul li ul {
	margin-right:100%;
	top:-1px;
}
#cssmenu ul ul li ul li:first-child ul {
	margin-right:100%;
	top:-1px;
}
#cssmenu ul ul ul {
	margin-right:100%;
	top:-1px;
}
#cssmenu.align-right ul ul ul {
	margin-left:0;
	margin-right:100%;
}
#cssmenu ul li ul {
	width:auto;
	display:block;
	border:0px solid green;
}
#cssmenu ul li ul li {
	white-space:nowrap;
	min-width:130px;
	height:0;
	border:0px solid red;
	border-top:1px solid #646464;
	border-right:1px solid #333333;
	-webkit-transition:height .2s ease;
	-moz-transition:height .2s ease;
	-ms-transition:height .2s ease;
	-o-transition:height .2s ease;
	transition:height .2s ease;
}
#cssmenu ul li:hover > ul > li {
	height:33px;
	background:#646464;
}
#cssmenu ul ul li a {
	height:33px !important;
	padding:0px 12px;
	margin:0;
	text-align:center;
	line-height:33px;
	text-decoration:none;
	color:#ffffff !important;
	font-family:"iransansweb-light", tahoma;
	font-size:13px;
	cursor:pointer;
	background:#4dc7f5;
	-webkit-transition:all .2s ease;
	-moz-transition:all .2s ease;
	-ms-transition:all .2s ease;
	-o-transition:all .2s ease;
	transition:all .2s ease;
	border:0px solid yellow;
}
#cssmenu ul ul li a:hover {
	background:#0a4188 !important;
	color:#ffffff;
}
#cssmenu ul li ul li:first-child {
	border-top:3px solid #0a4188 !important;
}
#cssmenu ul li ul li:first-child a {
	height:33px !important;
	line-height:25px !important;
}
#cssmenu ul li ul li:first-child li a {
	height:33px !important;
	line-height:33px !important;
}
#cssmenu ul li ul li ul li:first-child{
	border-top:1px solid #1f2765 !important;
}
#cssmenu ul ul li.has-sub > a:after {
	content:"";
	width:5px;
	height:10px;
	position:absolute;
	top:8px;
	left:5px;
	background:url(../../img/menu_top/right.png) left center no-repeat;
}
#cssmenu.align-right ul ul li.has-sub > a::after {
	left:auto;
	right:10px;
	border-bottom:0;
	border-right:0;
	border-top:1px solid #0a4188;
	border-left:1px solid #0a4188;
}
#cssmenu ul ul li.has-sub:hover > a::after {
	border-color:#4dc7f5;
}
#cssmenu > ul > li, #cssmenu.align-right > ul > li {
	float:right;
}
#cssmenu > ul > li {
	float:right;
}
#cssmenu.align-right > ul > li:hover {
	float:right;
}
#cssmenu.align-center ul ul, #cssmenu.align-right ul ul {
	text-align:right;
}
#cssmenu > ul > li:hover > a, #cssmenu > ul > li.active > a, #cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
}
@media (max-width:992px) {
	#cssmenu > ul > li > a {
		padding-left:9px;
	}
	#cssmenu > ul > li.has-sub > a {
		padding-left:20px;
	}
	#cssmenu > ul > li.has-sub > a::after {
		left:5px;
	}
}