/* Start of CMSMS style sheet 'Navigation: Simple - Horizontal' */
/********************
MENU
*********************/



/* 
background-color for the entire menu row, 
covering 100% of the width and text center-aligned 
*/
div#menu_horiz {
   background: url(images/cms/fondo_menu.gif) repeat-x;
   width: 100%;
 padding: 0.6em 0em 0.7em 0em; /* padding inside the list item box */
}

/* 
the menu ul box has top and left border, 
right border is provided by the li elements 
*/
div#menu_horiz ul {

 text-align:center;
  
}


/* menu list items */
div#menu_horiz li {
padding: 0.6em 0em 0.8em 0em; /* padding inside the list item box */
   display: inline;
   list-style: none; /* hides the list bullet */ 

   background: url(images/cms/separador_menu.gif) no-repeat right;

}


/* the links, that is each list item */

div#menu_horiz a {
padding: 0.6em 2.0em 0.8em 2.2em; /* padding inside the list item box */
   text-decoration: none; /* no underline for links */
   color: #fff;
   display: inline;

}


/* hover state for links */
div#menu_horiz li a:hover {
background: url(images/cms/fondo_menu3.gif) repeat-x ;
  /* font-weight: bold;*/
}

div#menu_horiz a.activeparent:hover {


   
}

/* active parent, that is the first-level parent of a child page that is the current page */
div#menu_horiz li.activeparent a {
 
   color: #fff;
}

div#menu_horiz h3 {

   text-decoration: none; /* no underline for links */
   color: #fff;
   padding: 0.6em 2.0em 0.8em 2.2em; /* padding inside the list item box */
  background: url(images/cms/fondo_menu3.gif) repeat-x ;
display: inline;
   font-size: 100%;                           /* instead of the normal font size for <h3> */
}

/* End of 'Navigation: Simple - Horizontal' */

