/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#nav li {
	position: relative;
	text-align: left;
}

#nav li.over {
	z-index: 999;
}

#nav a, #nav a:hover, #nav a:active, #nav a:focus {
	display: block;
	text-decoration: none;
}

#nav span {
	display: block;
	cursor: pointer;
	white-space: nowrap;
}

#nav li ul span {
	white-space: normal;
}

/************ 0 LEVEL  ***************/
#nav li {
	float: left;
	border-right: 1px solid #252525;
}

#nav > li.active a {
	color: #FFFFFF;
	background: #111;
}

#nav > li.over a, #nav > li.over > a.over {
	color: #ef4135;
	background: #fff;
}

#nav a {
  float: left;
  text-decoration: none;
  padding: 0 15px;
  color: #999;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 92%;
  font-weight: bold;
  height: 60px;
  line-height: 60px;
}

/************ 1ST LEVEL ************/
#nav ul li,
#nav ul li.active {
	float: none;
	margin: 0;
}

/*#nav ul li.over { background:#d5e4eb url(../images/nav_divider.gif) repeat-x 0 100%; }*/

#nav ul li.last {
	padding-bottom: 0;
}

#nav ul a,
#nav ul a:hover, #nav ul a.over {
	float: none;
	padding: 0;
	background: none;
}

#nav ul li a {
	font-weight: normal !important;
}

#nav li.over li.parent > a {
	background: url(../images/arrow_d2.gif) no-repeat 14em center;
}

/************ 2ND LEVEL ************/
#nav > li > div.childcontent,
#nav div.childcontent li ul {
	position: absolute;
	width: 15em;
	top: 60px;
	left: -10000px;
	background: #fff;
	border-color: #c5c5c5;
	box-shadow: 0 5px 3px 0 rgba(0,0,0,.1);
}

#nav ul li {
  border: 0;
	background: none;
}

/* Show menu */
#nav li.over div.shown-sub { left:0; }
#nav div.childcontent li ul.shown-sub { left: 150px; }
#nav div.childcontent li ul { left: -10000px; }

#nav div.childcontent a { line-height: 1.5; height: auto; float: none; padding: 0; font-weight: normal !important; }

#nav div.shown-sub ul li a,  #nav div.shown-sub li.active li a, #nav div.shown-sub li.over li a {
	border: none;
	margin: 0;
	color: #999;
	background: url(../images/blank.png);
	font-weight: normal;
	font-size: 92%;
	height: auto;
	line-height: 1.5;
	text-transform: none;
}

#nav div.shown-sub ul li a:hover, #nav div.shown-sub ul li a:active, #nav div.shown-sub ul li a:focus, #nav div.shown-sub ul li.over a {
	background: none;
	color: #333;
}

#nav div.shown-sub ul > li > a > span {
	padding: 6px 0;
}

#nav div.childcontent .col,
#nav div.childcontent ul,
#nav div.childcontent div.block {
  margin: 10px;
  border: 0;
}

#nav div.childcontent .category-products { margin: 0; }

#nav div.childcontent .col3 div.block,
#nav div.childcontent .col3 { margin-top: 0; }

/************ 3RD+ LEVEL ************/
#nav div.shown-sub ul ul { top: 5px; }