/* Start of CMSMS style sheet 'css_menu_footer' */
/********************
MENU
*********************/

div#menu_footer li.sectionheader {display:none;}

/* 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 {
   width: 78%;
   margin: 20px auto 0 auto;
   background-color: transparent;
}

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


/* menu list items */
div#menu_footer li {
   float: left; /* makes the list horizontal */
   list-style: none; /* hides the list bullet */ 
   margin:  0px 6px;  
   background-color: inherit;
}


/* the links, that is each list item */
div#menu_footer ul li a {
   text-decoration: none !important;
   display: block; /* IE has problems with this, fixed above */
   color: #908d83; border-bottom: none;
}


/* hover state for links */
div#menu_footer li a:hover {
   color: #333;
}
div#menu_footer a.activeparent:hover {
   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: #fff;
}



/* End of 'css_menu_footer' */

