#navContainer	{
	float: left;
	text-align:center;
	width:100%;
	clear:both;
	border:1px solid red;
}

#nav_7	{
	float: left;
	width: 100%;
	text-align: center;
}
	
#nav_7 ul { /* all lists */
	padding: 0;
	margin: 0 auto;
	list-style: none;
	line-height: 1em;
	width:633px;
}

#nav_7 a {
	display: block;
	width: auto;
	text-decoration:none;
	color:#222D33;
}

#nav_7 li { /* all list items */
	z-index:5;
	float: left;
	width: auto; /* width needed or else Opera goes nuts */
	position:relative;
}

#nav_7 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_7 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_7 li ul li a 	{
	width:158px;
	padding-left:8px;
}

#nav_7 li ul li a:hover 	{
	color:#11779F;
}

#nav_7 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_7 li:hover ul, #nav_7 li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/* Fix for dropdown menus in IE 7.0 */
#nav_7 li:hover, #nav_7 li.hover	{
	position:static;
}

#nav_7 a{
	behavior: url('/images/iepngfix.htc'); 
}

#nav_7 a.navHome_7  {
	width:57px;
	height:34px;
	background: url('/images/menu/spain/home_7.gif') top left no-repeat;
}

#nav_7 a.navCorporate_7 {
	width:194px;
	height:34px;
	background: url('/images/menu/spain/corporate_7.gif') top left no-repeat;
}

#nav_7 a.navProducts_7 {
	width:93px;
	height:34px;
	background: url('/images/menu/spain/products_7.gif') top left no-repeat;
}		

#nav_7 a.navCustomerSupport_7 {
	width:77px;
	height:34px;
	background: url('/images/menu/spain/support_over_7.gif') top left no-repeat;
}		

#nav_7 a.navShop_7 {
	width:121px;
	height:34px;
	background: url('/images/menu/spain/store_7.gif') top left no-repeat;
}		

#nav_7 a.navContactUs_7 {
	width:91px;
	height:34px;
	background: url('/images/menu/spain/contact_7.gif') top left no-repeat;
}	
/*ie 7.0 hack by liuping 2008 5 14*/	
*+html #nav_7 a.navHome_7:hover img, *+html #nav_7 a.navCorporate_7:hover img,*+html #nav_7 a.navProducts_7:hover img,
*+html #nav_7 a.navCustomerSupport_7:hover img,*+html #nav_7 a.navShop_7:hover img,*+html #nav_7 a.navContactUs_7:hover img
{ 
     margin-top:-1px;
     height:35px;
    }
/*ie7.0 hack end*/    
* html #nav_7 a.navHome_7:hover img 
{}
#nav_7 a.navHome_7:hover img 
{
    width:57px;
	height:34px;
	background: url('/images/menu/spain/home_over_7.gif') top left no-repeat;	
}

#nav_7 a.navCorporate_7:hover img 
{
    width:194px;
	height:34px;
	background: url('/images/menu/spain/corporate_over_7.gif') top left no-repeat;
}

#nav_7 a.navProducts_7:hover img 
{
    width:93px;
	height:34px;
	background: url('/images/menu/spain/products_over_7.gif') top left no-repeat;
}		

#nav_7 a.navCustomerSupport_7:hover img 
{
    width:77px;
	height:34px;
	background: url('/images/menu/spain/support_over_7.gif') top left no-repeat;
}		

#nav_7 a.navShop_7:hover img 
{
    width:121px;
	height:34px;
	background: url('/images/menu/spain/store_over_7.gif') top left no-repeat;
}		

#nav_7 a.navContactUs_7:hover img 
{
    width:91px;
	height:34px;
	background: url('/images/menu/spain/contact_over_7.gif') top left no-repeat;
}	
/*ie 6.0 hack by liuping 2008 5 14*/	
* html #nav_7 a.navHome_7:hover img, * html #nav_7 a.navCorporate_7:hover img,* html #nav_7 a.navProducts_7:hover img,
* html #nav_7 a.navCustomerSupport_7:hover img,*html #nav_7 a.navShop_7:hover img,* html #nav_7 a.navContactUs_7:hover img
{margin-top:-1px;height:35px;}
/*ie6.0 hack end*/    

#iframeBehindMenu {
	z-index:1;
	position:absolute;
	display:none;
	filter:alpha(opacity:0);
}

#nav_7 img.imgHome_7
{
    width:57px;
	height:35px;  
}

#nav_7 img.imgCorporate_7 {
	width:194px;
	height:35px;	
}

#nav_7 img.imgProducts_7 {
	width:93px;
	height:35px;	
}		

#nav_7 img.imgSupport_7 {
	width:77px;
	height:35px;	
}		

#nav_7 img.imgStore_7 {
	width:121px;
	height:35px;	
}	

#nav_7 img.imgContact_7 {
	width:91px;
	height:35px;	
}