#nav{
	margin:-30px 0px 0 5px;
	padding:30px 0 0 0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	line-height:1.5em;
	z-index:100;

	}

#nav a{
	display:block;
	margin: 0 1px 0 0;
	height: 30px;
	color:#333333;
	text-decoration:none;
	text-align: left;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 15px;
	line-height: 16px;
	width:117px;
	font-weight: bold;
	text-transform:uppercase;
	}
	
#nav li{
	float:left;
	position:relative;
	}

#nav ul {
	position:absolute;
	display:none;
	left:-12px;
	padding-top: 0px;
	margin: 0 auto;
	list-style-type:none;
	list-style-position:outside;
	}


#nav li ul a{
	float:left;
	text-align: left;
	font: Trebuchet MS, Arial, sans-serif;
	font-size: 13px;
	padding: 0px 0px 0px;
	background-image: url(../img/rest.png);
	background-repeat: no-repeat;
	line-height:26px;
	width:234px;
	}

	
#prueba  {
margin: 15px 0 0 -35px;
	}
	
#prueba li a{
	float:left;
	width: 234px;
	height: 31px;	
	text-align: left;
	text-transform: none;
	font-weight: normal;
	letter-spacing: 0em;
	text-indent: 1em;
	}

#prueba li a:hover{
	float:left;
	width: 234px;
	height: 31px;	
	text-align: left;
	text-transform: none;
	font-weight: normal;
	letter-spacing: 0em;
	text-indent: 1em;
	color:#ffffff;
	background-image: url(../img/rest.png);
	background-repeat: no-repeat;

	}
	
#prueba li:first-child a{
	padding-top: 10px;
	height: 41 px;
	background-image: url(../img/first.png);
	background-repeat: no-repeat;
	}

#nav ul ul{
	top:auto;
	}	


#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
	display:none;
	}
	
	
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
	display:block;
	}
	
	
.sub{
	display:block;
	margin: 0 1px 0 0;
	padding: 4px 2px 2px;
	height: 30px;
	color:#333333;
	text-decoration:none;
	text-align: left;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	line-height: 12px;
	}