/* Start of CMSMS style sheet 'Navigation: Footer' */
/********************
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
*/
div#menu_footer {
   clear: both;
   color: #F7E7C8;
   width: 100%;
   margin: 0 auto;
}

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


/* menu list items */
div#menu_footer ul li {
           display:inline;
        list-style: none;   /* hides the list bullet */ 
}


/* the links, that is each list item */
div#menu_footer a {
   margin: .2em; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #9D586A;
   /*display: block;  IE has problems with this, fixed above */
font-size: 1.em;
}


/* hover state for links */
div#menu_footer  a:hover {
text-decoration:underline;
}

div#menu_footer a.activeparent:hover {
   background-color: #fff;
}

/* active parent, that is the first-level parent of a child page that is the current page */
div#menu_footer li.activeparent a {
   text-decoration: underline;
}

div#menu_footer h3 {
   padding: 1.em .3em;  /* padding inside the list item box */
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   font-size: 1.em;
   color: #F7E7C8;
   font-weight: normal;
   display: block; /* IE has problems with this, fixed above */
}

/* End of 'Navigation: Footer' */

