/* Start of CMSMS style sheet 'Mas Blanc CSS Menu Haut' */
@charset "utf-8";
/* CSS Document */

/* Horizontal menu for the CMS CSS Menu Module */
/* by Alexander Endresen */

#menu_vert {
	margin-left: 0px;
	margin-right: 0px;
	border-top-width: 2px;
}

/* The wrapper clears the floating elements of the menu */

/* Fix for Opera 8 */
.clearb { clear: both; }

#menuwrapper {
	clear: left;
	width: 100%;
	background-color: #9788b8;
}


/* Unless you know what you do, do not touch this */ 
#primary-nav, #primary-nav ul { 
	list-style: none; 
	margin: 0px; 
	padding: 0px;
}

#primary-nav ul { 
	position: absolute;
	float: left;
	top: auto; 
	display: none;
	z-index: 1000;
	left: auto; /* */
}
#primary-nav ul ul {
	position:absolute; /* */
	left: -1000em; /* */
	margin-top: 0px;
	top:0;
	left:0;
}
	
#primary-nav li { 
	display:block;
	padding: 0 10px 0 10px;
	/* width:150px; */
   float: left; 
   text-align: center;
}

/* Set the width of the menu elements at second level. Leaving first level flexible. */
#primary-nav li li {
	width:150px;
	padding-left:15px;
	padding-right:30px;
   	background-color: #9788b8;
	background-image: none;
	margin-left:-1px;
	margin-right:0px;
   position: relative;
   	top:0;
	left:0;
}


/* IE Hacks */
#primary-nav li li { 
   float: left; 
   clear: both; 
}
#primary-nav li li a { 
   height: 1%; 
}
/* End IE Hacks */


#primary-nav li.separator,
#primary-nav li.separator:hover,
#primary-nav li.separatorh:hover {
	background-image: url(images/menu-separator.gif);
	width: 29px;
	height: 29px;
	margin: 0px 20px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	float: left;
}


/* Styling the basic apperance of the menu elements */
#primary-nav a {
	display: block;
	text-decoration: none;
	color: #fff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight:bold;
	margin: 0px;
	padding-top: 7px;
	padding-bottom: 8px;
}



#primary-nav li li a {
	text-align: left;
	color: #fff;
}


#primary-nav li, #primary-nav li.menuparent {
/*	background-image: url(http://localhost/moulin-du-calanquet.fr/www/images/fond-menu-haut.gif);
	background-position:left;
	background-repeat:repeat-x; */
}

#primary-nav li:hover
{
	background-image:none;
	background-color: #4c3384;
}

/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */

#primary-nav li.menuactive { 
   background-color: #4c3384;
   font-weight: bold;
   background-image: none;
}




/* Styling the apperance of menu items on hover */

#primary-nav li:hover, 
#primary-nav li.menuh, 
#primary-nav li.menuparenth, 
#primary-nav li.menuactiveh {
	background-color: #4c3384;
}


/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */

/* 
just add 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul ul ul,
for fourth level 
*/
#primary-nav ul, 
#primary-nav li:hover ul, 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul, 
#primary-nav li.menuparenth ul ul { 
   /* display: none; */
}

/* add 
#primary-nav ul ul ul li:hover ul, 
#primary-nav ul ul ul li.menuparenth ul,
for fourth level
*/
#primary-nav li:hover ul, 
#primary-nav ul li:hover ul, 
#primary-nav ul ul li:hover ul, 
#primary-nav li.menuparenth ul, 
#primary-nav ul li.menuparenth ul, 
#primary-nav ul ul li.menuparenth ul { 
   display: block; 
}
/* End of 'Mas Blanc CSS Menu Haut' */

