#header
{
  width: 100%;
  margin: 0;
  padding: 0;
  height: 177px;
  background: none;
}

#subnav
{
  background: url('../gfx/subnav_bg.png') no-repeat top left;
}

#subnav_level1
{

  margin: 0;
  padding: 0 0 0 7px;

  list-style-type: none;
}

#subnav_level1 li
{
  display: inline;
}

#subnav_level1 li a
{
  display: block;
  float: left;
  padding: 12px 10px 12px 10px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #32417a;
  background: none;
  background: url('../gfx/subnav_item_bg.png') top left no-repeat;
  background-position: -232px 0;
}



#subnav_level1 #first a
{
  padding: 12px 8px 12px 12px;
  background: url('../gfx/subnav_first_bg.png') top left no-repeat;
  background-position: -232px 0;
}

#subnav_level1 #first_act a
{
  padding: 12px 8px 12px 12px;
  background: url('../gfx/subnav_first_bg.png') top left no-repeat;
  background-position: 0 0;
  color: white;
}

#subnav_level1 #first a:hover
{
  color: white;
  background-position: 0 0;
}

#subnav_level1 li a:hover
{
  background-position: 0 0;
  color: white;
}

#subnav_level1 #act a
{
  background-position: 0 0;
  color: white;
}

#subnav_level2
{
  clear: both;
  list-style: none;
  margin: 0 11px 0 7px;
  padding: 5px 0 15px ;
  background: url('../gfx/subsubnav_bg.png') bottom left repeat-x;  
}

#subnav_level2 li
{
  display: inline;
}

#subnav_level2 a
{
  margin: 0 9px 0 9px;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #32417a;
}

#subnav_level2 a:hover
{
  text-decoration: underline;
}

#content
{
  clear: both;
}