/* Start of CMSMS style sheet 'Navigation: EWDR - footer - Horizontal' */
/********************
MENU
*********************/

/* hack for Internet Explorer */
* html div#menu_footer {
   /* 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_footer {
   padding-top: 4px;
   border-bottom: none;
   height: 30px;
}

/* 
the menu ul box has top and left border, 
right border is provided by the li elements 
*/
div#menu_footer ul {
margin: 0;
padding: 0;
padding-bottom: 1em;
}


/* menu list items */
div#menu_footer li {
   float: left; /* makes the list horizontal */
   list-style: none; /* hides the list bullet */ 
   margin: 0 ;
   text-align: center;
}


/* the links, that is each list item */
div#menu_footer a {
   display: block; 
   margin: 0px; 
   text-decoration: none; 
   color: #008595;
   font-size: 0.9em;
   background: #fff;
}

div#menu_footer li a {
   padding: 0.4em 1em; 
   margin-right: 0.4em;
}


/* hover state for links */
div#menu_footer li a:hover {
   background-color: #C3D4DF;
}
div#menu_footer a.activeparent:hover {
   background-color: #C3D4DF;
   color: #18507C;
}

/* active parent, that is the first-level parent of a child page that is the current page */
div#menu_footer li.activeparent a {
   color: #011A44;
   background-color: #eee;
}

div#menu_footer h3 {
   display: block; 
   margin: 0px; 
   text-decoration: none; 
   color: #008595;
   font-size: 0.9em;
   background-color: #C3D4DF;
   padding: 0.4em 1em; 
   margin-right: 0.4em;
}

/* End of 'Navigation: EWDR - footer - Horizontal' */

