/* Start of CMSMS style sheet 'menu_vertical_css' */
.titre_page{
	height:24px;
	width:164px;
	padding-top:40px;
	margin-left:4px;
	text-align:center;
	vertical-align:middle;
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#FFF;
	background-image: url(images/menu_courant.gif);
	background-repeat:no-repeat;
	background-position:-4px 0px
	}
	
/* The wrapper clears the floating elements of the menu */

/* Fix for Opera 8 */
.clearb {
	clear: both;
}
#menuwrapper2 {
	/* Fix for Opera 8 */ 
   /*   overflow: hidden;  */ 
  /* background-color: #ECECEC;*/
/*   border-bottom: 1px solid #C0C0C0;*/
	height:27px;
	width: 100%;
	vertical-align:middle;
}
/* Set the width of the menu elements at second level. Leaving first level flexible. */
#secondary-nav li li {
	width: 200px;
}
/* Unless you know what you do, do not touch this */ 
#secondary-nav, #secondary-nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#secondary-nav ul {
	position: absolute;
	top: auto;
	display: none;
}
#secondary-nav ul ul {

}
#secondary-nav li {
	margin-top:2px;
	height:25px;
	width:164px;
	margin-left:4px;
	text-align:center;
	vertical-align:middle;
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#FFF;
	background-image: url(images/sous_menu_18.gif);
	background-repeat:no-repeat;
	background-position:-4px 0px;
	padding-top:10px;
}
#secondary-nav li li {
	margin-left: 0px;
	margin-top: -1px;
	float: none;
	position: relative;
		height:35px;
}
/* Styling the basic apperance of the menu elements */
#secondary-nav a {
	
	text-decoration:none;
	margin-left:4px;
	text-align:center;

	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#FFF;

}
#secondary-nav a:hover {
	color: #F60;
}
#secondary-nav li a {

	text-align:center;
	margin:4px;
	height:35px;
}
#secondary-nav li li a {
	height:35px;
	width:164px;
	margin-left:4px;
	text-align:center;
	vertical-align:middle;
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#FFF;
	background-image: url(images/sous_menu_18.gif);
	background-repeat:no-repeat;
	background-position:-4px 0px
}
#secondary-nav li, #secondary-nav li.menuparent {
/*  background-color: #ececec; */
}
/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */

#secondary-nav li.menuactive {
/*  background-color: #C7C7C7; */
}
/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */
#secondary-nav ul li.menuparent, #secondary-nav ul li.menuparent:hover, #secondary-nav 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 */

#secondary-nav li:hover, #secondary-nav li.menuh, #secondary-nav li.menuparenth, #secondary-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 
#secondary-nav li:hover ul ul, 
#secondary-nav li.menuparenth ul ul ul,
for fourth level 
*/
#secondary-nav ul, #secondary-nav li:hover ul, #secondary-nav li:hover ul ul, #secondary-nav li.menuparenth ul, #secondary-nav li.menuparenth ul ul {
	display: none;
}
/* add 
#secondary-nav ul ul ul li:hover ul, 
#secondary-nav ul ul ul li.menuparenth ul,
for fourth level
*/
#secondary-nav li:hover ul, #secondary-nav ul li:hover ul, #secondary-nav ul ul li:hover ul, #secondary-nav li.menuparenth ul, #secondary-nav ul li.menuparenth ul, #secondary-nav ul ul li.menuparenth ul {
	display: block;
}
/* IE Hacks */
#secondary-nav li li {
	float: left;
	clear: both;
}
#secondary-nav li li a {
	height: 1%;
}

/* End of 'menu_vertical_css' */

