#navContainer	{
	float: left;
	text-align:center;
	width:100%;
	clear:both;
	border:1px solid red;
}

#nav_14	{
	float: left;
	width: 100%;
	text-align: center;
}
	
#nav_14 ul { /* all lists */
	padding: 0;
	margin: 0 auto;
	list-style: none;
	line-height: 1em;
	width:614px;
}

#nav_14 a {
	display: block;
	width: auto;
	text-decoration:none;
	color:#222D33;
}

#nav_14 li { /* all list items */
	z-index:5;
	float: left;
	width: auto; /* width needed or else Opera goes nuts */
	position:relative;
}

#nav_14 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_14 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_14 li ul li a 	{
	width:158px;
	padding-left:8px;
}

#nav_14 li ul li a:hover 	{
	color:#11779F;
}

#nav_14 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_14 li:hover ul, #nav_14 li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/* Fix for dropdown menus in IE 7.0 */
#nav_14 li:hover, #nav_14 li.hover	{
	position:static;
}

#nav_14 a{
	behavior: url('/images/iepngfix.htc'); 
}

#nav_14 a.navHome_14  {
	width:54px;
	height:34px;
	background: url('/images/menu/norway/home_14.gif') top left no-repeat;
}

#nav_14 a.navCorporate_14 {
	width:176px;
	height:34px;
	background: url('/images/menu/norway/corporate_14.gif') top left no-repeat;
}

#nav_14 a.navProducts_14 {
	width:95px;
	height:34px;
	background: url('/images/menu/norway/products_14.gif') top left no-repeat;
}		

#nav_14 a.navCustomerSupport_14 {
	width:117px;
	height:34px;
	background: url('/images/menu/norway/support_over_14.gif') top left no-repeat;
}		

#nav_14 a.navShop_14 {
	width:67px;
	height:34px;
	background: url('/images/menu/norway/store_14.gif') top left no-repeat;
}		

#nav_14 a.navContactUs_14 {
	width:105px;
	height:34px;
	background: url('/images/menu/norway/contact_14.gif') top left no-repeat;
}	
/*ie 7.0 hack by liuping 2008 5 14*/	
*+html #nav_14 a.navHome_14:hover img, *+html #nav_14 a.navCorporate_14:hover img,*+html #nav_14 a.navProducts_14:hover img,
*+html #nav_14 a.navCustomerSupport_14:hover img,*+html #nav_14 a.navShop_14:hover img,*+html #nav_14 a.navContactUs_14:hover img
{ 
     margin-top:-1px;
     height:35px;
    }
/*ie7.0 hack end*/    
* html #nav_14 a.navHome_14:hover img 
{}
#nav_14 a.navHome_14:hover img 
{
    width:54px;
	height:34px;
	background: url('/images/menu/norway/home_over_14.gif') top left no-repeat;	
}

#nav_14 a.navCorporate_14:hover img 
{
    width:176px;
	height:34px;
	background: url('/images/menu/norway/corporate_over_14.gif') top left no-repeat;
}

#nav_14 a.navProducts_14:hover img 
{
    width:95px;
	height:34px;
	background: url('/images/menu/norway/products_over_14.gif') top left no-repeat;
}		

#nav_14 a.navCustomerSupport_14:hover img 
{
    width:117px;
	height:34px;
	background: url('/images/menu/norway/support_over_14.gif') top left no-repeat;
}		

#nav_14 a.navShop_14:hover img 
{
    width:67px;
	height:34px;
	background: url('/images/menu/norway/store_over_14.gif') top left no-repeat;
}		

#nav_14 a.navContactUs_14:hover img 
{
    width:105px;
	height:34px;
	background: url('/images/menu/norway/contact_over_14.gif') top left no-repeat;
}	
/*ie 6.0 hack by liuping 2008 5 14*/	
* html #nav_14 a.navHome_14:hover img, * html #nav_14 a.navCorporate_14:hover img,* html #nav_14 a.navProducts_14:hover img,
* html #nav_14 a.navCustomerSupport_14:hover img,*html #nav_14 a.navShop_14:hover img,* html #nav_14 a.navContactUs_14:hover img
{margin-top:-1px;height:35px;}
/*ie6.0 hack end*/    

#iframeBehindMenu {
	z-index:1;
	position:absolute;
	display:none;
	filter:alpha(opacity:0);
}

#nav_14 img.imgHome_14
{
    width:54px;
	height:35px;  
}

#nav_14 img.imgCorporate_14 {
	width:176px;
	height:35px;	
}

#nav_14 img.imgProducts_14 {
	width:95px;
	height:35px;	
}		

#nav_14 img.imgSupport_14 {
	width:117px;
	height:35px;	
}		

#nav_14 img.imgStore_14 {
	width:67px;
	height:35px;	
}	

#nav_14 img.imgContact_14 {
	width:105px;
	height:35px;	
}