div#header ul {
	margin: 39px 0 0 0;
	padding: 0;
	float: right;
	height: 31px;
}

div#header ul li {
	float: left;
	display: block;
	list-style: none outside none;
	height: 31px;
	margin: 0;
	padding: 2px 8px 5px 10px;
	background: url('img/topnav_li.gif') no-repeat right 9px;
}

div#header ul li a {
	display: block;
	font: bold 13px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #fff;
	line-height: 23px;
	padding: 0 0 2px 0;
}

div#header ul li a:hover {
	color: #f26522;
}

div#header ul li.sub:hover a {
	margin: -2px -10px -7px -10px;
	line-height: 32px;
	background:  url('img/topnav_a_hover.png') no-repeat 0 0;
}

div#header ul li.sub:hover a span {
	display: block;
	line-height: 27px;
	color: #f26522;
	padding: 0 10px 4px 10px;
	background: url('img/topnav_a_hover_span.png') no-repeat right 0;
}
/*
div#header ul li:hover a, 
div#header ul li.sfHover 
*/
div#header ul li.sel a {
	border-bottom: 4px solid #fff;
}

div#header ul li.last {	padding-right: 0; background: none; }


/* Sub Menu (hidden) */
div#header ul li ul {
  background: url('img/topnav_ul.png') no-repeat;
  margin: 1px 0 0 -10px;
	padding: 10px 0 0 0;
  width: 180px;
  position: absolute;
	left: -999em;
	z-index: 3001 !Important;
}

/* Sub Menu (shown) */
div#header ul li:hover ul,
div#header ul li.sfhover ul { 
	left: auto;
}

/* List 2nd Level */
div#header ul li ul li {
  float: none;
	background: #fff url('img/topnav_ul_li.png') repeat-y;
	height: auto;
	padding: 2px 10px 0 10px !important;
	margin: 0 !important;
}

div#header ul li ul li.last { background: url('img/topnav_ul_li_last.png') no-repeat bottom; padding-bottom: 5px !important;}

/* Anchor 2nd Level */

div#header ul li:hover ul li a, 
div#header ul li.sfhover ul li a {
	font-weight: normal !important;
	line-height: 18px !important;
	display: block;
	width: auto !important;
	padding: 0 !important;
	margin: 0 !important;
	border-bottom: 1px solid #EBEBEB !important;
	background: none !important;
}

div#header ul li:hover ul li.last a,
div#header ul li.sfhover ul li.last a { border-bottom: none !important; }

div#header ul li:hover ul li a span,
div#header ul li.sfhover ul li a span { background: none !important; padding: 0 0 4px 0 !important; line-height: 18px !important; color: #959595 !important; background: #000; }

div#header ul li:hover ul li a:hover span,
div#header ul li.sfhover ul li a:hover span {
	color: #2D6DA3 !important;
}