
#divmenu{
	width:100%;
	height:65px;
	border-top:#6fceed solid 4px;
	position:fixed;
	z-index:9999999;
}

   
#c_menu{
	border: 0px solid blue;
    float: right;
    height: 37px;
    margin-bottom: 0px;
    margin-top: 65px;
    width: 600x;
	margin-right:-50px;
}
   

#divmenu{  
	margin:0px auto;  
	background: #FFF; 
}

#menu{
	list-style: none;
	height: 37px;
	margin: 0;
	text-align: left;
	border:0px solid #f00;
	font-family: 'Pragati Narrow';
	padding: 0;
	background:
}

#menu li{
    float:left;
    display:block;
    border-bottom:#000 solid 0px;  
}

#menu li a{
	display: block;
	padding: 5px 15px;
	margin: 0;
	border: purple solid 0px;
	text-decoration: none;
	text-align: center;
	color: #fff;
	font-size:21px;
	font-weight:800; 
	letter-spacing:1.5px;
	text-shadow: 0.1em 0.1em 0.05em #333;
}


#menu li:hover {color:#E9BF44;  }
#menu li a:hover {color:#E9BF44; }
#menu li a:hover, #menu .submenu li:hover a{color:#E9BF44; }
#menu li a:active {color:#E9BF44;}

#menu .submenu{
    width:190px;
    text-align:left;
    display:none;
    z-index:99999;
    position:absolute;
    margin:0px;
    background:#394588;
	color:#fff;
	margin-top:0px;
}


#menu .submenu  li{
	text-align:left;
	display:block;
	width:200px;
	color:#EDEDED;
	padding: 0px 10px;
	margin-left:-45px; 
//text-transform:capitalize;
}

#menu .submenu  li  a{
    display:block;
    padding: 7px 10px;
    border:purple solid 0px;
    text-decoration: none;    
    text-align:left;
	color:#fff;
	margin-left:-5px;
	background:#;
	width:210px;  
	text-shadow: 0em 0em 0em #333;  
}

#menu .submenu  li a:hover {
    padding: 7px 10px;
    color:#FFFFFF;
    background: #444; 
	margin-left:-5px;
	width:190px;
}

#menu li:hover > .submenu {    
    display:block;
}




#menu2{
	list-style: none;
	height: 37px;
	margin: 0;
	text-align: left;
	border:0px solid #f00;
	font-family: 'Pragati Narrow';
	padding: 0;
	background:
}

#menu2 li{
    float:left;
    display:block;
    border-bottom:#000 solid 0px;  
}

#menu2 li a{
	display: block;
	padding: 5px 15px;
	margin: 0;
	border: purple solid 0px;
	text-decoration: none;
	text-align: center;
	color: #333;
	font-size:21px;
	font-weight:800; 
	letter-spacing:1.5px;

}


#menu2 li:hover {color:#394588;  }
#menu2 li a:hover {color:#394588; }
#menu2 li a:hover, #menu2 .submenu li:hover a{color:#394588; }
#menu2 li a:active {color:#394588;}

#menu2 .submenu{
    width:190px;
    text-align:left;
    display:none;
    z-index:99999;
    position:absolute;
    margin:0px;
    background:#394588;
	color:#fff;
	margin-top:0px;
}


#menu2 .submenu  li{
	text-align:left;
	display:block;
	width:200px;
	color:#EDEDED;
	padding: 0px 10px;
	margin-left:-45px; 
//text-transform:capitalize;
}

#menu2 .submenu  li  a{
    display:block;
    padding: 7px 10px;
    border:purple solid 0px;
    text-decoration: none;    
    text-align:left;
	color:#fff;
	margin-left:-5px;
	background:#;
	width:210px;   
}

#menu2 .submenu  li a:hover {
    padding: 7px 10px;
    color:#FFF;
    background: #444; 
	margin-left:-5px;
	width:188px;
}

#menu2 li:hover > .submenu {    
    display:block;
}



/***********************************RESPONSIVE*****************************************=**********************/

#menu_responsive {
	margin: 0px 0px 0px; 
	display: none;
	padding:0px;
	text-align: center;
	width:60px;
	font-family: 'Memories';
	font-size: 0.8em;
	border:0px solid #fff; margin-top:12px
}  
	
  

@media (max-width: 1034px) {
	#c_menu{ left:none !important;}
 }

   
 


 
@media screen and (min-width: 600px) and (max-width: 1149px) {
#menu_responsive{display:block; float:right; margin-top:65px ; margin-right:-50px; border: 0px solid #f00;}
#divmenu{  width:100%; border: 0px solid#3F3; margin-top:100px; height:67px;}

#c_menu{
    background:#2F3336;
    color: #232323 ;
 	margin-top:139px;
    min-height:236px;
    overflow:auto;
    position:absolute;
    left:-100%;    
    z-index:9999; 
	border:0px solid #EDEDED;
	margin-left:50%;  
	width: 50%;
}

#menu{
	list-style: none;
	height: 100%px;
	margin: 0;
	float: left;
	text-align: left;
	border:0px solid #f60;
	font-family: 'Memories';
	padding: 0;
	width: 100%;
}

#menu li a{
    width: 100%;
	background:#1A4289;
	color:#FFF ;
    padding:18px 0px;
	font-weight:600;
	border-bottom:1px dashed #eee;
	font-size:21px;
	text-shadow: 0em 0em 0em #333;  
}
		
#menu li {
	width: 100%;
	background: #006187;
	color: #fff ;
 }
 
   
#menu .submenu{
    width: 100%;
    display:none;
    position:relative;
	background: #fff;
	color:  #fff ;
	margin-top:0px;
	margin-left:-10px
}

#menu .submenu li{
    width: 121%;
    background:#fff;
    color:  #333 ;
	font-size:22px;
}

#menu .submenu  li  a{
	background:#F8C034;
	text-align:center;
    color:  #333 ;
    padding:18px 0px;
	border-bottom: 1px dashed #333;
	font-size:22px;
	width:100%;
	margin-left:5px;
	text-shadow: 0em 0em 0em #333;  
}

#menu li a:hover, #menu .submenu li:hover a{
	background:#ededed;
	color:#333;
	width:100%;
	border-bottom: 1px dashed #1A4289;
}

   #menu .submenu  li  a:hover{
    background:#fff;
	font-size: 15px; text-align:center;
    color:  #1A4289;
	font-size:22px;
    padding:18px 0px;
	border-bottom: 1px dashed #333;
	margin-left:5px;
}
   
#menu{ width:100%; height:auto;}



#menu2{
	list-style: none;
	height: 100%px;
	margin: 0;
	float: left;
	text-align: left;
	border:0px solid #f60;
	font-family: 'Memories';
	padding: 0;
	width: 100%;
}

#menu2 li a{
    width: 100%;
	background:#1A4289;
	color:#FFF ;
    padding:18px 0px;
	font-weight:600;
	border-bottom:1px dashed #eee;
	font-size:21px;
	text-shadow: 0em 0em 0em #;
}
		
#menu2 li {
	width: 100%;
	background: #006187;
	color: #fff ;
 }
 
   
#menu2 .submenu{
    width: 100%;
    display:none;
    position:relative;
	background: #fff;
	color:  #fff ;
	margin-top:0px;
	margin-left:-10px
}

#menu2 .submenu li{
    width: 121%;
    background:#fff;
    color:  #333 ;
	font-size:22px;
}

#menu2 .submenu  li  a{
	background:#F8C034;
	text-align:center;
    color:  #333 ;
    padding:18px 0px;
	border-bottom: 1px dashed #333;
	font-size:22px;
	width:100%;
	margin-left:5px;
}

#menu2 li a:hover, #menu2 .submenu li:hover a{
	background:#ededed;
	color:#333;
	width:100%;
	border-bottom: 1px dashed #1A4289;
}

   #menu2 .submenu  li  a:hover{
    background:#fff;
	font-size: 15px; text-align:center;
    color:  #1A4289;
	font-size:22px;
    padding:18px 0px;
	border-bottom: 1px dashed #333;
	margin-left:5px;
}
   
#menu2{ width:100%; height:auto;}
    }



@media screen and (min-width: 480px) and (max-width: 599px) {
#menu_responsive{display:block; float:right;  margin-top:65px ; margin-right:-50px; border: 0px solid #f00;}
#divmenu{  width:100%; border: 0px solid#3F3; margin-top:100px; height:67px;}

#c_menu{
    background:#2F3336;
    color: #232323 ;
 	margin-top:139px;
    min-height:236px;
    overflow:auto;
    position:absolute;
    left:-100%;    
    z-index:9999; 
	border:0px solid #EDEDED;
	margin-left:50%;  
	width: 50%;
}

#menu{
	list-style: none;
	height: 100%px;
	margin: 0;
	float: left;
	text-align: left;
	border:0px solid #f60;
	font-family: 'Memories';
	padding: 0;
	width: 100%;
}

#menu li a{
    width: 100%;
	background:#1A4289;
	color:#FFF ;
    padding:16px 0px;
	font-weight:600;
	border-bottom:1px dashed #eee;
	font-size:20px;
	text-shadow: 0em 0em 0em #333;  
}
		
#menu li {
	width: 100%;
	background: #006187;
	color: #fff ;
 }
 
   
#menu .submenu{
    width: 100%;
    display:none;
    position:relative;
	background: #fff;
	color:  #fff ;
	margin-top:0px;
	margin-left:-10px
}

#menu .submenu li{
    width: 121%;
    background:#fff;
    color:  #333 ;
	font-size:20px;
}

#menu .submenu  li  a{
	background:#F8C034;
	text-align:center;
    color:  #333 ;
    padding:18px 0px;
	border-bottom: 1px dashed #333;
	font-size:20px;
	width:100%;
	margin-left:5px;
	text-shadow: 0em 0em 0em #333;  
}

#menu li a:hover, #menu .submenu li:hover a{
	background:#ededed;
	color:#333;
	width:100%;
	border-bottom: 1px dashed #1A4289;
}

   #menu .submenu  li  a:hover{
    background:#fff;
	font-size: 15px; text-align:center;
    color:  #1A4289;
	font-size:20px;
    padding:18px 0px;
	border-bottom: 1px dashed #333;
	margin-left:5px;
}
   
#menu{ width:100%; height:auto;}






#menu2{
	list-style: none;
	height: 100%px;
	margin: 0;
	float: left;
	text-align: left;
	border:0px solid #f60;
	font-family: 'Memories';
	padding: 0;
	width: 100%;
}

#menu2 li a{
    width: 100%;
	background:#1A4289;
	color:#FFF ;
    padding:16px 0px;
	font-weight:600;
	border-bottom:1px dashed #eee;
	font-size:20px;
	text-shadow: 0em 0em 0em #;
}
		
#menu2 li {
	width: 100%;
	background: #006187;
	color: #fff ;
 }
 
   
#menu2 .submenu{
    width: 100%;
    display:none;
    position:relative;
	background: #fff;
	color:  #fff ;
	margin-top:0px;
	margin-left:-10px
}

#menu2 .submenu li{
    width: 121%;
    background:#fff;
    color:  #333 ;
	font-size:20px;
}

#menu2 .submenu  li  a{
	background:#F8C034;
	text-align:center;
    color:  #333 ;
    padding:18px 0px;
	border-bottom: 1px dashed #333;
	font-size:20px;
	width:100%;
	margin-left:5px;
}

#menu2 li a:hover, #menu2 .submenu li:hover a{
	background:#ededed;
	color:#333;
	width:100%;
	border-bottom: 1px dashed #1A4289;
}

   #menu2 .submenu  li  a:hover{
    background:#fff;
	font-size: 15px; text-align:center;
    color:  #1A4289;
	font-size:20px;
    padding:18px 0px;
	border-bottom: 1px dashed #333;
	margin-left:5px;
}
   
#menu2{ width:100%; height:auto;}
    }
	

@media screen and (min-width: 320px) and (max-width: 479px) {
#menu_responsive{display:block; float:right;  margin-top:55px ; margin-right:-50px; border: 0px solid #f00;}
#divmenu{  width:100%; border: 0px solid#3F3; margin-top:100px; height:67px;}

#c_menu{
    background:#2F3336;
    color: #232323 ;
 	margin-top:100px;
    min-height:236px;
    overflow:auto;
    position:absolute;
    left:-100%;    
    z-index:9999; 
	border:0px solid #EDEDED;
	margin-left:40%;  
	width: 60%;
}

#menu{
	list-style: none;
	height: 100%px;
	margin: 0;
	float: left;
	text-align: left;
	border:0px solid #f60;
	font-family: 'Memories';
	padding: 0;
	width: 100%;
}

#menu li a{
    width: 100%;
	background:#1A4289;
	color:#FFF ;
    padding:16px 0px;
	font-weight:600;
	border-bottom:1px dashed #eee;
	font-size:19px;
	text-shadow: 0em 0em 0em #333;  
}
		
#menu li {
	width: 100%;
	background: #006187;
	color: #fff ;
 }
 
   
#menu .submenu{
    width: 100%;
    display:none;
    position:relative;
	background: #fff;
	color:  #fff ;
	margin-top:0px;
	margin-left:-10px
}

#menu .submenu li{
    width: 121%;
    background:#fff;
    color:  #333 ;
	font-size:19px;
}

#menu .submenu  li  a{
	background:#F8C034;
	text-align:center;
    color:  #333 ;
    padding:16px 0px;
	border-bottom: 1px dashed #333;
	font-size:19px;
	width:100%;
	margin-left:5px;
	text-shadow: 0em 0em 0em #333;  
}

#menu li a:hover, #menu .submenu li:hover a{
	background:#ededed;
	color:#333;
	width:100%;
	border-bottom: 1px dashed #1A4289;
}

   #menu .submenu  li  a:hover{
    background:#fff;
	font-size: 15px; text-align:center;
    color:  #1A4289;
	font-size:19px;
    padding:16px 0px;
	border-bottom: 1px dashed #333;
	margin-left:5px;
}
   
#menu{ width:100%; height:auto;}






#menu2{
	list-style: none;
	height: 100%px;
	margin: 0;
	float: left;
	text-align: left;
	border:0px solid #f60;
	font-family: 'Memories';
	padding: 0;
	width: 100%;
}

#menu2 li a{
    width: 100%;
	background:#1A4289;
	color:#FFF ;
    padding:16px 0px;
	font-weight:600;
	border-bottom:1px dashed #eee;
	font-size:19px;
	text-shadow: 0em 0em 0em #;
}
		
#menu2 li {
	width: 100%;
	background: #006187;
	color: #fff ;
 }
 
   
#menu2 .submenu{
    width: 100%;
    display:none;
    position:relative;
	background: #fff;
	color:  #fff ;
	margin-top:0px;
	margin-left:-10px
}

#menu2 .submenu li{
    width: 121%;
    background:#fff;
    color:  #333 ;
	font-size:19px;
}

#menu2 .submenu  li  a{
	background:#F8C034;
	text-align:center;
    color:  #333 ;
    padding:16px 0px;
	border-bottom: 1px dashed #333;
	font-size:19px;
	width:100%;
	margin-left:5px;
}

#menu2 li a:hover, #menu2 .submenu li:hover a{
	background:#ededed;
	color:#333;
	width:100%;
	border-bottom: 1px dashed #1A4289;
}

   #menu2 .submenu  li  a:hover{
    background:#fff;
	font-size: 15px; text-align:center;
    color:  #1A4289;
	font-size:19px;
    padding:16px 0px;
	border-bottom: 1px dashed #333;
	margin-left:5px;
}
   
#menu2{ width:100%; height:auto;}
    }
