﻿
.activeMenuItem{
    /*background-color:forestgreen !important;*/
    border:3px solid yellow !important;
}



.highlightLinks, .highlightTitles{
    color:aqua !important;
    text-decoration:underline !important;
}

.accessibility_zoomin{
    zoom:2; /* all browsers */
    -moz-transform: scale(2);  /* Firefox */
}

.grayscaleOnHover:hover{
    /*background-color:darkgrey !important;*/  /*not wworking in accessibility menu*/
    opacity:0.7 !important;
}

.contrastOnHover:hover{
    opacity:0.7 !important;
    /*background-color:forestgreen !important;*/
}


