/* Start of CMSMS style sheet 'Navigation: Menu Footer' */
#menu_footer ul{
padding:0;
margin:0;
padding-top:2px;
height: 30px;
}

#menu_footer ul li{
list-style: none;
display: inline;
}

#menu_footer ul li a{
padding: 2px 1.0em;
text-decoration: none;
float: left;
font-size:10px;
text-transform:uppercase;
color:#FFFFFF;
border-right:1px solid #FFFFFF;
}

#menu_footer ul li a:hover{
/*background-color: #e5e5e5;*/ /*You Can Change This Color*/
text-decoration:underline;
}

#menu_footer li.menuactive a span {
	color: #ffffff;
}
/* active parent, that is the first level parent of a child page that is the current page */
#menu_footer li.menuactive, #menu_footer li.menuactive a:hover {
	color: #ffffff;
}

#menu_footer li.currentpage a span {
	color: #01DF54;
        font-size:10px;
}

/* active parent, that is the first level parent of a child page that is the current page */
#menu_footer li.currentpage , #menu_footer li.currentpage a:hover {
	color: #01DF54;
}
/* End of 'Navigation: Menu Footer' */

