
/* Links inside the menu */
.menulist a:link {

 color: #fff;
 line-height:20px;
 }

/* Lit  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.menulist a:hover{

 color: #fff;
 line-height:20px;
}

.menulist a:visited{

 color: #fff;
line-height:20px;
}


