/* Start of CMSMS style sheet 'Musée : Menu' */
/* The wrapper clears the floating elements of the menu */

#menuwrapper {
        }

/* Set the width of the menu elements at second level. Leaving first level flexible. */

#primary-nav li li { 
        width: 200px; 
       }


/* Unless you know what you do, do not touch this */ 

#primary-nav{
        list-style: none; 
	margin: 0px; 
	padding: 0px; }

#primary-nav ul { 
	list-style: none; 
	margin: 0px; 
	padding: 0px; 
	}
#primary-nav ul {
	position: absolute; 
	top: auto; 
	display: none; 
	}
#primary-nav ul ul { 
	margin-top: 1px;
 	margin-left: -1px;
	left: 100%; 
	top: 0px; 
	}
	
#primary-nav li { 
	margin-left: -1px;
	float: left; 
	}
#primary-nav li li { 
	margin-left: 0px;
	margin-top: -1px;
	float: none; 
	position: relative; 
	}

/* Styling the basic apperance of the menu elements */


#primary-nav a { 
	background-color: #eee7d7;
	display: block; 
	padding: 4px 10px; 
	text-decoration: none; 
	}
#primary-nav li a {
	border-left: 1px solid #c7967f;
	}
#primary-nav li li a { 
      /*  background: url(uploads/wireframe1colwnews/blue.jpg);*/
	border: 1px solid #e6e6e6;
       	}	
#primary-nav li{
 /*ackground: url(uploads/wireframe1colwnews/grey.jpg); */
        }

#primary-nav li.menuparent { 
/*ackground: url(uploads/wireframe1colwnews/grey.jpg); */
	}

/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */

#primary-nav li.menuactive { 
/*ackground: url(uploads/wireframe1colwnews/grey.jpg); */
	}


/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */

#primary-nav ul li .menuparent, #primary-nav ul li .menuparent :hover, #primary-nav ul li .menuparent { 
	background-image: url(uploads/wireframe1colwnews/arrow.gif); 
	background-position: center right; 
	background-repeat: no-repeat;
/*ackground: url(uploads/wireframe1colwnews/grey.jpg); */
	}

/* Styling the apperance of menu items on hover */

#primary-nav li:hover, #primary-nav li.menuh, #primary-nav li.menuparenth, #primary-nav li.menuactiveh { /*ackground: url(uploads/wireframe1colwnews/grey.jpg); */
	}


/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */

#primary-nav ul, #primary-nav li:hover ul, #primary-nav li:hover ul ul, #primary-nav li:hover ul ul ul, 
#primary-nav li.menuparenth ul, #primary-nav li.menuparenth ul ul, #primary-nav li.menuparenth ul ul ul { 
	display: none; 
	}
#primary-nav li:hover ul, #primary-nav ul li:hover ul, #primary-nav ul ul li:hover ul, #primary-nav ul ul ul li:hover ul,
#primary-nav li.menuparenth ul, #primary-nav ul li.menuparenth ul, #primary-nav ul ul li.menuparenth ul, #primary-nav ul ul ul li.menuparenth ul { 
	display: block; 
	}


/* IE Hacks */

#primary-nav li li { 
	float: left; 
	clear: both; 
	}
#primary-nav li li a { 
	height: 1%; 
	}

/* customization */
div#menu_horiz{
  width:100%;
  margin: 0px auto;
  padding: 3px 0px 3px 0;
  background-color: #eee7d7;
  background-image: url("uploads/images/web/bg-menu.png");
  background-repeat: repeat-y;
}

div#wrapper{
  height: 20px;
  padding:  0;
  background-image: none;
}

div#menuwrapper{
  margin:0px;
  padding:0px 0 0 240px;
  background-image: none;
}

#menu_horiz
  a,
  a:link, 
  a:active,
  a:visited {
    color: #333333;
    text-decoration: none;
}

#menu_horiz
  a:hover {
    color: #983418;
    background-color: #B6C0A9;
    text-decoration: underline;
}

.menuparent{
/* look ugly if hover is used
  background: url(uploads/images/menu-button-bg.png);
  background-repeat: no-repeat;
 */
}
/* End of 'Musée : Menu' */

