#subtitle
{
  color: #ef3a41;;
}


#subnav a
{
  color: #32417a;
  background: url('../gfx/subnav_vert_wing.png') repeat-x top left; 
  background-position: -232px 0;
}

#subnav a:hover,
#subnav #active a
{
  background-position: 0 0;
  color: #fff;
}


#subnav ul ul a,
#subnav #active ul a,
#subnav #first_act ul a
{
  color: #32417a;	
}

#subnav #active #subactive a,
#subnav #first_act #subactive a,
#subnav #active ul a:hover,
#subnav #first_act ul a:hover
{
  background: #32417a;	
  color: #fff;
}



#subnav #first_act a,
#subnav #first a:hover
{
  background: url('../gfx/subnav_vert_first_wing.png') no-repeat top left;    
  background-position: 0 0;
  color: white;
}

#subnav #first a
{
  background: url('../gfx/subnav_vert_first_wing.png') no-repeat top left;    
  background-position: -232px 0;
}



