/* common styling */
#nav {
	height:28px;
	background: url(images/fondo_verde.jpg) repeat-x;
	position:relative;
	font: 12px Tahoma, Arial, Helvetica, sans-serif bold;
	width:660px;
	z-index:80;
}
.menu {
	float:left;
	height:28px;
	width:636px;
	z-index:100;
}
.menu ul {
	padding:0;
	margin:0;
	list-style-type: none;
}
.menu ul li {
	float:left;
	text-align:center;
}
.menu ul li  li{
text-align:left;
}

.menu ul li a {
	color:#FFFFFF;
	display:block;
	height:22px;
	margin:0px 0px 0px 22px;
	padding:6px 12px 0px 0px;
	text-decoration:none;
}
.menu ul li table {
	display:none;
	background:none;
	width:190px;
}
.menu ul li table a{
width:100%;
}
* html .menu ul li table ul{
width:190px;
}

.menu ul li table li{
width:100%;

}
/* specific to non IE browsers */
.menu ul li:hover a, .menu ul li a:hover {
	color:#fff;
}
.menu ul li:hover {
	background: #CCDFB1 url(images/esqhoververde.png) bottom left no-repeat;
}
.menu ul li:hover a {
	background: url(images/esqhoververdeder.png) bottom right no-repeat;
}
.menu ul li:hover li, .menu ul a:hover li {
	background:none #719f34;
	padding:0;
	margin:0;
}
.menu ul li:hover li *, .menu ul a:hover li * {
}
.menu ul li:hover li a, .menu ul a:hover li a {
	background:none #719f34;
	padding:0;
	margin:0;
}
.menu ul li:hover ul table, .menu ul li a:hover table {
	display:none;
}
* html .menu ul li a table {
	position:absolute;
	width:0;
	height:0;
	visibility:hidden;
}
.menu ul li:hover table, .menu ul li a:hover table {
	display:block;
	position:absolute;
	margin-top:-1px;
	margin-right:10px;
	left:auto;
	right:auto;
	visibility:visible;
}
* html .menu ul li a:hover table {
	display:block;
}
.menu ul li:hover table td li, .menu ul li a:hover table td li {
	float:left;
	vertical-align:middle;
}
.menu ul li:hover table td li a, .menu ul li a:hover table td li a {
	vertical-align:middle;
	padding:5px;
	height:auto;
	border-top:1px solid #FFFFFF;
}
* html .menu ul {
	width:636px;
	margin:0;
	padding:0;
}
* html .menu ul a, * html .menu ul a:visited {
	float:left;
	margin:0;
	padding:0;
	color:#FFFFFF;
	font-family:verdana, sans-serif;
	font-size:11px;
	font-weight:bold;
	height:22px;
	margin:0px 0px 0px 6px;
	padding:6px 6px 0px 0px;
	text-decoration:none;
}
* html .menu ul li a:hover {
	background: #618531 url(images/esqhoververde.png) top left no-repeat;
	font-weight:bold;
}
* html .menu ul li a:hover table a:hover{
	background: none #618531;
	font-weight:bold;
}
* html .menu ul li a:hover table {
	position:absolute;
	margin:20px 0px 0px -100px;
}

* html .menu ul li a:hover table.tabId_29 {
	margin:20px 0px 0px -155px;
}

* html .menu ul li a:hover table li {
	float:left;
}
.menu ul li:hover ul li:hover a, .menu ul li a:hover ul li a:hover {
	color:#000;
	background-color:#618531;
}

#curvaMenuIzq {
	background:transparent url(images/mp_curva_izq.jpg) no-repeat scroll 0% 0%;
	clear:left;
	display:inline-block;
	float:left;
	height:28px;
	width:12px;
}
#curvaMenuDer {
	background:transparent url(images/mp_curva_der.jpg) no-repeat scroll 0% 0%;
	float:left;
	height:28px;
	top:0pt;
	width:12px;
}

