
#Nav {
	width: auto;
	list-style: none;
	cursor: pointer;
}

.lev1ul, lev2ul{
display: none;

}

.lev1{
font: 13px Verdana, Geneva, sans-serif;
float: left;
color: #FF7F00;
width: auto;
list-style-type: none;
padding-top: 3px;
padding-right: 60px;
cursor: pointer;
position: relative;
}

.lev1 li{
list-style-type: none;
background-color: #EBEBEB;
width: 150px;
position: relative;
left: -40px;
}

.lev1ul{
position: absolute;
bottom: 20px;
text-align: left;
left: 0px;
}

.lev2{
position: relative;
padding-left: 4px;
padding-bottom: 4px;
}

.lev2ul{
position: absolute;
left: 154px;
bottom: 0px;
width: 100px;
}

.lev2ul li{
padding-left: 4px;
padding-bottom: 4px;
}

/*MENU 2*/


#menu2{
position: absolute;
cursor: pointer;

}

#Nav2 {
	width: 97px;
	list-style: none;
	position: absolute;
	right: 0px;
	bottom: 25px;
	padding-bottom: 10px;
	display: none;
	

}

.lev2_2{
font: 11px Verdana, Geneva, sans-serif;
color: #878787;
list-style-type: none;
cursor: pointer;
white-space:nowrap;
background-color:#e1e6e4;
bottom:15px;
padding-left: 5px; 
}

.lev2_2:hover{
color: #ebc117;
}