a.nav:LINK, a.nav:visited {
    font-family:verdana,arial,sans-serif;
    font-size: 15px; 
    display: block;
    width:100px;
    height: 18px;
    font-weight: normal; /*bold;*/
    color: #000;
    /* background-color: #000; */
    text-align: center;
    padding: 5px;
    text-decoration: none;
    /*text-transform: ;*/
    float:left;
    

}
a.nav:hover {
    color: #C2C2C2;
    /* background-color: #FFF; */
}

a.link{
font-size:1.0em;
padding:0px;
height:10px;
color:black;
background:inherit;
text-decoration:none;
font-weight:bold;
}

a.link:hover{
color: #53868B;
}