#content 
{
  padding-top: 10px;
  padding-bottom: 20px;
  background: #fff;
  min-height: 300px;
  border-right: 1px solid #e7e7e7;
  border-left: 1px solid #e7e7e7;
}

#content > div 
{
  background: #fff url('images/nav-center.png') repeat-y left top;
  margin-left: 20px;
}

#content .main > div
{
  padding-left: 10px;
  padding-bottom: 10px;
}

ul.offerte-nav
{
  margin-top:24px;
  margin-left: 15px;
  width: 190px;
}

ul.offerte-nav li a:link,
ul.offerte-nav li a:visited
{
  background: #8BC750 url('images/offerte-navBg.png') no-repeat right top;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 39px;
  min-height: 39px;
  height: 39px;
  width: 190px;
  display: block;
  color: #fff;
  text-decoration: none!important;
  text-indent: 10px;
}

ul.offerte-nav li a:hover,
ul.offerte-nav li a:active,
ul.offerte-nav li.current a
{
  background: #8BC750 url('images/offerte-navBg.png') no-repeat right bottom;
}

ul.offerte-nav li.glossario a
{
  background: transparent url('images/arrow-right.png') no-repeat left !important;
  font-size: 14px !important;
  font-weight: bold;
  line-height: 41px;
  height: 33px;
  width: 190px;
  display: block;
  color: #777 !important;
  text-transform: none !important;
  text-decoration: none!important;
  text-indent: 18px !important;
}
ul.offerte-nav li.glossario a:hover,
ul.offerte-nav li.glossario a:active
{
  background: transparent url('images/arrow-right.png') no-repeat left !important;
}