/* Start of CMSMS style sheet 'Navigation: Simple - Horizontal' */
/********************
MENU
*********************/

/* hack for Internet Explorer */
* html div#menu_horiz {
   /* hide ie/mac \*/
   height: 1%;
   /* end hide */
}

/* 
background-color for the entire menu row, 
covering 100% of the width and text center-aligned 
*/
div#menu_horiz   { background-image: url("images/fond_menu.gif"); background-repeat: repeat-x; margin: 0; width: 100%; height: 45px }

/* 
the menu ul box has top and left border, 
right border is provided by the li elements 
*/
div#menu_horiz ul  { margin: 0 0 0 20px; padding: 0; height: 45px; }


/* menu list items */
div#menu_horiz li   { list-style: none; margin: 0; float: left; border-right: 1px solid #fff ;-width: 240px; }


/* the links, that is each list item */
div#menu_horiz a   { color: #fff; font-size: 1.1em; font-variant: small-caps; font-weight: bold; text-decoration: none; display: block; margin: 0; padding: 0.6em 1em 0.6em 1em; height: 15px }


/* hover state for links */
div#menu_horiz li a:hover  { color: #fff; background-color: #360 }
div#menu_horiz a.activeparent:hover  { color: #556b2f; background-color: #fff }

/* active parent, that is the first-level parent of a child page that is the current page */
div#menu_horiz li.activeparent a  { color: #360; font-size: 1.2em; font-variant: small-caps; text-decoration: none; background: #fff ; display: block; margin: 0; padding: 0.5em 1em 0.6em 1em; height: 25px; border-top: 1px solid #693; border-right: 1px solid #693; border-left: 1px solid #693 }

div#menu_horiz h3  { color: #360; font-size: 1.2em; font-variant: small-caps; text-decoration: none; background: #fff ; display: block; margin: 0; padding: 0.5em 1em 0.6em 1em; height: 25px; border-top: 1px solid #693; border-right: 1px solid #693; border-left: 1px solid #693 }

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

