/*MENU BOTTOM*/


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

.lev1ul, lev2ul{
display: none;

}

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

.lev1 li{
list-style-type: none;
background-color: #6b6a63;
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;
padding-top: 20px;
}

#Nav2 {
	display: none;
	width: 97px;
	list-style: none;
	position: absolute;
	right: 40px;
	bottom: 20px;
	padding-bottom: 15px;
	
	

}

.lev2_2{

height: 20px;
font: 11px Verdana, Geneva, sans-serif;
color: white;
list-style-type: none;
cursor: pointer;
white-space:nowrap;
background-color:#6b6a63;
bottom: 15px;
padding-left: 5px;

}



