#header_nav { font-size: 12px; }
#header_nav ul {}
#header_nav li {
  position: relative;
  float: left;

  height: 39px;
  z-index: 1;				/* IE z-index bug */
}
#header_nav a { 
  text-decoration: none;
  color: #ffffff;
	
  padding: 0 8px;
  display: block;
  border-left: 2px solid #82b3d1;
  height: 24px;
  line-height:32px; 
}
#header_nav a.first { border: none; }
#header_nav a:hover { color: #a3bbb5; }
#header_nav a.menu_selected { color: #b3cbc6; }
#header_nav a.drop_selected { color: #3c3f41; }

#header_nav ul ul { 
  display: none;
  position: absolute;
  
  list-style: none;
  margin: 0;
  padding: 0 0 8px 0;
  left: 0px;
  background: #a3bbb5;
  width: 200px;
  top: 39px;
}
#header_nav ul li:hover > ul { display: block; }
#header_nav li li { 
 	height: auto; 
  float: none;
  clear: both;
}
#header_nav li li a { 
  border: none; 
  color: #657a7e; 
  font-weight: bold;
  padding: 0 0 0 10px;
}
#header_nav li li a.menu_selected { color: ; }
#header_nav li li a:hover { color: #ffffff; }

#header_nav ul ul ul { 
  display: block; 
  position: relative;
  padding: 0;
  top: 0px;
}
#header_nav ul ul li:hover > ul { }
#header_nav li li li { }
#header_nav li li li a { 
  font-size: 11px;
  font-weight: normal;
  background: url(../images/grey-right-arrow.gif) no-repeat 24px 12px;
  padding-left: 38px;
}
#header_nav li li li a:hover { background-image: url(../images/white-right-arrow.gif); }
