﻿.csslnkStyle
{
    color:Navy
}

.csslnkStyle:visited
{
    color: #CD6600;
}

#menu .item
{
    /*Background points to a handler that looks for the key set in the 
    Appsettings in the web.config file and keeps the images from flickering
    when you hover over the image*/
    background-image: url('../flickerFix/flickerFix.ashx?key=NFMSbtn');
    background-repeat: no-repeat;
}

#menu .itemHover
{
    background-image: url('../flickerFix/flickerFix.ashx?key=NFMSbtnChange');
    background-repeat: no-repeat;
}

#menu .item a
{
  background: transparent;
  display: block;
}


#menuTP .item
{
    /*Background points to a handler that looks for the key set in the 
    Appsettings in the web.config file and keeps the images from flickering
    when you hover over the image*/
    background-image: url('../flickerFix/flickerFix.ashx?key=ctpbtn');
    background-repeat: no-repeat;
}

#menuTP .itemHover
{
    background-image: url('../flickerFix/flickerFix.ashx?key=ctpbtnChange');
    background-repeat: no-repeat;
}

#menuTP .item a
{
  background: transparent;
  display: block;
}

