#navContainer	{
	float: left;
	text-align:center;
	width:100%;
	clear:both;
	border:1px solid red;
}

#nav_101	{
	float: left;
	width: 100%;
	text-align: center;
}
	
#nav_101 ul { /* all lists */
	padding: 0;
	margin: 0 auto;
	list-style: none;
	line-height: 1em;
	width:460px;
}

#nav_101 a {
	display: block;
	width: auto;
	text-decoration:none;
	color:#222D33;
}

#nav_101 li { /* all list items */
	z-index:5;
	float: left;
	width: auto; /* width needed or else Opera goes nuts */
	position:relative;
}

#nav_101 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_101 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_101 li ul li a 	{
	width:158px;
	padding-left:8px;
}

#nav_101 li ul li a:hover 	{
	color:#11779F;
}

#nav_101 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_101 li:hover ul, #nav_101 li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/* Fix for dropdown menus in IE 7.0 */
#nav_101 li:hover, #nav_101 li.hover	{
	position:static;
}

#nav_101 a{
	behavior: url('/images/iepngfix.htc'); 
}

#nav_101 a.navHome_101  {
	width:56px;
	height:34px;
	background: url('/images/menu/english/nav_home_1.png') top left no-repeat;
}

#nav_101 a.navCorporate_101 {
	width:89px;
	height:34px;
	background: url('/images/menu/english/nav_corporate_1.png') top left no-repeat;
}

#nav_101 a.navProducts_101 {
	width:83px;
	height:34px;
	background: url('/images/menu/english/nav_products_1.png') top left no-repeat;
}		

#nav_101 a.navCustomerSupport_101 {
	width:76px;
	height:34px;
	background: url('/images/menu/english/nav_support-over_1.png') top left no-repeat;
}		

#nav_101 a.navShop_101 {
	width:57px;
	height:34px;
	background: url('/images/menu/english/nav_store_1.png') top left no-repeat;
}		

#nav_101 a.navContactUs_101 {
	width:90px;
	height:34px;
	background: url('/images/menu/english/nav_contactus_1.png') top left no-repeat;
}	
/*ie 7.0 hack by liuping 2008 5 14*/	
*+html #nav_101 a.navHome_101:hover img, *+html #nav_101 a.navCorporate_101:hover img,*+html #nav_101 a.navProducts_101:hover img,
*+html #nav_101 a.navCustomerSupport_101:hover img,*+html #nav_101 a.navShop_101:hover img,*+html #nav_101 a.navContactUs_101:hover img
{ 
     margin-top:-1px;
     height:35px;
    }
/*ie7.0 hack end*/    
* html #nav_101 a.navHome_101:hover img 
{}
#nav_101 a.navHome_101:hover img 
{
	background: url('/images/menu/english/nav_home-over_1.png') top left no-repeat;	
}

#nav_101 a.navCorporate_101:hover img {
	background: url('/images/menu/english/nav_corporate-over_1.png') top left no-repeat;
}

#nav_101 a.navProducts_101:hover img {
	background: url('/images/menu/english/nav_products-over_1.png') top left no-repeat;
}		

#nav_101 a.navCustomerSupport_101:hover img {
	background: url('/images/menu/english/nav_support-over_1.png') top left no-repeat;
}		

#nav_101 a.navShop_101:hover img {
	background: url('/images/menu/english/nav_store-over_1.png') top left no-repeat;
}		

#nav_101 a.navContactUs_101:hover img {
	background: url('/images/menu/english/nav_contactus-over_1.png') top left no-repeat;
}	
/*ie 6.0 hack by liuping 2008 5 14*/	
* html #nav_101 a.navHome_101:hover img, * html #nav_101 a.navCorporate_101:hover img,* html #nav_101 a.navProducts_101:hover img,
* html #nav_101 a.navCustomerSupport_101:hover img,*html #nav_101 a.navShop_101:hover img,* html #nav_101 a.navContactUs_101:hover img
{margin-top:-1px;height:35px;}
/*ie6.0 hack end*/    

#iframeBehindMenu {
	z-index:1;
	position:absolute;
	display:none;
	filter:alpha(opacity:0);
}

#nav_101 img.imgHome_101
{
    width:56px;
	height:34px;  
}

#nav_101 img.imgCorporate_101 {
	width:89px;
	height:34px;	
}

#nav_101 img.imgProducts_101 {
	width:83px;
	height:34px;	
}		

#nav_101 img.imgSupport_101 {
	width:76px;
	height:34px;	
}		

#nav_101 img.imgStore_101 {
	width:57px;
	height:34px;	
}	

#nav_101 img.imgContact_101 {
	width:90px;
	height:34px;	
}	