/* Start of CMSMS style sheet 'menu-horizontal-fapecafes' */
/* Horizontal menu for the CMS CSS Menu Module */
/* by Alexander Endresen */

#menu_vert {
   margin-left: 1px;
   margin-right: 0px;
   float: right;
}

/* The wrapper clears the floating elements of the menu */

/* Fix for Opera 8 */
.clearb { clear: both; }
#menuwrapper { 
   /* Fix for Opera 8 */ 
   /*   overflow: hidden;  */ 
/*   background-color: #ECECEC; 
   border-bottom: 1px solid #C0C0C0;*/
   width: 100%;
}

/* Set the width of the menu elements at second level. Leaving first level flexible. */
#primary-nav li li { 
   width: 150px;
   margin:0px;
   padding: 0px;
   height: 24px;
}


/* Unless you know what you do, do not touch this */ 
#primary-nav, #primary-nav ul { 
   list-style: none; 
   margin: 0px; 
   padding: 0px; 
}
#primary-nav ul { 
   position: absolute; 
   top: auto; 
   display: none; 
}
#primary-nav ul ul { 
   margin-top: 1px;
   margin-left: -1px;
   left: 100%; 
   top: 0px; 
}
	
#primary-nav li { 
   margin-left: 0px;
   float: left; 
}
#primary-nav li li {
   margin: 0px; 
   margin: 0px; 
   float: none; 
   position: relative; 
}

/* Styling the basic apperance of the menu elements */
#primary-nav a { 
   display: block; 
   margin: 0px; 
   padding: 0px; 
   text-decoration: none; 
   color: #ffffff;
   text-align: center;
   font-weight: bold;
}

#primary-nav li a { 
   margin:0px;
   padding: 0px;
   height: 29px;
}

#primary-nav li li a { 
   margin:0px 0px 0px 0px;
   padding: 3px 0px 0px 0px;
   height: 24px;
}

/* Styling the apperance of menu items on hover */
/*
#primary-nav li:hover, 
#primary-nav li.menuh, 
#primary-nav li.menuparenth, 
#primary-nav li.menuactiveh { 
   background-color: #E7AB0B; 
} 
*/


/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */

/* 
just add 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul ul ul,
for fourth level 
*/
#primary-nav ul, 
#primary-nav li:hover ul, 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul, 
#primary-nav li.menuparenth ul ul { 
   display: none; 
}

/* add 
#primary-nav ul ul ul li:hover ul, 
#primary-nav ul ul ul li.menuparenth ul,
for fourth level
*/
#primary-nav li:hover ul, 
#primary-nav ul li:hover ul, 
#primary-nav ul ul li:hover ul, 
#primary-nav li.menuparenth ul, 
#primary-nav ul li.menuparenth ul, 
#primary-nav ul ul li.menuparenth ul { 
   display: block; 
}


/* IE Hacks */
#primary-nav li li { 
   float: left; 
   clear: both; 
}
/*
#primary-nav li li a { 
   height: 1%; 
}*/

.qsomos a{
   background-color: #ECA110;     
}

.qsomos a:hover{
   background-color: #BFA067;
}

.dsustentable a{
   background-color: #FD7D64;
}
.dsustentable a:hover{
  background-color: #FC6142;
}

#cafe a{
	background: #A85A34 URL(imagenes/cafe.gif) no-repeat center;
}
#cafe a:hover{
   background-color: #AF410C;
}

#chifle a{
   background: #A85A34 URL(imagenes/platano.gif) no-repeat center;
}

#chifle a:hover{
   background-color: #AF410C;
}

.proyectos a{
	background-color: #BF5047;
}
.proyectos a:hover{
	background-color: #C13327;
}


/* End of 'menu-horizontal-fapecafes' */

