
/* NAVIGATION */

#navigation{ 
  float:       left;
  xbackground:  #1a3876;
  background:  #2e2e2e;
  xcolor:       #fff;
  color:       #ffffff;
  padding:     0em;
  width:       190px;
  overflow:    hidden;
}

#navigation ul{ 
  list-style:     none;
  padding-left:   0em;
  padding-bottom: .5em;
  margin:         0em;
}

#navigation ul li ul{ 
  list-style:     none;
  padding-left:   1em;
  padding-bottom: .5em;
  margin:         0em;
}

#navigation #navlist a{ 
  xborder-bottom: 1px solid #39659C;
  border-bottom: 1px solid #5a6466;
  width:    100%;
  display:  block;
  padding:  .2em 0em .2em 1em;
  xcolor:    #A4B2D5;
  color:#FFFFFF ;
  xfont-weight: bold;
  text-decoration: none;
}
#navigation #navlist a.active, #navlist a.active a{ 
  background: #3b3b3b;
  color:#FFFFFF !important;
  font-weight: bold;
}

#navigation #navlist a.active_child{ 
  background: #3b3b3b;
}

#nav_sponsor {
  color: #999;
  margin-top:0px;
}

#navigation #navlist a:hover{ 
 text-decoration: none;
  font-weight: bold;
}

/* NAVIGATION TOP */
#navigation_top_li_filler{ 
  height: .8em;
  border-bottom: 1px solid #39659C;
}
#navigation_top a.active{ 
  color: #336699;
}
#navigation_top a:hover{ 
  text-decoration: none;
}

/* LEVEL 0 */
#navigation .ul_level_0{ 
  background:   #183873;
  padding-left: 0em;
}

#navigation .leftnav_level_0 a.active2{ 
  background:   #20488B;
  color: #fff;
}

#navigation a.level_0_active { 
  color:        #EEEEF6 !important;
  background:   #20488B;
}
#navigation .ul_level_0 li{ 
  border-bottom: 1px solid  #39659C;
}

/* LEVEL 1 */
#navigation .ul_level_1{ 
  background: #20488B;
}

#navigation .leftnav_level_1 a.active2{ 
  background:  #39659C;
  color: #fff !important;
}
#navigation .ul_level_1 a{ 
  border-bottom: 1px solid  #39659C;
  font-weight: normal !important; /* override font */
}

#navigation a.level_1_active { 
  color: #FFF;
}

#navigation .ul_level_1 li{ 
  border-bottom: none;
}

/* LEVEL 2 */
#navigation .ul_level_2{ 
  background:    #39659C;
}
#navigation .leftnav_level_2 a.active2{ 
  background:    #5285BD;
  color:         #fff;
}
#navigation .ul_level_2 a{ 
  border-bottom: 1px solid #5285BD;
}

#navigation a.level_2_active { 
  color: white;
}

/* level 3 */
#navigation .ul_level_3{ 
  background:    #5285BD;
}
#navigation .leftnav_level_3 a.active2{ 
  background:    #83AACD;
  color:         #fff;
}
#navigation .ul_level_3 a{ 
  border-bottom: 1px solid  #83AACD;
}

