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

.nav .clear {
	clear:both;
}

.nav {
	width:100%;
	position:relative; height:37px;
}

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

.nav ul li {
float: left;
line-height: 36px;
position: relative;
}

.nav ul li:hover:first-child {
}

/* ----- 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 {
}

.nav ul li a {
	/*font-family: 'Abel', sans-serif;*/
	font-family:"Trebuchet MS";
	color:#fff;
	word-spacing:0px;
	font-size:15px;
	text-transform:uppercase;
	display:block;
	text-decoration:none;
	font-weight: bold;
	padding: 6px 1.11em;
}
.nav>ul>li>a:hover{
	background-color: #000000;
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
}
/*.nav ul li a:hover{
	background-color: #019970;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}*/

.levels>li:first-child a{

}
.levels>li:last-child a{
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}


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


/* 2-Levels Drop Down */

.nav .levels,
.nav .levels ul {
    list-style: none outside none;
    margin: 0;
	left: -999em;
    position: absolute; z-index:100;
	padding-top:7px;
}

.nav .levels a {
	display: block;
}

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

.nav .levels li {
	width:175px;
	float:left;
	position:relative;
}

.nav .levels li a { background:#bd0102; display:block; line-height:25px; color:#fff; font-size:12px; padding:0 10px; font-family:Tahoma, Geneva, sans-serif; word-spacing:0px; border-bottom:1px dotted #000;  transition:all 0.5s ease 0s; text-align:left; width:200px; }
.nav .levels li a:hover { background-color:#000; color:#fff;}

.nav .levels li ul {
	position: absolute;
	top:0;
	left: -999em;
}
.nav .levels li ul li { position:relative; left:70px; width:250px;}

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

.nav li:hover ul.levels,
.nav .levels li:hover ul,
.nav .levels li ul li:hover ul {
	top:41px;
	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 {
	width:200px;
}

.nav li:hover li a:hover {
}

.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;
}