
  /* ------- LEFT COLUMN ---------   */
#leftcol{
 top:3px;
 width:198px;
 float:left;
 position:relative;
  }
.nav {
  top:10px;
  width: 189px;
  padding: 1px 1px 1px 1px;
  margin: 0px 0 0 0;
}
.nav .cats {
  width: 189px;
  height: 18px;
  line-height: 18px;
  background: url(images/nav_cats_bg.gif);
  padding: 0;
  margin: 0;
  color: white;
  font-size: 11px;
  text-indent: 22px;
}
 .nav ul {
  width: 189px;
  padding: 0;
  margin: 0;
  list-style: none;
  /*background-image: url(images/nav_bg.gif);*/
 }
 .nav ul li {
   height: 25px;
   background: url(images/li_bg.gif) bottom repeat-x;
 }
 .nav ul li a {
   height: 25px;
   line-height: 25px;
   width: 189px;
   display: block;
   color: white;
   background: url(images/bullet_left.gif) left no-repeat;
   text-indent: 21px;
   text-decoration: none;
 }
 .nav ul li a:hover {
   background: #3F7E3B;
   color: #cccccc;
 }
