/* Start of CMSMS style sheet 'Navigation: CSS Sous-menu - Horizontal' */
/* Horizontal menu for the CMS CSS Menu Module */
/* by Alexander Endresen */

#sous_menu_horizontal {
   margin-left: 1px;
   margin-right: 1px;
   color:#fff;
}

/* The wrapper clears the floating elements of the menu */

/* Fix for Opera 8 */
.clearb { clear: both; }

#menuwrapper2 { 
   width: 100%;
   font-weight:normal;
   margin:0 auto;
}

/* Set the width of the menu elements at second level. Leaving first level flexible. */
#primary-nav2 li li { 
   width: 200px; 
   font-weight:normal;
}

/* Unless you know what you do, do not touch this */ 

#primary-nav2, #primary-nav2 ul { 
   list-style: none; 
   margin: 0px; 
   padding: 0px; 
}
#primary-nav2 ul { 
   position: absolute; 
   top: auto; 
   display: none; 
}
#primary-nav2 ul ul { 
   margin-top: 1px;
   margin-left: -1px;
   left: 100%; 
   top: 0px; 
}
	
#primary-nav2 li { 
   margin-left: -1px;
   float: left;
   padding:0px 5px 0px 5px;
   background : url(images/template/puce_off.png) no-repeat left;
}
#primary-nav2 li li { 
   margin-left: 0px;
   margin-top: -1px;
   float: none; 
   position: relative; 
}

/* Styling the basic apperance of the menu elements */
#primary-nav2 a { 
   display: block; 
   margin: 0px; 
   padding: 5px 10px; 
   text-decoration: none; 
   color: #fff;
   font-weight:bold;
}

#primary-nav2 a:hover {
   color:#e2001a;
   font-weight:bold;
}

#primary-nav2 li a { 
   /*border-right: 1px solid #C0C0C0;
   border-left: 1px solid #C0C0C0;*/
}

#primary-nav2 li:hover { 
   background : url(images/template/puce_on.png) no-repeat left;
}

#primary-nav2 li li a { 
   /*border: 1px solid #C0C0C0;*/
}	

#primary-nav2 li, #primary-nav2 li.menuparent { 
   /*background-color: #ececec; */
}

/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */

#primary-nav2 li.menuactive2 { 
   /*background-color: #C7C7C7; */   
   background : url(images/template/puce_on.png) no-repeat left;
}

#primary-nav2 li.menuactive2 a.menuactive2 { 
   /*background-color: #C7C7C7; */
   color:#e2001a;
}

/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */
#primary-nav2 ul li.menuparent, 
#primary-nav2 ul li.menuparent:hover, 
#primary-nav2 ul li.menuparenth { 
/* arrow for menuparents */
  /* background-image: url(images/cms/arrow.gif); 
   background-position: center right; 
   background-repeat: no-repeat; */
}


/* Styling the apperance of menu items on hover */

#primary-nav2 li:hover{
  font-weight:bold;
}

#primary-nav2 li.menuh, 
#primary-nav2 li.menuparenth, 
#primary-nav2 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-nav2 li:hover ul ul, 
#primary-nav2 li.menuparenth ul ul ul,
for fourth level 
*/
#primary-nav2 ul, 
#primary-nav2 li:hover ul, 
#primary-nav2 li:hover ul ul, 
#primary-nav2 li.menuparenth ul, 
#primary-nav2 li.menuparenth ul ul { 
   display: none; 
}

/* add 
#primary-nav2 ul ul ul li:hover ul, 
#primary-nav2 ul ul ul li.menuparenth ul,
for fourth level
*/
#primary-nav2 li:hover ul, 
#primary-nav2 ul li:hover ul, 
#primary-nav2 ul ul li:hover ul, 
#primary-nav2 li.menuparenth ul, 
#primary-nav2 ul li.menuparenth ul, 
#primary-nav2 ul ul li.menuparenth ul { 
   display: block; 
}


/* IE Hacks */
#primary-nav2 li li { 
   float: left; 
   clear: both; 
}
#primary-nav2 li li a { 
   height: 1%; 
}
/* End of 'Navigation: CSS Sous-menu - Horizontal' */

