#nav {
	position: relative;
	width: 709px;
	height: 29px;
	background-color: transparent;
	margin: 0px 0px 0px 0px;
	float: right;
	border-right: 3px solid #FFF;
	background-image: url(../../images/b2b/background-nav.jpg);
	background-repeat: repeat-x;
}

#nav a {
	float: left;
	height: 29px;
	overflow: hidden;
}

#nav .link {
	position: relative;
	float: left;
	height: 29px;
	overflow: hidden;
}
#nav .navImgOff {
	position: relative;
	top: 0px;
}
#nav .navImgOver {
	position: relative;
	top: -29px;
}
