﻿#navContainer	{
	float: left;
	text-align:center;
	width:100%;
	clear:both;
	border:1px solid red;
	height:34px
}

#nav	{
	float: left;
	width: 100%;
	text-align: center;
}
	
#nav ul { /* all lists */
	padding: 0;
	margin: 0 auto;
	list-style: none;
	line-height: 1em;
	width:460px;
}

#nav a {
	display: block;
	width: auto;
	text-decoration:none;
	color:#222D33;
}

#nav li { /* all list items */
	z-index:5;
	float: left;
	width: auto; /* width needed or else Opera goes nuts */
	position:relative;
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 172px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	z-index:1;
}

#nav li ul li {
	display:block;
	clear:both;
	line-height:1.5em;	
	text-align:left;
	width: 172px;
	font-Size:0.8em;
	font-Weight:bold;
	background-image: url('dropmenu.png');
	background-repeat: repeat-y;
}

#nav li ul li a 	{
	width:158px;
	padding-left:8px;
}

#nav li ul li a:hover 	{
	color:#11779F;
}

#nav li ul li.lastItem	{
	background-image: url('dropmenu.png');
	background-repeat : no-repeat;
	background-position: top right;
	width:172px;
	height:15px;
	line-height:8px;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/* Fix for dropdown menus in IE 7.0 */
#nav li:hover, #nav li.hover	{
	position:static;
}

#nav a{
	behavior: url('iepngfix.htc'); 
}

#nav a.navHome  {
	width:56px;
	height:34px;
	background: url('nav_home.png') top left no-repeat;
}

#nav a.navCorporate {
	width:89px;
	height:34px;
	background: url('nav_corp.png') top left no-repeat;
}

#nav a.navProducts {
	width:83px;
	height:34px;
	background: url('nav_prod.png') top left no-repeat;
}		

#nav a.navCustomerSupport {
	width:76px;
	height:34px;
	background: url('nav_supp.png') top left no-repeat;
}		

#nav a.navShop {
	width:57px;
	height:34px;
	background: url('nav_stor.png') top left no-repeat;
}		

#nav a.navContactUs {
	width:90px;
	height:34px;
	background: url('nav_cont.png') top left no-repeat;
}	
/*ie 7.0 hack by liuping 2008 5 14*/	
*+html #nav a.navHome:hover img, *+html #nav a.navCorporate:hover img,*+html #nav a.navProducts:hover img,
*+html #nav a.navCustomerSupport:hover img,*+html #nav a.navShop:hover img,*+html #nav a.navContactUs:hover img
{ 
     margin-top:-1px;
     height:35px;
    }
/*ie7.0 hack end*/    
* html #nav a.navHome:hover img 
{}
#nav a.navHome:hover img 
{
	background: url('nav_homf.png') top left no-repeat;	
}

#nav a.navCorporate:hover img {
	background: url('nav_corq.png') top left no-repeat;
}

#nav a.navProducts:hover img {
	background: url('nav_proe.png') top left no-repeat;
}		

#nav a.navCustomerSupport:hover img {
	background: url('nav_supp.png') top left no-repeat;
}		

#nav a.navShop:hover img {
	background: url('nav_stor.png') top left no-repeat;
}		

#nav a.navContactUs:hover img {
	background: url('nav_conu.png') top left no-repeat;
}	
/*ie 6.0 hack by liuping 2008 5 14*/	
* html #nav a.navHome:hover img, * html #nav a.navCorporate:hover img,* html #nav a.navProducts:hover img,
* html #nav a.navCustomerSupport:hover img,*html #nav a.navShop:hover img,* html #nav a.navContactUs:hover img
{margin-top:-1px;height:35px;}
/*ie6.0 hack end*/    

#iframeBehindMenu {
	z-index:1;
	position:absolute;
	display:none;
	filter:alpha(opacity:0);
}

/* Support for the "iehover-fix.js" */

/** html ul.nav iframe {
	position: absolute;
	left: -0.25em;
	top: -0.25em;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}
*/

/** html ul.nav2 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" */


/* 2nd Level Menu */
/*#nav2	{
	clear:both;
	width:960px;
	height:20px;
	float: left;
	width: 100%;
	text-align: center;
	background-image:url('/images/menu/menu_bg.gif');
}

#nav2 ul	{
	list-style:none;
	width:940px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
}

#nav2 ul li	{
	float:left;
}

#nav2 ul li a	{
	display:block;
	text-decoration:none;
	color:#a0ccd9;
	font-Weight:bold;
	font-Size:0.8em;
	margin-left:8px;
	margin-right:8px;
	line-height:20px;
}

#nav2 a:hover, #nav2 a.highlighted	{
	color:#e2e7ed;
}




#nav2 li ul { 
	position: absolute;
	width: 172px;
	left: -999em; 
	z-index:1;
}

#nav2 li ul li {
	display:block;
	clear:both;
	line-height:1.5em;	
	text-align:left;
	width: 172px;
	font-Size:0.8em;
	font-Weight:bold;
}

#nav2 li ul li a 	{
	width:158px;
	padding-left:8px;
}

#nav2 li ul li a:hover 	{
	color:#11779F;
}

#nav2 li:hover ul, #nav2 li.sfhover ul { 
	left: auto;
}*/

