/* ================= FONT FACE  ================== */	

@font-face{ 
	font-family: 'WebSymbolsRegular';
	src: url('http://www.mfscripts.com/fonts/websymbols-regular-webfont.eot');
	src: url('http://www.mfscripts.com/fonts/websymbols-regular-webfont.eot?#iefix') format('embedded-opentype'),
	     url('http://www.mfscripts.com/fonts/websymbols-regular-webfont.woff') format('woff'),
	     url('http://www.mfscripts.com/fonts/websymbols-regular-webfont.ttf') format('truetype'),
	     url('http://www.mfscripts.com/fonts/websymbols-regular-webfont.svg#WebSymbolsRegular') format('svg');
}

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

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

.nav .clear {
	clear:both;
} 

.nav {
	width:100%;
	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 {
	font-family:Arial, Helvetica, sans-serif;
	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 {
	font-family: 'WebSymbolsRegular';
        content:"[";
	overflow:hidden;
	top:0;
        padding-left: 4px;
}

/* 2-Levels Drop Down */

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

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

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

.nav .levels li {
	border-top:1px solid #fff;
	width:18em;
	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 {
	-moz-box-shadow:0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow:0 3px 3px rgba(0,0,0,0.2);
	box-shadow:0 3px 3px rgba(0,0,0,0.2);
	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 {
	-moz-transition:all 200ms linear 0s;
	-webkit-transition:all 200ms linear 0s;
	-o-transition:all 200ms linear 0s;
	-ms-transition:all 200ms linear 0s;
	background:#4486C7;
}

.nav li:hover li a:hover {
	-moz-transition:all 200ms linear 0s;
	-webkit-transition:all 200ms linear 0s;
	-o-transition:all 200ms linear 0s;
	-ms-transition:all 200ms linear 0s;
}

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

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

/* ----- Search Top ---- */ 

.search-top {
	padding:.6em .6em 0 0;
	position:relative;
	float:right;
} 

.inline-search input[type="text"] {
	background:#f1f1f1;
	border:none;
	width:160px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	-moz-box-shadow:inset 0 1px 2px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow:inset 0 1px 2px 1px rgba(0,0,0,0.2);
	box-shadow:inset 0 1px 2px 1px rgba(0,0,0,0.2);
	line-height:1.5em;
	padding:6px 10px;
}

.inline-search input[type="submit"] {
	font-family: 'WebSymbolsRegular';
	background:none;
	border:none;
	position:absolute;
	top:14px;
	overflow:hidden;
	width:18px;
	height:18px;
	font-size:16px;
	right:15px;
	cursor:pointer !important;
} 

.inline-search input[type="submit"]:hover {
	cursor:pointer;
}

/* ========= COLORS ========= */

/* BLACK  */

.black-menu.nav  ul li:hover {
	background-color: #4486C7;
}
.selected {
	background-color: #4486C7;
}
.black-menu.nav li:hover ul.levels,
.black-menu.nav .levels li:hover ul,
.black-menu.nav .levels li ul li:hover ul {border-top:1px solid #fff;}
.black-menu.nav .inline-search input[type="submit"] {color:#262626} 
.black-menu.nav li:hover li a:hover {color:#fff;}
.black-menu.nav {
	background-color: #181818;
	-moz-box-shadow:inset 0 1px 0 rgba(66,66,66,1);
	-webkit-box-shadow:inset 0 1px 0 rgba(66,66,66,1);
	box-shadow:inset 0 1px 0 rgba(66,66,66,1);
} 



