	
/* Outer navigation bar container */
#nav2 {
	width: 100%;
	height: 25px;
	z-index: 50;
	background-color: #FFFFFF;
	font-family: Tahoma, "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: relative;
	float: left;
	}


/* Navigation bar UL */
#menu2 {
	display: block;
	position: absolute;
	top: 0;
	left: 375px;
	width: 960px;
	margin: 0 0 0 -375px;
	padding: 0;
	list-style: none;
	text-align: left;
	z-index: 3;
	height: 25px;
	}
	
	
/* All list items */
#nav2 LI {
	position: relative;
	display: block;
	padding: 0;
	line-height: 1em;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B8D5E6;
	}
	
/* 1st level - Tab style */
#nav2 LI A {
	display: block;
	margin: 0;
	text-decoration: none;
	color: #666666;
	padding-top: 0.6em;
	padding-right: 11px;
	padding-bottom: 0.6em;
	padding-left: 11px;
	}
	
#nav2 LI A:hover {
	cursor: pointer;
	color: #1A1A1A;
	background-image: url(../imagenes/but-roll.jpg);
	background-repeat: repeat;

	}
#nav2 LI .activo{
	cursor: pointer;
	color: #333333;
	background-image: url(../imagenes/but-activo.jpg);
	background-repeat: repeat;
}
	
/* 2nd level - List style */
#nav2 UL UL {
	display: none;
	position: absolute;
	left: 0;
	padding: 0;
	width: 140px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -3px;	

	}
	
#nav2 LI LI {
	position: relative;
	display: block;
	padding: 0;
	list-style: none;
	width: 180px;

	}
	
#nav2 LI LI A {
	padding-top: 0.5em;
	padding-right: 10px;
	padding-bottom: 0.5em;
	padding-left: 10px;
	width: 180px;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #6fb6ce;
	border-bottom-color: #6fb6ce;
	border-left-color: #6fb6ce;
	}
	
#nav2 LI LI A:hover {
	color: #333333;
	background-image: url(../imagenes/but-roll.jpg);
	}


/* Rollover activation code */
#nav2 LI>UL { /* 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;
	}

#nav2 LI:hover UL, #nav2 LI.over UL { /* lists nested under hovered list items */
	display: block;
	margin: 0 0 0 0px;
	_margin: 0 0 0 0px; /* IE */
	padding: 0;
	width: 160px;
	}
#nav2 #menu2 .submenu_desp {
	cursor: text;
}
