/* This module-header.css is ment for styling the articles in the header of website "Beheer Trammelant */

/*Styling module footer menu*/
div.moduletable.footermenu ul,
div.moduletable.footermenu ul li,
div.moduletable.footermenu ul li ul,
div.moduletable.footermenu ul li ul li {
list-style: none;
padding: 0;
margin: 0;
}

div.moduletable.footermenu ul li ul,
div.moduletable.footermenu ul li ul li {
margin:0;
background-color:#1c3055;
}

div.moduletable.footermenu ul li ul {
margin: 0 2%;
}

div.moduletable.footermenu ul li a {
color: #FFFFFF;
padding: 2%;
text-decoration: none;
}

div.moduletable.footermenu ul li a:hover {
text-decoration: none;
color: #FF6600;
background-color:#1c3055;
}

/*Einde styling module footer menu*/