#navContainer	{
	float: left;
	text-align:center;
	width:100%;
	clear:both;
	border:1px solid red;
}

#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('/images/dropmenu_bg.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('/images/dropmenu_bottom.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('/images/iepngfix.htc'); 
}

#nav a.navHome  {
	width:56px;
	height:34px;
	background: url('/images/menu/english/nav_home_1.png') top left no-repeat;
}

#nav a.navCorporate {
	width:89px;
	height:34px;
	background: url('/images/menu/english/nav_corporate_1.png') top left no-repeat;
}

#nav a.navProducts {
	width:83px;
	height:34px;
	background: url('/images/menu/english/nav_products_1.png') top left no-repeat;
}		

#nav a.navCustomerSupport {
	width:76px;
	height:34px;
	background: url('/images/menu/english/nav_support-over_1.png') top left no-repeat;
}		

#nav a.navShop {
	width:57px;
	height:34px;
	background: url('/images/menu/english/nav_store_1.png') top left no-repeat;
}		

#nav a.navContactUs {
	width:90px;
	height:34px;
	background: url('/images/menu/english/nav_contactus_1.png') top left no-repeat;
}			

#nav a.navHomeStore {
	width:79px;
	height:34px;
	background: url('/images/menu/english/nav_homestore_1.png') top left no-repeat;
}		

#nav a.navOutletStore {
	width:102px;
	height:34px;
	background: url('/images/menu/english/nav_outletstore_1.png') top left no-repeat;
}		

#nav a.navRegisterProduct {
	width:168px;
	height:34px;
	background: url('/images/menu/english/nav_registerproudct_1.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,
*+html #nav a.navHomeStore:hover img,*+html #nav a.navOutletStore:hover img,*+html #nav a.navRegisterProduct:hover img
{ 
     margin-top:-1px;
     height:35px;
    }
/*ie7.0 hack end*/    
* html #nav a.navHome:hover img 
{}
#nav a.navHome:hover img 
{
	background: url('/images/menu/english/nav_home-over_1.png') top left no-repeat;	
}

#nav a.navCorporate:hover img {
	background: url('/images/menu/english/nav_corporate-over_1.png') top left no-repeat;
}

#nav a.navProducts:hover img {
	background: url('/images/menu/english/nav_products-over_1.png') top left no-repeat;
}		

#nav a.navCustomerSupport:hover img {
	background: url('/images/menu/english/nav_support-over_1.png') top left no-repeat;
}		

#nav a.navShop:hover img {
	background: url('/images/menu/english/nav_store-over_1.png') top left no-repeat;
}		

#nav a.navContactUs:hover img {
	background: url('/images/menu/english/nav_contactus-over_1.png') top left no-repeat;
}			

#nav a.navHomeStore:hover img  {
	background: url('/images/menu/english/nav_homestore-over_1.png') top left no-repeat;
}		

#nav a.navOutletStore:hover img  {
	background: url('/images/menu/english/nav_outletstore-over_1.png') top left no-repeat;
}		

#nav a.navRegisterProduct:hover img  {
	background: url('/images/menu/english/nav_registerproduct-over_1.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,
* html #nav a.navHomeStore:hover img,* html #nav a.navOutletStore:hover img,* html #nav a.navRegisterProduct:hover img
{margin-top:-1px;height:35px;}
/*ie6.0 hack end*/    

#iframeBehindMenu {
	z-index:1;
	position:absolute;
	display:none;
	filter:alpha(opacity:0);
}

#nav img.imgHome
{
    width:56px;
	height:34px;  
}

#nav img.imgCorporate {
	width:89px;
	height:34px;	
}

#nav img.imgProducts {
	width:83px;
	height:34px;	
}		

#nav img.imgSupport {
	width:76px;
	height:34px;	
}		

#nav img.imgStore {
	width:57px;
	height:34px;	
}	

#nav img.imgContact {
	width:90px;
	height:34px;	
}	

#nav img.imgHomeStore {
	width:79px;
	height:34px;	
}		

#nav img.imgOutletStore {
	width:102px;
	height:34px;	
}		

#nav img.imgRegisterProducts {
	width:168px;
	height:34px;	
}		