/* Start of CMSMS style sheet 'footer_menu' */
/********************
MENU
*********************/
span {
margin:0;
padding:0;
}
/* hack for Internet Explorer */
* html .footer_menu {
   /* hide ie/mac \*/
   height: 1%;
   /* end hide */
}

.footer_menu {
margin:0px;
font-family: arial;
font-weight: bold;
font-size: 1em;
}

.footer_menu ul {

}

.footer_menu li {
   float: left;
   list-style: none; 
}

.footer_menu a {
   padding-right: 10px; 
   text-decoration: none; 
   color: #01589B;
   display: block; 
}

.footer_menu li a:hover {
   background-color: #C3D4DF;
}

.footer_menu a.activeparent:hover {
   background-color: #C3D4DF;
   color: #18507C;
}

.footer_menu li.currentpage {
   padding-right: 10px; /* padding inside the list item box */

}

.footer_menu li.activeparent a {
   background: #385C72 url(images/cms/arrow-down.gif) no-repeat 0.4em center; 
   color: #fff;
}

.footer_menu h3 {

   text-decoration: none; 
   color: #fff;
   background: #385C72 url(images/cms/arrow-right-active.gif) no-repeat 0.4em center; ;
   display: block; 
   font-size: 1em;
}
/* End of 'footer_menu' */

