/* Start of CMSMS style sheet 'v21avr : FatFootMenu' */
#footer ul {
/*--V1
   width:450px;
   margin: 10px 0 0 250px;   
   padding: 0px;
   list-style: none;
   font-size:10px;
*/
  float: right;
  font-size: 10px;
  list-style: none outside none;
  padding: 0;
  /*text-align: right;*/
  vertical-align: middle;
}

#footer ul li {
    color:#FFF;
    float:left;
    list-style: none;
    margin: 5px 0px 0px 30px;
    padding:0;
}

#footer ul li a {
/*--V1
   display:block;
    margin:0;
   padding:0;
   color:#FFF;
*/
  color: #000;
  display: block;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

#footer ul li a.ent {
  background-image: url("uploads/v21avr/201401/a_ent.png");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  padding: 0 25px 0 0;
  color: #A41D23;
  font-weight: bold;
}


#footer ul li.currentpage {
    color:#f39400;
    text-decoration:underline;
    float:left;
    margin: 5px 0px 0px 30px;
    padding:0;
}

#footer ul li.currentpage h3 span{
/* this will make the "a" link a solid shape */
   display:block;
    margin:0;
   padding: 0px 0px 6px 2px;
   color:#f39400;
   font-size:10px;
}

#footer ul li.parent {
/* remove any default bullets, image used for consistency */
    color:#FFF;
/* float left to set first level li items across the top */
    float:left;
    list-style: square;
/* a little margin at top */
    margin: 5px 0px 0px 30px;
/* padding all the way around */
padding:0;
/* you can set your own image here, used for consistency */
}


#footer ul li.parent a.parent {
/* this will make the "a" link a solid shape */
   display:block;
    margin:0;
   padding: 0px 0px 5px 2px;
   color:#FFF;
}

#footer ul li.menuactive{
/* remove any default bullets, image used for consistency */
    color:#f39400;
/* float left to set first level li items across the top */
    float:left;
  list-style: square;
/* a little margin at top */
    margin: 5px 0px 0px 30px;
/* padding all the way around */
    padding:0;
/* you can set your own image here, used for consistency */
  
}

#footer ul li.menuactive a.menuparent {
/* this will make the "a" link a solid shape */
   display:block;
   margin:0;
   padding: 0px 0px 5px 2px;
   color:#f39400;
}

/* fix for IE6 */
* html #footer ul li a {
   margin: 2px 0px 0px;
   padding: 0px 5px 5px 5px;
}

#footer ul li.sectionheader{
display:none;
}

#footer ul li.sectionheader a span {
display:none;
}

/* End of 'v21avr : FatFootMenu' */

