
.asp_menu{
	position: relative;
	width: 100%;
	background-color: #69c4da;
	min-height: 33px;
	border: 1px solid #12afd5;
	direction: rtl;
}
.asp_menu ul{
	list-style: none;
	text-align: center;
	margin: 0px auto;
	position: absolute;
}
.asp_menu ul li{
	
	min-width: 150px;
}
.asp_menu ul li a{
	text-align: center;
	padding: 5px;
	display: block;
	font-family: "DroidArabicKufiRegular","leelawad",arial;
	font-size: 12pt;
	font-weight: normal;
	color: #fff;
	background-color: transparent;
	text-decoration: none;
	
}
.asp_menu ul li .selected, .asp_menu ul li .selected:hover{
	text-align: center;
	padding: 5px;
	padding-bottom: 3px;
	display: block;
	font-family: "DroidArabicKufiRegular","leelawad",arial;
	font-size: 11pt;
	font-weight: normal;
	color: #000;
	background-color: #eee;
	margin: 2px;
	margin-bottom: 0px;
	text-decoration: none;
-webkit-border-top-left-radius: 3px;
-webkit-border-top-right-radius: 3px;
-moz-border-radius-topleft: 3px;
-moz-border-radius-topright: 3px;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
border: 1px solid #12afd5;
border-bottom:0px; 
}
.asp_menu ul li a:hover{
	text-align: center;
	color: #fff;
	background-color: #12afd5;
	text-decoration: none;
}
.level1{
	padding-left: 10px;padding-right: 10px;
}
.level2{
	background-color: #12afd5;
	font-size: 9pt;
		-webkit-border-bottom-left-radius: 3px;
-webkit-border-bottom-right-radius: 3px;
-moz-border-radius-bottomleft: 3px;
-moz-border-radius-bottomright: 3px;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
text-align: right;
min-width: 200px;
}

.level1 a.static{
	-webkit-border-top-left-radius: 3px;
-webkit-border-top-right-radius: 3px;
-moz-border-radius-topleft: 3px;
-moz-border-radius-topright: 3px;
border-top-left-radius: 3px;
border-top-right-radius: 3px;

}
.level1 a.static.highlighted
{
	background-color: #12afd5;
    color:#fff !important;
}
a.level2{
	font-size: 10pt !important;
	font-family: "DroidArabicKufiRegular","leelawad",arial !important;
font-weight: normal !important;
}
.asp_menu ul li .highlighted:hover{
	background-color: #00538B !important;
    color:#fff !important;
}
.ASPlevel2{
	text-align: right !important;
}
.level1 .popout{
	background-image: url('../images/arrows/white-down.png') !important;
	float: right;
	background-repeat: no-repeat !important;
	background-position: left center !important;
	padding-left: 16px !important;

}
ul.level1{
	float: none !important;
}
a.level1{
	padding-left: 10px;
padding-right: 10px;
}
.asp_menu ul li {
	min-width: auto !important;
}

.aspMenuMain{
	float: right !important;
}
.level3{
	width: 100%;
	left:auto !important;
	right:100% !important;background-color: #69c4da !important;
		font-size: 9pt !important;
		-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
text-align: right !important;
min-width: 200px;
}
.has-popup>a.level2 {
	width: 100%;
}
.popout.level2{
	background-image: url('../images/arrows/white-left.png') !important;
	float: right;
	background-repeat: no-repeat;
	background-position: left center;

}
.level3{
	width: 100%;
	left:auto !important;
	right:100% !important;background-color: #69c4da !important;
		font-size: 9pt !important;
		-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
text-align: right !important;
min-width: 200px;
}