/* Start of CMSMS style sheet 'daufogpede - Navigation: 2 level - Horizontal' */
/********************
MENU
*********************/

/* hack for Internet Explorer */
* html div#menu_horiz {
   /* hide ie/mac \*/
   height: 1%;
   /* end hide */
}

/* 
background-color for the entire menu row, 
covering 100% of the width and text center-aligned 
*/
div#menu_horiz {
   position:relative;
   text-transform: uppercase;
   font-size: 11px;
   width: 100%;
   margin: 10px 0 0 60px;
   z-index:400;
}

/* 
the menu ul box has top and left border, 
right border is provided by the li elements 
*/
div#menu_horiz ul {
   float: right;
   margin: 0 74px 0 0;
   height:2.2em;
}


/* menu list items */
div#menu_horiz li {  
   float: left;  /* makes the list horizontal */
   list-style: none; /* hides the list bullet */ 
}


/* the links, that is each list item */
div#menu_horiz a {
   padding: 4px 14px;/* padding inside the list item box */
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   display: block; /* IE has problems with this, fixed above */
   color: #4c3327;
}


#primary-nav li li a { 
   background-color: white;
   
}

#primary-nav li li a.menuactive { 
  color: #777777; 
  
}

#primary-nav li a.menuactive { 
   color: #777777; 
}

/* 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;
   top: auto; 
   display: none;    
}
	
/* 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.menuparenth { 
/* arrow for menuparents */
   background-position: center right; 
   background-repeat: no-repeat; 
}

/* Styling the apperance of menu items on hover */
#primary-nav li a:hover, 
#primary-nav li a.menuh, 
#primary-nav li a.menuparenth, 
#primary-nav li a.menuactiveh { 
   color: #777777; 
}


/* 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; 
}


/* IE Hacks */
#primary-nav li li { 
   float: left; 
   clear: both; 
   width: 117px;
}

#primary-nav li li a { 
   height: 1%;
   padding: 6px 10px 6px 16px; 
}


/* End of 'daufogpede - Navigation: 2 level - Horizontal' */

