﻿.LeftPanel a.link
{
   display: block;
   background: #0b51ff;
   color: White;
   width: 128px;
   padding: 4px 4px 6px 8px;
   margin: 0px 0px 2px 8px;
}
.LeftPanel a.link:link, .LeftPanel a.link:visited, .LeftPanel a.link:hover, .LeftPanel a.link:active
{
   text-decoration: none;
}
.LeftPanel a.link:hover
{
   background: #c3d8fc;
}
