/* Menu */
/* Menu */
#menu {
	width:960px;
	height:28px;
	background:url('images/bg_menu.gif') repeat-x top left;
	float:left;
	font:bold 11px verdana,serif;

	}
	
#menu ul {padding:6px 0 1px 17px; margin:0}
#menu li {display:inline; list-style:none; margin:10 16px 0 0; font:bold 12px verdana,serif}
#menu ul li a:link, #menu ul li a:visited {padding:15px 7px; text-decoration:none; color:#999999;}
#menu ul li a:hover, #menu ul li a#active, #menu ul li a:active { text-decoration:none}


img, div { behavior: url(iepngfix.htc) }




#nav a#navHome  {
	width:56px;
	height:34px;
	background: url('images/btn_nav_r1_c1.png') top left no-repeat;
}

#nav a#navCorporate {
	width:89px;
	height:34px;
	background: url('/images/menu/nav_corporate_1.png') top left no-repeat;
}

#nav a#navProducts {
	width:83px;
	height:34px;
	background: url('/images/menu/nav_products_1.png') top left no-repeat;
}		

#nav a#navCustomerSupport {
	width:76px;
	height:34px;
	background: url('/images/menu/nav_support_1.png') top left no-repeat;
}		

#nav a#navShop {
	width:57px;
	height:34px;
	background: url('/images/menu/nav_store_1.png') top left no-repeat;
}		

#nav a#navContactUs {
	width:90px;
	height:34px;
	background: url('/images/menu/nav_contactus_1.png') top left no-repeat;
}		

#nav a#navHome:hover img {
	background: url('/images/menu/nav_home-over_1.png') top left no-repeat;
}

#nav a#navCorporate:hover img {
	background: url('/images/menu/nav_corporate-over_1.png') top left no-repeat;
}

#nav a#navProducts:hover img {
	background: url('/images/menu/nav_products-over_1.png') top left no-repeat;
}		

#nav a#navCustomerSupport:hover img {
	background: url('/images/menu/nav_support-over_1.png') top left no-repeat;
}		

#nav a#navShop:hover img {
	background: url('/images/menu/nav_store-over_1.png') top left no-repeat;
}		

#nav a#navContactUs:hover img {
	background: url('/images/menu/nav_contactus-over_1.png') top left no-repeat;
}	

#nav a#navHome.highlighted img {
	background: url('/images/menu/nav_home-over_1.png') top left no-repeat;
}

#nav a#navCorporate.highlighted img {
	background: url('/images/menu/nav_corporate-over_1.png') top left no-repeat;
}

#nav a#navProducts.highlighted img {
	background: url('/images/menu/nav_products-over_1.png') top left no-repeat;
}		

#nav a#navCustomerSupport.highlighted img {
	background: url('/images/menu/nav_support-over_1.png') top left no-repeat;
}		

#nav a#navShop.highlighted img {
	background: url('/images/menu/nav_store-over_1.png') top left no-repeat;
}		

#nav a#navContactUs.highlighted img {
	background: url('/images/menu/nav_contactus-over_1.png') top left no-repeat;
}

#iframeBehindMenu {
	z-index:1;
	position:absolute;
	display:none;
	filter:alpha(opacity:0);
}

/* Support for the "iehover-fix.js" */

* html ul.nav iframe {
	position: absolute;
	/* account for the border */
	left: -0.25em;
	top: -0.25em;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}

/* this is for IE 5.0
select.hide { visibility: hidden; }

/* End Support for the "iehover-fix.js" */
