@charset "utf-8";

.leftmenu {
	font-size: 11px;
	padding: 1px;
	width: 100%;
	clear: both;	
	font-weight: bold;
	padding: 0 0 30px 0;
	text-align: center;
}

.leftmenu ul {
	font-size: 11px;
	margin-left: 0px;
	padding: 1px;
	list-style: none;
	font-weight: bold;
	color: #CCCCCC;
	margin-right: 0;
	top: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: 	#C4C4C4;
	}

.leftmenu li {
	 position: relative;
	 list-style: none;
	 display: inline;
	 float: left;
}


.leftmenu a {
	color: #666666;
	text-decoration: none;
	padding: 9px 7px 11px 7px;
	background-color: #F7F7F7;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	
}



.leftmenu a:hover, .leftmenu a.highlighted:hover, .leftmenu a:focus, .leftmenu .current_page_item a {
	color: #006699;
padding: 9px 7px 11px 7px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #006699;

}
.leftmenu a.highlighted {
 color: #FFF;
 background-color: #68C;
	padding: 9px 15px 11px 5px;
	
}

/*
 If you want per-item background images in your menu items, here's how to do it.
 1) Assign a unique ID tag to each link in your menu, like so: <a id="xyz" href="#">
 2) Copy and paste these next lines for each link you want to have an image:
    .leftmenu a#xyz {
      background-image: url(out.gif);
    }
    .leftmenu a#xyz:hover, .leftmenu a.highlighted#xyz, .leftmenu a:focus {
     background-image: url(over.gif);
    }
*/


/* 'subind' submenu indicators, which are automatically prepended to 'A' tag contents. */
.leftmenu a .subind {
 float: right;
}

/*
 HACKS: IE/Win:
 A small height on <li> and <a> tags and floating prevents gaps in menu.
 * html affects <=IE6 and *:first-child+html affects IE7.
 You may want to move these to browser-specific style sheets.
*/
*:first-child+html .leftmenu li {
 float: left;
 width: 100%;
}

* html .leftmenu li {
 float: left;
 height: 1%;
}
* html .leftmenu a {
 height: 1%;
}
/* End Hacks */










/*/////////// MENU INSTITUCIONAL /////////////*/

.leftmenuInst, .leftmenuInst ul {
	font-size: 11px;
	margin-left: 0px;
	padding: 1px;
	width: 150px;
	list-style: none;
	font-weight: bold;
	color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C4C4C4;
	margin-right: 0;
}

.leftmenuInst ul {
	display: none;
	top: 0;
	border: 1px solid #FFFFFF;
	background-color: #F9F9F9;
}

.leftmenuInst li {
 position: relative;
}


.leftmenuInst a {
	display: block;
	color: #666666;
	text-decoration: none;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 20px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #DBDBDB;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F0F0F0;
	margin-right: 10px;
	background-color: #F7F7F7;
}



.leftmenuInst a:hover, .leftmenuInst a.highlighted:hover, .leftmenuInst a:focus, .leftmenuInst .current_page_item a {
	color: #006699;
	background-color: #F3F3F3;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 25px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #006699;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0;
	margin-right: 10px;
}
.leftmenuInst a.highlighted {
 color: #FFF;
 background-color: #68C;
 border: 1px solid #CDE;
 margin: 0;
}

/*
 If you want per-item background images in your menu items, here's how to do it.
 1) Assign a unique ID tag to each link in your menu, like so: <a id="xyz" href="#">
 2) Copy and paste these next lines for each link you want to have an image:
    .leftmenuInst a#xyz {
      background-image: url(out.gif);
    }
    .leftmenuInst a#xyz:hover, .leftmenuInst a.highlighted#xyz, .leftmenuInst a:focus {
     background-image: url(over.gif);
    }
*/


/* 'subind' submenu indicators, which are automatically prepended to 'A' tag contents. */
.leftmenuInst a .subind {
 float: right;
}

/*
 HACKS: IE/Win:
 A small height on <li> and <a> tags and floating prevents gaps in menu.
 * html affects <=IE6 and *:first-child+html affects IE7.
 You may want to move these to browser-specific style sheets.
*/
*:first-child+html .leftmenuInst li {
 float: left;
 width: 100%;
}

* html .leftmenuInst li {
 float: left;
 height: 1%;
}
* html .leftmenuInst a {
 height: 1%;
}
/* End Hacks */

