ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	height: 25px;
}

#nav a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 25px;
}

#nav a:hover {
	color: #224B5F;
}

/* --- texto adentro --- */
#nav li li a {
	display: block;
	font-weight: normal;
	color: #666666;
	padding: 5px 2px 5px 5px;
	background-color: #F5F5F5;
	font-size: 11px;
	width: 130px;
	color:#666666;
	letter-spacing:1px;
	text-decoration:none;
	border-bottom: 1px solid #E3E3E3;
	line-height:14px;



}
/* ------ */
#nav li li a:hover {
	padding: 5px 2px 5px 5px;
	border-bottom: 1px solid #E3E3E3;
	background-color: #E6E6E6;
	/*font-size: 10px;
	width: 110px;*/



}

li {
	float: left;
	position: relative;
	width: 0px;
	text-align: left;
	cursor: default;
	border-left: 1px solid #627C93;
	height:25px;


}
html>body li {
	text-align:left;
	width:auto;
	height:auto;
}

li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 1px;
	font-weight: normal;
	background-color: #EFF3F5;
	margin-top: 1px;
}
li li {
	display: block;
	float: left;
	border: 0;
}

html>body li ul {
	margin-top: 0px;
	left: 1px;
}

li:hover ul, li.over ul {
	display: list-item;
}

/* --- Nuevos estilos --- */
hr {
	display: none;
}



li#nav {
	padding-right: 10px;
    list-style-type: none;
  	display: list-item;
	
}

li#nav1 {
	list-style-type:none;
	text-align:center;
	/*width: 66px;*/
}

li#nav2, li#nav4, li#nav5, li#nav6 {
	width: 95px;
    list-style-type: none;
	text-align:center;
}

li#nav3 {
	width: 112px;
    list-style-type: none;
	text-align:center;
}

#nav img {
	margin-left: 6px;
	width: 13px;
	margin-top: -2px;
	margin-bottom: 0px;
	margin-right: 0px;
	height: 23px;
}
#nav .spacer {
	height: 25px;
	width: 1px;
}

#TB_Mnu{
	padding:0px;
	margin:0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 25px;
}

