	
/* Outer navigation bar container */
#nav2 {
	width: 100%;
	height: 31px;
	z-index: 5;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	position: absolute;
	float: left;
	top: 70px;
	}


/* Navigation bar UL */
#menu2 {
	display: block;
	position: relative;
	width: 500px;
	padding: 0;
	list-style: none;
	z-index: 3;
	background-image: url(../images/lineafondo.jpg);
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	}
	
	
/* All list items */
#nav2 LI {
	position: relative;
	display: block;
	margin: 0 0px;
	padding: 0;
	float: left;
	}
	
/* 1st level - Tab style */
#nav2 LI A {
	display: block;
	margin: 0;
	text-decoration: none;
	color: #FFFFFF;
	background-position: 0 top;


	background-repeat; no-repeat;
	padding-top: 0em;
	padding-right: 0px;
	padding-bottom: 0em;
	padding-left: 0px;
	}
	
#nav2 LI A:hover {
	cursor: pointer;
	background-color: #FFFFFF;
	background-position: -150px top;
	color: #0F4174;
	}
	
/* 2nd level - List style */
#nav2 UL UL {
	display: none;
	position: absolute;
	left: 0;
	margin: 0 0 0 -3px;
	padding: 0;
	}
	
#nav2 LI LI {
	position: relative;
	display: block;
	padding: 0;
	list-style: none;
	width: 140px;
	}
	
#nav2 LI LI A {
	color: #FFF;
	background: #888;
	border-bottom: 1px solid #999;
	width: 140px;
	}
	
#nav2 LI LI A:hover {
	color: #FFF;
	background: #6C6C6C;
	border-bottom: 1px solid #999;
	}


/* 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 -3px;
	_margin: 0 0 0 -6px; /* IE */
	padding: 0;
	}
#nav2 #menu2 .submenu_desp {
	cursor: text;
}
