/**
* @package Mj Menu
* @copyright (C) 2012 by Dasinfomedia - All rights reserved!
* @license GNU/GPL, see LICENSE.php
*/


.nav {
	margin-bottom: 18px;
	margin-left: 0;
	list-style: none;
}
.nav > li > a {
	display: block;
}
.nav > li > a:hover {
	text-decoration: none;
	background-color: #eeeeee;
}
.navbar {
*position: relative;
*z-index: 2;
	margin-bottom: 18px;
	overflow: visible;
}
.navbar-inner {
	min-height: 40px;
	background-image: url("../images/gradient-header-bg.png");
	background: none repeat scroll 0 0 transparent;
	background-image: -moz-linear-gradient(top, #333333, #222222);
	background-image: -ms-linear-gradient(top, #333333, #222222);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));
	background-image: -webkit-linear-gradient(top, #333333, #222222);
	background-image: -o-linear-gradient(top, #333333, #222222);
	background-image: linear-gradient(top, #333333, #222222);
	background-repeat: repeat-x;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}
.navbar .container {
	width: auto;
}
.nav-collapse.collapse {
	height: auto;
}
.navbar {
	color: #999999;
}
.navbar ul.nav {
	position: relative !important;
	left: 0 !important;
	display: block !important;
	margin: 0 0px 0 0;
}


.navbar .nav > li {
	display: block;
	float: left;
}

.navbar .nav > li > a {
	float: none;
	padding: 9px 10px 11px;
	line-height: 19px;
	color: #999999;
	text-decoration: none;
}
.navbar .btn {
	display: inline-block;
	padding: 4px 10px 4px;
	/*margin: 5px 5px 6px;*/
	line-height: 18px;
}
.navbar .nav > li > a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: transparent;
}
.navbar .nav .active > a, .navbar .nav .active > a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #222222;
}
.navbar .btn-navbar {
	display: none;
	/*float: right;*/
	padding: 7px 10px;
	/*margin-right: 5px;
	margin-left: 5px;*/
	background-color: #2c2c2c;
*background-color: #222222;
	background-image: -ms-linear-gradient(top, #333333, #222222);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));
	background-image: -webkit-linear-gradient(top, #333333, #222222);
	background-image: -o-linear-gradient(top, #333333, #222222);
	background-image: linear-gradient(top, #333333, #222222);
	background-image: -moz-linear-gradient(top, #333333, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
filter: progid:dximagetransform.microsoft.gradient(enabled=false);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
}
.navbar .btn-navbar:hover, .navbar .btn-navbar:active, .navbar .btn-navbar.active, .navbar .btn-navbar.disabled, .navbar .btn-navbar[disabled] {
	background-color: #222222;
background-color: #151515;
}
.navbar .btn-navbar
{
	background-color: #222222;
background-color: #151515;
}

.navbar .btn-navbar:active, .navbar .btn-navbar.active {
	background-color: #080808 \9;
}
.hide {
	display: none;
}
.show {
	display: block;
}
.invisible {
	visibility: hidden;
}

ul.nav-child {
	/*display: none;*/
	/*border-top: 1px solid #f0f0f0;*/
}
.mj-mainnav.navbar .nav > li {
	position: relative;
}
.mj-mainnav.navbar .nav > li:hover > ul.nav-child {
	display: block;
	position: absolute;
	z-index: 100;
}

.collapse {
  position: relative;
  height: 0;
  -webkit-transition: height 0.35s ease;
     -moz-transition: height 0.35s ease;
      -ms-transition: height 0.35s ease;
       -o-transition: height 0.35s ease;
          transition: height 0.35s ease;
}

.collapse.in {
  height: auto;
}

.nav-collapse.collapse {
  height: auto;
}

