@charset "utf-8";
/* CSS Document */
img { behavior: url(iepngfix.htc); }

#nav2 {
	height: 34px;
	width: 408px;
	z-index: 200000;
}

#nav2 #menu #servicio {
	background-image: url(../images/nav2/b4_servicio_a.jpg);
	background-repeat: no-repeat;
	height: 34px;
	width: 134px;
	display:block;
}
#nav2 #menu #servicio a:link {
	background-image:url(../images/nav2/b4_servicio_a.jpg);
	width:134px;
	height:34px;
	display:block;
}
#nav2 #menu #servicio a:visited {
	background-image:url(../images/nav2/b4_servicio_a.jpg);
	width:134px;
	height:34px;
	display:block;
}
#nav2 #menu #servicio a:active {
	background-image:url(../images/nav2/b4_servicio_a.jpg);
	width:134px;
	height:34px;
	display:block;
}

#nav2 #menu #servicio1 {
	background-image: url(../images/nav2/b4_sub1_a.png);
	background-repeat: no-repeat;
	height: 28px;
	width: 136px;
	margin-top: 20px;
}
#ul2 { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

#lista { /* all list items */
	float: left;
	position: relative;
	list-style: none;
}

#lista #ul2 { /* second-level lists */
	display: none;
	position: fixed;
	width:0;
	margin-left: -6px;
}

#lista>#ul2 { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

#lista:hover #ul2, #lista.over #ul2 { /* lists nested under hovered list items */
	display: block;
}




