#nav_footer li a:hover { 
background-color: #666;
}

/* Horizontal menu for the CMS CSS Menu Module */
/* by Alexander Endresen */


/* Fix for Opera 8 */
.clearb { clear: both; }
#menuwrapper { 
   /* Fix for Opera 8 */ 
   /*   overflow: hidden;  */ 
   background-color: #33312E;
   border-top: 1px solid #333;
   border-bottom: 1px solid #333;
   width: 100%;
}

/* Set the width of the menu elements at second level. Leaving first level flexible. */
#nav_footer li li { 
   width: 200px; 
}

#nav_footer {
float: left;
}

/* Unless you know what you do, do not touch this */ 
#nav_footer, #nav_footer ul { 
   list-style: none; 
   margin: 0px; 
   padding: 0px; 
}
#nav_footer ul { 
   position: absolute; 
   top: auto; 
   display: none; 

}

#nav_footer ul ul { 
   margin-top: 1px;
   margin-left: -1px;
   left: 100%; 
   top: 0px; 
}
	
#nav_footer li { 
   margin-left: -1px;
   float: left; 
}
#nav_footer li li { 
   margin-left: 0px;
   margin-top: -1px;
   float: none; 
   position: relative; 
}

/* Styling the basic apperance of the menu elements */
#nav_footer a { 
   display: block; 
   margin: 0px; 
   padding: 5px 10px; 
   text-decoration: none; 
   color: white;
}
#nav_footer li a{ 
   border-right: 1px solid #000;
   border-left: 1px solid #000;
}
#nav_footer li li a { 
   border: 1px solid #000;
}	
#nav_footer li, #nav_footer li.menuparent { 
   background-color: #3f3f3f; 
}

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

#nav_footer li.menuactive { 
   background-color: #5d5d5d; 
}


/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */
#nav_footer ul li.menuparent, 
#nav_footer ul li.menuparent:hover, 
#nav_footer 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 */

#nav_footer li:hover, 
#nav_footer li.menuh, 
#nav_footer li.menuparenth, 
#nav_footer li.menuactiveh { 
   background-color: #5d5d5d; 
}


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

/* 
just add 
#nav_footer li:hover ul ul, 
#nav_footer li.menuparenth ul ul ul,
for fourth level 
*/
#nav_footer ul, 
#nav_footer li:hover ul, 
#nav_footer li:hover ul ul, 
#nav_footer li.menuparenth ul, 
#nav_footer li.menuparenth ul ul { 
   display: none; 
}

/* add 
#nav_footer ul ul ul li:hover ul, 
#nav_footer ul ul ul li.menuparenth ul,
for fourth level
*/
#nav_footer li:hover ul, 
#nav_footer ul li:hover ul, 
#nav_footer ul ul li:hover ul, 
#nav_footer li.menuparenth ul, 
#nav_footer ul li.menuparenth ul, 
#nav_footer ul ul li.menuparenth ul { 
   display: block; 
}


/* IE Hacks */
#nav_footer li li { 
   float: left; 
   clear: both; 
}
#nav_footer li li a { 
   height: 1%; 
}
#footerwrapper h1 {
	font-size: 1em;
	text-align: right;
	display: block;
	padding: 5px 10px;
}
#footerwrapper {
	background: #33312E;
}
