a.nav .button
{
 width:100px;
 height:19px;
 display:block;
 float:left;
 text-align:center;
 font-size:13px;
 font-weight: normal;
 color:#000000;
 background-color:#f4090c;
 text-decoration:none;
 font-family:verdana, arial, sans-serif;
 line-height:19px;
 overflow:hidden;
}

a.nav:hover .button
{
 background:#FFF;
 color:#000;
 cursor:pointer;
 display:block;
 width:98px;
 height:17px;
 cursor:hand;
 border: 1px solid #f4090c;
}


