#menu 
{  
	text-align: center;
	font-size: 8pt;
	width: 700px;
	margin: -9px 0 0 0;
	position: absolute;
/*	height: 34px;*/
}

#menu ul 
{ 
	list-style-type: none;
}

#menu ul li.nivel1
{ 
	float: left;
	margin-right: 2px;
	position: relative;
}

#menu ul li 
{ 
	float: left;
}

#menu ul li a 
{
	display: inline;
	text-decoration: none;
	color: #1A4325;
	padding: 2px;
	position: relative;
	margin-left: 3px;
	height: 18px;
}

#menu ul li a:hover, #menu ul li:hover a.nivel1 
{
	background-color: #FFFFFF;
	color: #1A4325;
	position: relative;
	margin-left: 3px;
	height: 18px;
}

#menu ul li a.nivel1 
{
	display: block!important;
	display: none;
}

#menu ul li ul
{
	display: none;
}

#menu ul li a:hover ul, #menu ul li:hover ul 
{
	display: block;
	position: relative;
}

#menu ul li ul li a
{
	padding: 2px;
	border: none;
}

#menu ul li ul li a:hover 
{
	position: relative;
	border-bottom: none;
}

table.falsa {
	border-collapse:collapse;
	border:0px;
	float: left;
	position: relative;
}








div.center-left {
	width: 3px;
	height:15px;
	background-image:url(/images/center-left.png);
	background-repeat:repeat-y;
	border:0;
	padding:0;
	margin:0;
	float:left;
}

div.center { 
	height:15px; 
	background-image:url(/images/center-line.png); 
	background-repeat:repeat-x; 
	border:0;
	padding:0;
	margin:0;
	float:left;
}
	
div.center-right { 
	width:3px;
	height:15px;
	background-image:url(/images/center-right.png); 
	background-repeat:repeat-x; 
	border:0;
	padding:0;
	margin:0;
	float:left;
}	

	
div.bottom-left { 
	width:5px;
	height:11px;
	background-image:url(/images/btm_left.png); 
	background-repeat:repeat-x; 
	border:0;
	padding:0;
	margin:0;
	float:left;
}	
	
div.bottom { 
	height:11px; 
	background-image:url(/images/btm_line.png); 
	background-repeat:repeat-x; 
	border:0;
	padding:0;
	margin:0;
	float:left;
}
	
div.bottom-right { 
	width:2px;
	height:11px;
	background-image:url(/images/btm_right.png); 
	background-repeat:repeat-x; 
	border:0;
	padding:0;
	margin:0;
	float:left;
}