﻿/**************** TOP MENU **************************/


div.customTopNavHolder {
    float: left;
    padding: 0em;
    padding-left: 0.4em;
    background-repeat: no-repeat;
    margin-top: 17px;	
}

.customTopNavHolder a {
    color: white;
    height: 100%;
    font-family: arial,helvetica,sans-serif;
    font-size: 1em;
    background-repeat: no-repeat;
    background-image: none;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    width: auto;
    padding: 11px 62px 1px 5px;
    font-size: 1.1em !important;
	border: none;
}

.customTopNavHolder a:hover {
    text-decoration: underline;
}

/*Items del menu superior*/

span.customTopNavItem {
	width: auto;
	text-align: left;
	padding-top:0.58em;
	padding-left:0.5em;
	font-size:1.1em;

}

/*Texto del menu superior*/
.customTopNavItem a {
	color:white;
	height:100%;
	font-family:arial,helvetica,sans-serif;
	background-repeat:no-repeat;
	background-image:none;
	font-weight: bold;
	text-decoration: none;
	text-transform:uppercase;
	width: auto;
	margin-right:4.3em;
	
}

.customTopNavItem a:hover {
	text-decoration:underline;
}

.customTopNavItem:hover {

	color:#020245;
	background-image: url('../../../Images/CHJ/fn_menu_top.jpg');
	background-repeat:no-repeat;

}




.customLeftNavMenuItem {
	padding: 0.3em 0.7em 0.3em;
	text-align:right;
	width:15em;
	line-height:1em;

}



.GlobalNav{

	color:#020245;


}



/*************** LEFT MENU **************/

.customLeftNavHolder{
/*	width:15em; */
	width:18em;

}


/*Texto del menú izquierdo*/
.customLeftNavLevel1{
	font-size:1em;
	color:#010247;
	padding-right:0em; 
	
}
.customLeftNavLevel1 a{
	background-position:right;
	background-repeat:no-repeat;
	color:#010247;
	margin-bottom:1.1em;

}
.customLeftNavLevel1 a:active{
	font-weight:bold;
	margin-bottom:1.1em;	
}


.customLeftNavLevel2{

	text-align:right;
	font-size:0.9em;
	padding-right:0em;


}
.customLeftNavLevel2 a{
	color:#0063AA;

	
}


.customLeftNavLevel2 a:active{
	font-weight:bold;


}

.customLeftNavContainer{	
	text-align:left; 
	line-height:0.9em;  
	width:21em;
	background-position:bottom;
	background-repeat:no-repeat;

	
}

.customLeftNavSelected {
	font-weight:bold;

}


