/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

/* ================================================================
Menu 0: Gris
=================================================================== */

.menu0 {
    float: left;
    width:168px;
	height:35px;
	font-size:12px;
	position:relative;
	z-index:100;
	border-right:0px solid #000;
	}
/* hack to correct IE5.5 faulty box model */
* html .menu0 {
	width:169px; w\idth:168px;
	}
/* remove all the bullets, borders and padding from the default list styling */
.menu0 ul {
	padding:0;
	margin:0;
	list-style-type:none;
	}
.menu0 ul ul {
	width:175px;
	}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu0 li {
	float:left;
	position:relative;
	margin-right: 4px;
	}
/* style the links for the top level */
/* texto de menu listado01 */
.menu0 ul li a, .menu0 ul li a:visited{
	display:block;
	text-decoration:none;
	width:156px;
	height:35px;
	text-align:center;
	color:#666666;
	border:0px solid #E4EEED;
	border-width:0px 0px 1px 0px;
	background-image:url(
./../img/global/ifai_menuoffdivfull_gris.gif);
	background-repeat:no-repeat;
	line-height:35px;
	font-size:12px;

	}
/* texto de menu listado01 */
.menu0 ul li a.seleccionado, .menu0 ul li a.seleccionado:visited{
	display:block;
	text-decoration:none;
	width:156px;
	height:35px;
	text-align:center;
	color:#000;
	border:0px solid #E4EEED;
	border-width:0px 0px 1px 0px;
	background-image:url(
./../img/global/ifai_menuoffdivfullon_gris.gif);
	background-repeat:no-repeat;
	line-height:35px;
	font-size:12px;
	}
/* texto de menu listado01 over*/
.menu0 ul li a:hover {
	color:#666;
	background:transparent;
	background-image:url(
./../img/global/ifai_menuoffdivfullon_gris.gif);
	background-repeat:no-repeat;
	text-decoration:none;
	line-height:35px;
	overflow: visible;
	}
.menu0 ul li a.seleccionado:hover {
	color:#4ba5a6;
	background-image:url(
./../img/global/ifai_menuoffdivfullon_gris.gif);
	background-repeat:no-repeat;
	text-decoration:none;
	overflow: visible;
	}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu0 a, * html .menu0 a:visited {
	width:167px;
	w\idth:156px;
	}

/* style the second level background */
.menu0 ul ul a.drop, .menu0 ul ul a.drop:visited {
	background:#E2D6E7;
	}
/* style the second level hover */
.menu0 ul ul a.drop:hover{
	background:#C7B6CB;}

.menu0 ul ul a:hover > a.drop {
	background:#C7B6CB;}
/* style the third level background */

.menu0 ul ul ul a, .menu0 ul ul ul a:visited {
	background:#E2D6E7;
	}
/* style the third level hover */
.menu0 ul ul ul a:hover {
	background:#93789B;
	}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu0 ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:35px;
	left:0;
	width:175px;
	border-top:0px solid #000;
		}

/* another hack for IE5.5 */
* html .menu0 ul ul {
	top:35px;
	t\op:36px;}

/* position the third level flyout menu */
.menu0 ul ul ul{
	left:172px;
	top:0px;
	width:175px;
	}

/* position the third level flyout menu for a left flyout */
.menu0 ul ul ul.left {
	left:-149px;
	}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu0 table {
	position:absolute;
	top:0;
	left:0;
	border-collapse:collapse;
	}

    /* Basi */
/* style the second level links */
.menu0 ul ul a, .menu0 ul ul a:visited {
	display:block;
	width:156px;
	height:auto;
	text-align:left;
	line-height:normal;
	font-size:11px;
	/*overflow: visible;*/
	background:#F0F0F0;
	color:#666;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;

	border-top-color: #DCE1E1;
	border-right-color: #DCE1E1;
	border-bottom-color: #DCE1E1;
	border-left-color: #DCE1E1;

	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
    z-index:101;
	}
/* yet another hack for IE5.5 */
* html .menu0 ul ul a, * html .menu0 ul ul a:visited {
	width:175px;
	w\idth:156px;
	}

/* Menu option on hover : Basi */
/* style the top level hover */
.menu0 a:hover, .menu0 ul ul a:hover{
	color: #666;
	background: #E6E7E7;
	}
/*.menu0 :hover > a, .menu0 ul ul :hover > a {
	color:#fff;
	background:#4ba5a6;
	}*/
.menu0 ul ul a:hover{
	line-height:normal;
}
/* make the second level visible when hover on first level list OR link */
.menu0 ul li:hover ul,
.menu0 ul a:hover ul{
	visibility:visible;
	}
/* keep the third level hidden when you hover on first level list OR link */
.menu0 ul :hover ul ul{
	visibility:hidden;
	}
/* make the third level visible when you hover over second level list OR link */
.menu0 ul :hover ul :hover ul{
	visibility:visible;
	}


/* ================================================================
Menu 1 : Morado
=================================================================== */


.menu {
    float: left;
    width:335px;
	height:35px;
	font-size:12px;
	position:relative;
	z-index:100;
	border-right:0px solid #000;
	}
/* hack to correct IE5.5 faulty box model */
* html .menu {
	width:336px; w\idth:335px;
	}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
	}
.menu ul ul {
	width:175px;
	}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	position:relative;
	margin-right: 4px;
	}
/* style the links for the top level */
/* texto de menu listado01 */
.menu ul li a, .menu ul li a:visited{
	display:block;
	text-decoration:none;
	width:156px;
	height:35px;
	text-align:center;
	color:#fff;
	border:0px solid #E4EEED;
	border-width:0px 0px 1px 0px;
	background-image:url(
./../img/global/ifai_menuoffdivfull_morado.gif);
	background-repeat:no-repeat;
	line-height:35px;
	font-size:12px;
    
	}
/* texto de menu listado01 */
.menu ul li a.seleccionado, .menu ul li a.seleccionado:visited{
	display:block;
	text-decoration:none;
	width:156px;
	height:35px;
	text-align:center;
	color:#000;
	border:0px solid #E4EEED;
	border-width:0px 0px 1px 0px;
	background-image:url(
./../img/global/ifai_menuoffdivfullon_morado.gif);
	background-repeat:no-repeat;
	line-height:35px;
	font-size:12px;
	}
/* texto de menu listado01 over*/
.menu ul li a:hover {
	color:#666;
	background:transparent;
	background-image:url(
./../img/global/ifai_menuoffdivfullon_morado.gif);
	background-repeat:no-repeat;
	text-decoration:none;
	line-height:35px;
	overflow: visible;
	}
.menu ul li a.seleccionado:hover {
	color:#4ba5a6;
	background-image:url(
./../img/global/ifai_menuoffdivfullon_morado.gif);
	background-repeat:no-repeat;
	text-decoration:none;
	overflow: visible;
	}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
	width:167px; 
	w\idth:156px;
	}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background:#E2D6E7;
	}
/* style the second level hover */
.menu ul ul a.drop:hover{
	background:#C7B6CB;}

.menu ul ul a:hover > a.drop {
	background:#C7B6CB;}
/* style the third level background */

.menu ul ul ul a, .menu ul ul ul a:visited {
	background:#E2D6E7;
	}
/* style the third level hover */
.menu ul ul ul a:hover {
	background:#93789B;
	}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:35px;
	left:0; 
	width:175px;
	border-top:0px solid #000;
		}
	
/* another hack for IE5.5 */
* html .menu ul ul {
	top:35px;
	t\op:36px;}

/* position the third level flyout menu */
.menu ul ul ul{
	left:172px;
	top:0px;
	width:175px;
	}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
	left:-149px;
	}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {
	position:absolute;
	top:0;
	left:0;
	border-collapse:collapse;
	}

    /* Basi */
/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	display:block;
	width:156px;
	height:auto;
	text-align:left;
	line-height:normal;
	font-size:11px;
	/*overflow: visible;*/
	background:#E2D6E7;
	color:#666;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
    
	border-top-color: #D5CFD9;
	border-right-color: #D5CFD9;
	border-bottom-color: #D5CFD9;
	border-left-color: #D5CFD9;
   
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
    z-index:101;
	}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {
	width:175px;
	w\idth:156px;
	}

/* Menu option on hover : Basi */
/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
	color: white;
	background: #C7B6CB;
	}
/*.menu :hover > a, .menu ul ul :hover > a {
	color:#fff;
	background:#4ba5a6;
	}*/
.menu ul ul a:hover{
	line-height:normal;
}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
	visibility:visible;
	}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
	visibility:hidden;
	}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
	visibility:visible;
	}



/* ================================================================
Menu 2: Verde
=================================================================== */
.menu2 {
    float: right;
    width:168px;
	height:35px;
	font-size:12px;
	position:relative;
	z-index:100;
	border-right:0px solid #000;
	}
/* hack to correct IE5.5 faulty box model */
* html .menu2 {
	width:169px; w\idth:168px;
	}
/* remove all the bullets, borders and padding from the default list styling */
.menu2 ul {
	padding:0;
	margin:0;
	list-style-type:none;
	}
.menu2 ul ul {
	width:175px;
	}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu2 positon */
.menu2 li {
	float:left;
	position:relative;
	margin-right: 4px;
	}
/* style the links for the top level */
/* texto de menu2 listado01 */
.menu2 ul li a, .menu2 ul li a:visited{
	display:block;
	text-decoration:none;
	width:156px;
	height:35px;
	text-align:center;
	color:#fff;
	border:0px solid #E4EEED;
	border-width:0px 0px 1px 0px;
	background-image:url(./../img/global/ifai_menuoffdivfull.gif);
	background-repeat:no-repeat;
	line-height:35px;
	font-size:12px;
	}
/* texto de menu2 listado01 */
.menu2 ul li a.seleccionado, .menu2 ul li a.seleccionado:visited{
	display:block;
	text-decoration:none;
	width:156px;
	height:35px;
	text-align:center;
	color:#000;
	border:0px solid #E4EEED;
	border-width:0px 0px 1px 0px;
	background-image:url(
./../img/global/ifai_menuoffdivfullon.gif);
	background-repeat:no-repeat;
	line-height:35px;
	font-size:12px;
	}
/* texto de menu2 listado01 over*/
.menu2 ul li a:hover {
	color:#666;
	background:transparent;
	background-image:url(
./../img/global/ifai_menuoffdivfullon.gif);
	background-repeat:no-repeat;
	text-decoration:none;
	line-height:35px;
	overflow: visible;
	}
.menu2 ul li a.seleccionado:hover {
	color:#4ba5a6;
	background-image:url(
./../img/global/ifai_menuoffdivfullon.gif);
	background-repeat:no-repeat;
	text-decoration:none;
	overflow: visible;
	}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu2 a, * html .menu2 a:visited {
	width:167px;
	w\idth:156px;
	}

/* style the second level background */
.menu2 ul ul a.drop, .menu2 ul ul a.drop:visited {
	background:#c5dfde;
	}
/* style the second level hover */
.menu2 ul ul a.drop:hover{
	background:#438D90;}

.menu2 ul ul a:hover > a.drop {
	background:#438D90;}
/* style the third level background */

.menu2 ul ul ul a, .menu2 ul ul ul a:visited {
	background:#E5EEED;
	}
/* style the third level hover */
.menu2 ul ul ul a:hover {
	background:#4ba5a6;
	}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu2 ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:35px;
	left:0;
	width:175px;
	border-top:0px solid #000;
		}

/* another hack for IE5.5 */
* html .menu2 ul ul {
	top:35px;
	t\op:36px;}

/* position the third level flyout menu2 */
.menu2 ul ul ul{
	left:172px;
	top:0px;
	width:175px;
	}

/* position the third level flyout menu2 for a left flyout */
.menu2 ul ul ul.left {
	left:-149px;
	}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu2 table {
	position:absolute;
	top:0;
	left:0;
	border-collapse:collapse;
	}

    /* Basi */
/* style the second level links */
.menu2 ul ul a, .menu2 ul ul a:visited {
	display:block;
	width:156px;
	height:auto;
	text-align:left;
	line-height:normal;
	font-size:11px;
	/*overflow: visible;*/
	background:#E5EEED;
	color:#666;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #c5dfde;
	border-right-color: #c5dfde;
	border-bottom-color: #c5dfde;
	border-left-color: #c5dfde;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	}
/* yet another hack for IE5.5 */
* html .menu2 ul ul a, * html .menu2 ul ul a:visited {
	width:175px;
	w\idth:156px;
	}

/* menu2 option on hover : Basi */
/* style the top level hover */
.menu2 a:hover, .menu2 ul ul a:hover{
	color:#fff;
	background:#4ba5a6;
	}
/*.menu2 :hover > a, .menu2 ul ul :hover > a {
	color:#fff;
	background:#4ba5a6;
	}*/
.menu2 ul ul a:hover{
	line-height:normal;
}
/* make the second level visible when hover on first level list OR link */
.menu2 ul li:hover ul,
.menu2 ul a:hover ul{
	visibility:visible;
	}
/* keep the third level hidden when you hover on first level list OR link */
.menu2 ul :hover ul ul{
	visibility:hidden;
	}
/* make the third level visible when you hover over second level list OR link */
.menu2 ul :hover ul :hover ul{
	visibility:visible;
	}
