/* ---------- Nav ----------- */

.nav ul,
.nav ul li {
	padding:0;
	margin:0;
	list-style:none;
	z-index:10000;
} 

.nav .clear {
	clear:both;
} 

.nav {
	width:1024px;
	position:relative;
	
} 

.nav ul {
	float:left;
	position:relative;
} 

.nav > ul > li {
	float:left;
	line-height:3em;
	padding:0 1.3em;
	position:relative;

}


/* ----- Border Last Round item ------ */

/*.nav > ul > li:hover:last-child {
	-moz-border-radius:0 8px 8px 0;
	-webkit-border-radius:0 8px 8px 0;
	border-radius:0 8px 8px 0;
} */

.nav ul li ul li:hover {
	background-color:#fff;
} 

.nav > ul > li a {
	
	text-transform:uppercase;
	color:#fff;
	font-weight:700;
	display:block;
	text-shadow:0 1px 0 rgba(0,0,0,0.5);
	text-decoration:none;
	font-size:12px;
}

.nav ul li ul > li > a {
	color:#363636;
	text-transform:none;
	text-shadow:none;
}

.nav li a.drop:after {
	
  
	overflow:hidden;
	position:absolute;
	right:7px;
	top:0;
}

/* 2-Levels Drop Down */

.nav .levels,
.nav .levels ul {
    list-style: none outside none;
    margin: 0;
	left: -999em;
	background:#e6e6e6;
    position: absolute;
}

.nav .levels a {
	display: block;
	width:17em;
}

.nav .levels li:first-child {border-top:none;} 

.nav .levels li {
	border-top:1px solid #fff;
	width:100%;
	float:left;
	position:relative;
	
}

.nav .levels li > a {
	display:block;
	line-height:3em;
	padding:0 1.3em;
}

.nav .levels li ul {
	position: absolute;
	top:0;
	left: -999em;
}

/* ----- Hover ---- */ 

.nav li:hover ul.levels,
.nav .levels li:hover ul,
.nav .levels li ul li:hover ul {

	border-left:1px solid #515151;
	border-right:1px solid #515151;
	border-bottom:1px solid #515151;
	top:3em;
	left:0;
	display:block;
}

.nav .levels li:hover ul {
	z-index:5;
} 

.nav .levels li:hover ul,
.nav .levels li ul li:hover ul {
	top:0;
	display:block;
}

.nav li:hover .levels li:hover {
	
	background:#fff;
}

.nav li:hover li a:hover {
	
}

.nav .levels li:hover ul,
.nav .levels li ul li:hover ul{
	left: 14em;
	*left: 14em;
	display:block;
}

.nav .levels li:hover ul ul {
	left: -999em;
}




/* RED */

.red-menu.nav  ul li:hover {
	background-color: #c85853;
	background: -ms-linear-gradient(top, #c85853, #c8433c); /* IE9 */
	background: -moz-linear-gradient(top, #c85853, #c8433c); /* Firefox */
	background: -o-linear-gradient(top, #c85853, #c8433c); /* Opera 11  */
	background: -webkit-linear-gradient(top, #c85853, #c8433c); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #c85853), color-stop(1, #c8433c)); /* Chrome 10, Safari */
}
.red-menu.nav li:hover ul.levels,
.red-menu.nav .levels li:hover ul,
.red-menu.nav .levels li ul li:hover ul {border-top:4px solid #c8433c;}
.red-menu.nav .inline-search input[type="submit"] {color:#480502} 
.red-menu.nav li:hover li a:hover {color:#c8433c;}
.red-menu.nav {
	
	
	
	background: -ms-linear-gradient(top, #ac231b, #480502); /* IE9 */
	background: -moz-linear-gradient(top, #ac231b, #480502); /* Firefox */
	background: -o-linear-gradient(top, #ac231b, #480502); /* Opera 11  */
	background: -webkit-linear-gradient(top, #ac231b, #480502); /* Chrome 11  */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ac231b), color-stop(1, #480502)); /* Chrome 10 */
} 




