.ddmenu{display:none;}

.ddmenu {z-index:99999; position:relative;}
.ddmenu {float: right;width:230px;margin: 0px 0px 0px 0px;background-clip: padding-box;  border-radius:2px;}

.nav ul {
	max-width: 1240px;
	margin: 0;
	padding: 0;
	list-style: none;	
	
}

.nav li span {
    font-size:14px;	
}

.nav li img{
	width:14px;
	height:14px;
	margin:0px 5px 0px 0px;	
}

.nav li {
	    float: left;
		text-align: center;
		padding-left:25px;
		z-index: 9999999 !important;
		
}

.nav a {
	
	width: 100% !important;
	float:left;
	padding-top: 0px;
    padding-bottom:10px;
	color: #000000;
	text-decoration: none;
	-webkit-transition: color .5s, background .5s, height .5s;
	-moz-transition: color .5s, background .5s, height .5s;
	-o-transition: color .5s, background .5s, height .5s;
	-ms-transition: color .5s, background .5s, height .5s;
	transition: color .5s, background .5s, height .5s;
	font-family: Calibri, Raavi, Arial Black, Gadget, sans-serif;
	
}

.nav a:hover, .nav a:active, .nav a:focus {border-bottom:2px solid #e84c0a; color:#ffffff;}
.nav .mactive { border-bottom:2px solid #e84c0a; color:#e84c0a; }

.nav .navtoogle{
	display: none;	
	width: 100%;
	padding: 9px  8px 8px 8px;
	font-weight:bold;
	text-align: left;
	color:#ffffff;
	font-size: 1.2em;
	background: none;	
	border: none;
	cursor: pointer;
	
	
}

.navtoogle i{
	z-index:-1;
}

.icon-menu {
	position: relative;
	top: 5px;
    padding:9px 0px 9px 0px;
	color:#ffffff;
	float:left;
}

@media  (max-width: 960px) {
    .menu{display:none;}
    .ddmenu{ display:block !important; visibility:visible; margin-top:5px; }
	.nav .navtoogle{
		margin: 0;
		display: block;
		height:auto;
		outline: none;
		font-size:14px;
		background-image:url(../../images/menu-icon2.png);
		background-repeat:no-repeat;
		background-position:right;
		padding-left:10px;
		text-transform: uppercase;
	}
	
	.nav .active { background-image:url(../../images/menu-icon2.png) !important;}
	
    .no-js .nav ul {
		max-height: 30em;
		overflow: hidden;
	}
	
	
	.js .nav ul {
		max-height: 0em;
		overflow: hidden;
		position:absolute;
	}
	
    .js .nav .active + ul {		
		max-height: 30em;
        overflow-y: auto;
		-webkit-transition: max-height .4s;
		-moz-transition: max-height .4s;
		-o-transition: max-height .4s;
		-ms-transition: max-height .4s;
		transition: max-height .4s;
	}

	
	
	.nav li span {
		height: 100%;
		font-size:16px !important;
		padding-top:8px;
		float:left;
		padding-left:10px;
		text-transform:uppercase;
		font-weight:bold;
	}


    .nav a{color:#000000;}
	.nav li {width:100%; text-align:left; margin:0px; padding:0px; background-color:#47AEE7; border-bottom:1px solid #f1f1f1; }
	.nav a:hover, .nav a:active, .nav a:focus {border-bottom:none; background-color:#353434; }
    .nav .mactive { border-bottom:none; background-color:#ffffff; }
	.nav a .arow{/*background-image:url(../../images/doaldown-arrow.png);*/ width:36px !important; height:23px !important; float:left;}
	.subrm{margin:0px 0px 0px 0px; height:auto; padding:0px;  }
	.subrm a{ margin:0px 0px 0px 0px; }
	.subrm a span{margin-left:20px !important; float:left;}
	.subrm a:hover, .subrm a:active, .subrm a:focus {border-bottom:none; background-color:#353434 !important; color:#ffffff !important;   }
}


@media  (max-width: 600px) {
	.ddmenu {width:100% !important;}
	.RSPmenu{width:100% !important; margin:0 auto; }
	.hidshow-arrow{ z-index:100000; position:absolute; background-color:#DB5618;}
	.MenuMain{margin:0px 0px 10px  0px; width:100%;}
}


