#header dl dd {
	position: relative;
	display: inline;
	float: left;
  z-index: 1000;
}
#header dl dd a:hover {
	color: #d7e2f2;
	text-decoration: none;
}
	
#header dl dd dl {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	visibility: hidden;
}
#header dl dd dl dd {
	position: relative;
	display: inline;
	float: left;
	margin-left: 1px;
}
#header dl dd dl dd a {
	width: 160px;
	color: #96aac8;
	text-decoration: none;
	border: 0px dotted #96aac8;
	border-bottom-width: 1px;
  text-indent: 4px;
  padding: 4px;
  height: 16px;
  background: #1f2379;
  filter: alpha(opacity=90);
	opacity: .9;
}
#header dl dd dl dd a:hover {
  filter: alpha(opacity=95);
	opacity: .95;
  background: #2C32AB;
}