/* Header */

#header { 
  margin-bottom: 1em;
  background: #bdc9bd /* #455372 */ url("/images/ff_head_bg.gif") bottom left repeat-x;
		position: relative;
		height: 80px; 
		voice-family: inherit;
} #ignored {}

body.sectionStore li#menu_store a {
	background-position: 0% -200px;
	color: #039;
}

#header li {
	display: inline;
	white-space: nowrap;
	float: right;
	background: transparent url("/images/header_tab.gif") 100% -600px no-repeat;
	padding: 0 6px 0 0;
	margin: 0 1px 0 0;
	border-bottom: 1px solid #515358;
}

#header h1 {
position: absolute;
top: 0;
left: 0;
margin: 0;
font-size: 2px;
background: url("/images/header_tl.gif") no-repeat;
height: 8px;
z-index: 100; /* above the UL */
}

#header h1 a {
  display: block;

  width: 240px;
  height: 65px;
  margin: 5px;
  background: transparent url("/images/ff_logo_small.gif") no-repeat;
  text-indent: -700em;
  text-decoration: none;
}
#header ul a {
  text-transform: capitalize;
  float: left;
  display: block;
  padding: 4px 4px 4px 10px;
  background: transparent url("/images/header_tab.gif") 0% -600px no-repeat;
  font-weight: bold;
  font-size: 80%;
  color: #fff;
  text-decoration: none;
}

#header ul {
	width: auto;
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0;
	padding: 0 15px 0 0;
	list-style: none;
        font: 10pt Sans-serif,Verdana;
	background: url("/images/header_br.gif") no-repeat bottom right;
	z-index: 90; /* below the H1 ***/
}

#header ul li#menu_inactive:hover a { 
        background-position: 0% -400px; 
}

#header ul li#menu_inactive:hover { 
        background-position: 100% -400px; 
}

li#menu_active a {
  background-position: 0% -200px;
  color: #039;
}

li#menu_active{
  background-position: 100% -200px;
  border-bottom: 1px solid #fff;
}


/* Top Right corner ***/

div#top_right_corner {
  position: absolute;
  top: 0;
  right: 0;
  padding: 12px 20px 0 0;
  background: url("/images/header_tr.gif") no-repeat top right;
  margin: 0; /* need for IE Mac */
  text-align: right; /* need for IE Mac */
  white-space: nowrap; /* for Opera */
}

