.leftNav
{
   position: absolute;
   top: 80px;
   left: 5px;
   width: 130px;
   background: #33CCCC;
   margin: 0;
   font-family: Arial, sans-serif;
   font-size: 8pt;
}

.leftNav ul
{
   text-align: left;
   list-style-type: none;
   padding: 0;
   margin: 0;
}

.leftNav ul li a, .leftNav ul li .current
{
   display: block;
#   width: 100%;
   width: 105px;
   padding: .3em .8em;
   margin: 0;
   margin-bottom: 1;
   border-width: 3px;
   border-style: solid;
}

.leftNav ul li .current
{
   border-color: #fff #aaab9c #ccc #fff;
   background: #f0e7d7;
   color: #800000;
   font-weight: bold;
}

.leftNav ul li a
{
   font-weight: normal;
   color: blue;
   background: #f7f2ea;
   border-color: #fff #aaab9c #ccc #fff;
}

.leftNav ul li a:hover
{
   font-weight: bold;
   color: red;
   background: #f0e7d7;
   border-color: #aaab9c #fff #fff #ccc;
}



