#menu, #menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-image: none;
}
#menu {
	width: 222px;
	margin:0;
	margin-bottom: 15px;
	background: #f9f9f9; 
}
#menu:before,  #menu:after {
	content: "";
	display: table;
}
#menu:after {
	clear: both;
}
#menu {
	zoom: 1;
}

.arrow {
  	border-style: solid;
	border-color: #847c7c;
 	 border-width: 0 3px 3px 0;
 	 display: inline-block;
 	 padding: 3px;
	float:  right;vertical-align: middle;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}


#menu li {	
	float: left;
	position: relative;
	list-style: none;
	list-style-image: none;
}
#menu li:last-child {
	float: left;
	border-bottom:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	position: relative;
	list-style: none;
	list-style-image: none;
}

#menu a {
	float: left;
	padding: 10px;
	cursor: pointer;
	color: #3f3c3d;
	text-transform: uppercase;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	width:202px;
	border-bottom: 1px solid #c7c7c7;
}

#menu li:hover > a {
	color: #FFF;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 1);
	background:#898787;
}
*html #menu li a:hover { /* IE6 only */
	color: #FFF;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 1);
	background:#898787;
}
#menu ul {
	margin: 20px 0 0 0;
	_margin: 0; /*IE6 only*/
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 0px;
	left:225px;
	z-index:20000;
	background: #f9f9f9; 
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
#menu li:hover > ul {
	opacity: 1;
	visibility: visible;
	margin: 0;
}
#menu ul ul {
	top: 0;
	left: 320px;
	margin: 0 0 0 20px;
	_margin: 0; /*IE6 only*/
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.75);}
#menu ul li {
	float: none;
	display: block;
	border: 0;
	_line-height: 0; 
}
#menu ul li:last-child {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#menu ul a {
	padding: 8px;
	width: 300px;
	_height: 10px; /*IE6 only*/
	display: block;
	white-space: nowrap;
	float: none;
	text-transform: none;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size:12px;
	font-weight:bold;
	color: #3f3c3d;

}
#menu ul a:hover {
	color: #FFF;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 1);
	background:#898787;
}
#menu ul li:first-child > a {
}
#menu ul li:first-child > a:after {
	content: '';
	position: absolute;
	left: -6px;
	top:8;
	border-bottom: 6px solid transparent;
	border-top: 6px solid transparent;
	border-right: 6px solid rgb(84,84,84);
}
#menu ul ul li:first-child a:after {
	left: -6px;
	top: 50%;
	margin-top: -8px;
	border-left: 0;
	border-bottom: 6px solid transparent;
	border-top: 6px solid transparent;
	border-right: 6px solid rgb(84,84,84);
}
#menu ul li:first-child a:hover:after {
	border-right-color: #898787;
	border-bottom-color: transparent;
}
#menu ul ul li:first-child a:hover:after {
	border-right-color: #898787;
	border-bottom-color: transparent;
}
#menu ul li:last-child > a {
}
/* Mobile */
#menu-trigger {
	display: none;
}
 @media screen and (max-width: 600px) {
/* nav-wrap */
#menu-wrap {
	position: relative;
}
#menu-wrap * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
/* main nav */
#menu {
	margin: 0;
	padding: 10px;
	position: absolute;
	top: 40px;
	width: 100%;
	z-index: 1;
	background-color: #444;
	display: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#menu:after {
	content: '';
	position: absolute;
	left: 25px;
	top: -8px;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #444;
}
#menu ul {
	position: static;
	visibility: visible;
	opacity: 1;
	margin: 0;
	background: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#menu ul ul {
	margin: 0 0 0 20px !important;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#menu li {
	position: static;
	display: block;
	float: none;
	border: 0;
	margin: 5px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#menu ul li {
	margin-left: 20px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#menu a {
	display: block;
	float: none;
	padding: 0;
	color: #999;
}
#menu a:hover {
	color: #fafafa;
}
#menu ul a {
	padding: 0;
	width: auto;
}
#menu ul a:hover {
	background: none;
}
#menu ul li:first-child a:after,  #menu ul ul li:first-child a:after {
	border: 0;
}
}
 @media screen and (min-width: 600px) {
#menu {
	display: block !important;
}
}
/* iPad */
.no-transition {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
	opacity: 1;
	visibility: visible;
	display: none;
}
#menu li:hover > .no-transition {
	display: block;
}
