
/* NAVIGATION */

#navigation {
  float:       left;
  color:       black;
  padding:     20px 0px 0px 0px;
  width:       190px;
  overflow:    hidden;

  border-left: 1px solid #d1dced; 
  border-right: 1px solid #d1dced; 
  background: #EDEDEE;

  line-height: 185%;
}

#navigation ul { 
  list-style: none;
  margin: 0px;
  padding: 0px;
}

#navigation a { 
  width:    100%;
  display:  block;
  color:    #336;
}

#navigation .nav_0 a {
  padding-left:10px;
}
#navigation .nav_0 > li {
  border-bottom: 1px solid white;
  margin-bottom:5px;
  padding-bottom:5px;
}

#navigation .nav_1 a {
  padding-left:20px;
}
#navigation .nav_1 .active{
  background:#ccc;
}

#navigation .nav_2 li a {
  padding-left:30px;
}
#navigation .nav_2 .active{
  background:#ccc;
}

#navigation .nav_3 {
  margin-left:10px;
}

#navigation .active_parent {
  font-weight:bold;
}

#navigation .active {
  font-weight:bold;
}

li.divider {
  border-bottom:2px solid #4a6aa2 !important;
}

li.info_icon {
  background-image: url(img/info_icon.png);
  background-position: 12px top;
  background-repeat: no-repeat;
}
