/*---------------Navigation---------------*/

#nav{
height: 46px;
position: relative;
}
	ul#global_nav{
	position: absolute;
	top: 0px; right: 0;
	list-style: none;
	padding: 0;
	margin: 0;
	}
	#global_nav li{
	display: block;
	list-style: none;
	float: left;
	margin: 0; padding: 0;
	}
	
	#global_nav a {
	display: block;
	overflow: hidden;
	height: 0px !important;
	height /**/: 30px; /*For IE5 Win */
	padding: 30px 0 0 0;
	}
	
	#global_nav a:hover{
	background-position: 0 -30px;
	}
	
	#global_nav .active a{
	background-position: 0 -30px;
	}

	a.g_nav32 { width:65px; background: url('../images/nav/global_home.gif') top left no-repeat;}
	a.g_nav8 { width:72px; background: url('../images/nav/global_about.gif') top left no-repeat;}
	a.g_nav11 { width:97px; background: url('../images/nav/global_invest.gif') top left no-repeat;}
	a.g_nav9 { width:122px; background: url('../images/nav/global_sustain.gif') top left no-repeat;}
	a.g_nav10 { width:64px; background: url('../images/nav/global_news.gif') top left no-repeat;}
	a.g_nav637 { width:85px; background: url('../images/nav/global_careers.gif') top left no-repeat;}
	a.g_nav13 { width:110px; background: url('../images/nav/global_contact.gif') top left no-repeat;}
	a.g_nav147 { width:119px; background: url('../images/nav/global_timber.gif') top left no-repeat;}
	#product_nav{
		height: 35px;
		background-color: #666;
	}
	ul#p_nav{
	position: absolute;
	top: 0; left: 180px;
	list-style: none;
	padding: 0;
	margin: 0;
	}
	#p_nav li{
	display: block;
	list-style: none;
	float: left;
	margin: 0; padding: 0;
	}
	
	#p_nav a {
	display: block;
	overflow: hidden;
	height: 0px !important;
	height /**/: 35px; /*For IE5 Win */
	padding: 35px 0 0 0;
	}
	
	#p_nav a:hover{
	background-position: 0 -35px;
	}
	
	#p_nav a.active, #p_nav a.active:hover{
	background-position: 0 -70px;
	}
	a.p_nav1 { width:68px; background: url('../images/nav/product_brand.gif') top left no-repeat;}
	a.p_nav2 { width:55px; background: url('../images/nav/product_type.gif') top left no-repeat;}
	a.p_nav3 { width:73px; background: url('../images/nav/product_market.gif') top left no-repeat;}
	

/*----------------------------
SPRITE NAV --- INTERIOR ONLY
------------------------------*/
	
#mainmenu{
	position: relative;
	height: 50px;
}

#home .menu {
	width: 100%;
	height: 50px;
	background: url('../images/backgrounds/menu_nav.jpg') no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
}

.menu {
	width: 490px;
	height: 50px;
	background: url('../images/backgrounds/interior_menu_nav.jpg') no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
}
.menu li {
	display: inline;
}
.menu li a:link, .menu li a:visited {
	position: absolute;
	top: 0;
	height: 50px;
	text-indent: -9000px;
	overflow: hidden;
	z-index: 10;
}


/*----HOME - Towels----*/
#home .menu .specialty a:link, #home .menu .specialty a:visited {left: 0px; width: 490px;}
#home .menu .specialty a:hover, #home .menu .specialty a:focus {background: url('../images/backgrounds/menu_nav.jpg') no-repeat 0px -50px;}
#home .menu .specialty a:active {background: url('../images/backgrounds/menu_nav.jpg') no-repeat 0px -50px;}
#home .current-specialty .specialty a:link, #home .current-specialty .specialty a:visited {background: url('../images/backgrounds/menu_nav.jpg') no-repeat 0px -50px; cursor: pointer;}
#home .menu-specialty {
position: absolute;
top: 0;
left: 0px;
width: 490px;
height: 50px;
background: url('../images/backgrounds/menu_nav.jpg') no-repeat -0px -50px;
}
/*----HOME - Specialty----*/
#home .menu .towel a:link, #home .menu .towel a:visited {left: 490px; width: 490px;}
#home .menu .towel a:hover, #home .menu .towel a:focus {background: url('../images/backgrounds/menu_nav.jpg') no-repeat -490px -50px;}
#home .menu .towel a:active {background: url('../images/backgrounds/menu_nav.jpg') no-repeat -490px -50px;}
#home .current-towel .towel a:link, #home .current-towel .towel a:visited {background: url('../images/backgrounds/menu_nav.jpg') no-repeat -490px -50px; cursor: pointer;}
#home .menu-towel {
position: absolute;
top: 0;
left: 490px;
width: 490px;
height: 50px;
background: url('../images/backgrounds/menu_nav.jpg') no-repeat -490px -50px;
}


/*----Interior - Towels----*/
.menu .specialty a:link, .menu .specialty a:visited {left: 0px; width: 245px;}
.menu .specialty a:hover, .menu .specialty a:focus {background: url('../images/backgrounds/menu_nav.jpg') no-repeat 0px -50px;}
.menu .specialty a:active {background: url('../images/backgrounds/menu_nav.jpg') no-repeat 0px -50px;}
.current-specialty .specialty a:link, .current-specialty .specialty a:visited {background: url('../images/backgrounds/menu_nav.jpg') no-repeat 0px -50px; cursor: pointer;}
.menu-specialty {
position: absolute;
top: 0;
left: 0px;
width: 245px;
height: 50px;
background: url('../images/backgrounds/menu_nav.jpg') no-repeat -0px -50px;
}
/*----Interior - Specialty----*/
.menu .towel a:link, .menu .towel a:visited {left: 245px; width: 245px;}
.menu .towel a:hover, .menu .towel a:focus {background: url('../images/backgrounds/menu_nav.jpg') no-repeat -490px -50px;}
.menu .towel a:active {background: url('../images/backgrounds/menu_nav.jpg') no-repeat -490px -50px;}
.current-towel .towel a:link, .current-towel .towel a:visited {background: url('../images/backgrounds/menu_nav.jpg') no-repeat -490px -50px; cursor: pointer;}
.menu-towel {
position: absolute;
top: 0;
left: 245px;
width: 245px;
height: 50px;
background: url('../images/backgrounds/menu_nav.jpg') no-repeat -490px -50px;
}
