﻿
div.left-menu
{
  float : left;
  width : 200px;
  margin-right : 5px;
}
div.left-menu *.centerit
{
  text-align : left;
}
#nav-sec
{
  font-size : 14px;
  list-style : none;
  font-weight : bolder;
  margin-left : 10px;

}

#nav-sec li
{
  margin-top : 4px;
}

#nav-sec a
{
  text-decoration : none;
  color : #666;
  display: block;
  padding-left: 14px;
  text-decoration: none;
  font-size: 14px;
  font-weight: bolder;
  background-image: url( ../img/bullet.gif );
  background-position: left 5px;
  background-repeat: no-repeat;
}
div.left-menu-nav
{
  margin-top: 10px;
  margin-bottom : 10px;
}
