/* Start of CMSMS style sheet 'Manyooart: Sous menu' */
/* hack for Internet Explorer */
* html div#sous_menu {
   /* hide ie/mac \*/
   height: 1%;
   /* end hide */
}


div#sous_menu
{
font-family:tahoma,verdana,arial;
font-size:10px;
font-weight:normal;
color:#000000;
width:741px;
height:15px;
}

/* 
background-color for the entire menu row, 
covering 100% of the width and text center-aligned 
*/
div#sous_menu {
margin: 0;
}

/* 
the menu ul box has top and left border, 
right border is provided by the li elements 
*/
div#sous_menu ul {
   margin: 0;
   padding: 0;
}


/* menu list items */
div#sous_menu li {
   float: left; /* makes the list horizontal */
   list-style: none; /* hides the list bullet */ 
   margin: 0 ;
}


/* the links, that is each list item */
div#sous_menu a {
   padding-left:10px;
   padding-right:10px;
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #000000;
   display: block; /* IE has problems with this, fixed above */
}


/* hover state for links */
div#sous_menu li a:hover {
   color:#ff9600;
}


/* active parent, that is the first-level parent of a child page that is the current page */
div#sous_menu li.activeparent a {
   color: #ff9600;
}

div#sous_menu a.activeparent {
color: #ff9600;
text-decoration: none;
font-size:10px;
font-weight:bold;
}

div#sous_menu h3 {
    /* padding inside the list item box */
   padding-left:10px;
   padding-right:10px;
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #ff9600;
   font-size:10px;
   font-weight:bold;
}
/* End of 'Manyooart: Sous menu' */

