/* Start of CMSMS style sheet 'theme : footer - vertical' */
/********************
MENU
*********************/

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

/* 
background-color for the entire menu row, 
covering 100% of the width and text center-aligned 
*/
div.footer_vert {
   margin: 0;
}

/* 
the menu ul box has top and left border, 
right border is provided by the li elements 
*/
div.footer_vert ul {
   margin: 0;
   padding: 0;

}


/* menu list items */
div.footer_vert li {
   list-style: none; /* hides the list bullet */
   list-style-position: outside;
   margin: 0 ;
}


/* the links, that is each list item */
div.footer_vert a {
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #ccc;
   display: block; /* IE has problems with this, fixed above */
}


/* hover state for links */
div.footer_vert li a:hover {
   color: #E37222;
   text-decoration:none;
}
div.footer_vert a.activeparent:hover {
   color: #E37222;
}

/* active parent, that is the first-level parent of a child page that is the current page */
div.footer_vert li.activeparent a {
   color: #E37222;
}

div.footer_vert h3 {
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #E37222;
   display: block; /* IE has problems with this, fixed above */
   font-size: 1em;                           /* instead of the normal font size for <h3> */
}

/* End of 'theme : footer - vertical' */

