/**
 * @package Jms Responsive Menu
 * @version 1.0
 * @Copyright (C) 2009 - 2013 Joommasters.
 * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
 * @Website: http://www.joommasters.com
**/

body.off-canvas-menu #jmsmenuwrap {	     
	height:30px;	
}

#jmsresmenu-trigger {     
      color: #fff;
      font-weight: bold;      
	  padding:6px;	
      margin:10px 0px;
      position: relative;      
      background:#363636;
	  display:block;
	  height:24px;
	  padding:7px;
  	  border-bottom:1px solid #444;
	  -moz-box-shadow: 3px 3px 3px #000;
	  -webkit-box-shadow: 3px 3px 3px #000;
	  box-shadow: 3px 3px 3px #000;
      
}
#jmsresmenu-trigger a {
	background: url(../images/nav-but.png) no-repeat 5px 5px;    
    border:1px solid #BEBEBE;
    text-indent:-999px;
    display:inline-block;
    width:20px;
    height:14px;
    padding:5px;
   
}
.jms-left a {
	float:left;
}
.jms-right a {
	float:right;
}
body.off-canvas-menu #jmsresmenu {      
      color: #fff;
}

body.off-canvas-menu #jmsresmenu ul {
	  background:#444!important;
      list-style: none;
      margin: 0;
      padding: 0;
      top:0px!important;
	  opacity:1!important;
	  visibility:visible!important;
}

body.off-canvas-menu #jmsresmenu a {
      border-bottom:1px solid #5E5E5E; 
      color: inherit;
      display: block;
      text-decoration: none;	 	
}

body.off-canvas-menu #jmsresmenu {
    display: block;
    height: 0;    
    margin: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 200px;
}
.jms-menu-left {
	right:100%;
}
.jms-menu-right {
	left:100%;
}
body.off-canvas-menu .outer-wrapper {
    left: 0;
    overflow-x: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}

body.off-canvas-menu .inner-wrapper {
    position: relative;
}
body.off-canvas-menu #jmsresmenu li {
	display:block!important;	
	border:none!important;
	float:none!important;
}
body.off-canvas-menu #jmsresmenu li li {
	display:block!important;	
	border-bottom:none!important;	
}
body.off-canvas-menu #jmsresmenu li a {
	display:block!important;
	padding:6px 10px!important;
	text-align:left;
	line-height:20px!important;
	font-size:11px!important;
	background:#444!important;
    color: #fff;
    border:none!important;
    border-bottom:1px solid #5e5e5e!important;
}
body.off-canvas-menu #jmsresmenu li.active li.active a,
body.off-canvas-menu #jmsresmenu li li a:hover,
body.off-canvas-menu #jmsresmenu li.active a,
body.off-canvas-menu #jmsresmenu li a:hover {
	color:#00CCCC!important;
}
body.off-canvas-menu #jmsresmenu li.active li a {
	color: #fff!important;
}
body.off-canvas-menu #jmsresmenu li li a {
	padding-left:25px!important;
	background:url(../images/bullet.png) no-repeat 12px 14px!important;
}
body.off-canvas-menu #jmsresmenu li li.active a,
body.off-canvas-menu #jmsresmenu li li a:hover {
	background:url(../images/bullet-active.png) no-repeat 12px 14px!important;	
	color:#00CCCC!important;
}
body.off-canvas-menu #jmsresmenu ul {
	border:none!important;
	margin:0px!important;
}
body.off-canvas-menu #jmsresmenu ul ul {
	position:relative!important;
}
body.off-canvas-menu #jmsresmenu li:hover ul {
	position:relative!important;
	visibility:visible;
	top:0px!important;	
	
}