
  
/* =HEADER----------------------------------------------- */
#header #main-nav {
	width: 700px;
	height: 33px;
	overflow: visible;
}
#header #corp-nav {
	width: 325px;
	height: 89px;
	position: absolute;
	top: 0;
	right: 1px;
	text-align: right;
	color: #ccc;
	border-right: 1px solid #cccccc;
	
}

#header #main-nav .first-item {
	margin: 0 0 0 3px;
}

#header #main-nav a {
	display: block;
	float: left;
}

#header #main-nav a .text {
	display: none;
}

#header #corp-nav .second-row, #header #corp-nav .first-row {
	margin: 5px;
}

#header #corp-nav .second-row a {
	font-weight: bold;
}


#header #main-nav img {
	border: 0;
	margin:0;
}
	
/* ENGLISH NAV */
#header #main-nav a {
	text-decoration:none;
	width:96px;
	height:33px;
}
#header #main-nav a#nav-home{
	background: url("../../images/EN/Nav/Nav_Menu_Home.gif")  no-repeat;
}
#header #main-nav a:hover#nav-home {
	background-position: 0 -33px;
}

#header #main-nav a#nav-replacement{
	background: url("../../images/EN/Nav/Nav_Menu_Replacement.gif") no-repeat;
}
#header #main-nav a:hover#nav-replacement {
	background-position: 0 -33px;
}

#header #main-nav a#nav-terms{
	background: url("../../images/EN/Nav/Nav_Menu_Terms.gif") no-repeat;
}
#header #main-nav a:hover#nav-terms {
	background-position: 0 -33px;
}

#header #main-nav a#nav-status{
	background: url("../../images/EN/Nav/Nav_Menu_ChkStatus.gif") no-repeat;
}
#header #main-nav a:hover#nav-status {
	background-position: 0 -33px;
}

#header #main-nav a#nav-contact{
	background: url("../../images/EN/Nav/Nav_Menu_Contact.gif") no-repeat;
}
#header #main-nav a:hover#nav-contact {
	background-position: 0 -33px;
}

#header #main-nav a#nav-help{
	background: url("../../images/EN/Nav/Nav_Menu_Help.gif") no-repeat;
}
#header #main-nav a:hover#nav-help {
	background-position: 0 -33px;
}

#header #main-nav #nav-filler{
	width:117px;
	_width:130px;
	height:33px;
	background: url("../../images/EN/Nav/Nav_Menu_Filler.gif") repeat-x;
}

