#nav {
	margin-top: 7px;
}

#nav span {
	display: none;
}

#nav a {
	height: 60px;
	float: left;
}

#nav a#nav-infocus {
	width: 80px;
	background: url("../images/nav/infocus.gif") no-repeat 0px 0px;
}

#nav a#nav-infocus:hover {
	background: url("../images/nav/infocus.gif") no-repeat 0px -60px;	
}

#nav a#nav-mediaview {
	width: 95px;
	background: url("../images/nav/mediaview.gif") no-repeat 0px 0px;
}

#nav a#nav-mediaview:hover {
	background: url("../images/nav/mediaview.gif") no-repeat 0px -60px;	
}

#nav a#nav-topmovers {
	width: 100px;
	background: url("../images/nav/topmovers.gif") no-repeat 0px 0px;
}

#nav a#nav-topmovers:hover {
	background: url("../images/nav/topmovers.gif") no-repeat 0px -60px;	
}

#nav a#nav-marketwatch {
	width: 115px;
	background: url("../images/nav/marketwatch.gif") no-repeat 0px 0px;
}

#nav a#nav-marketwatch:hover {
	background: url("../images/nav/marketwatch.gif") no-repeat 0px -60px;	
}

#nav a#nav-rentalnews {
	width: 110px;
	background: url("../images/nav/rentalnews.gif") no-repeat 0px 0px;
}

#nav a#nav-rentalnews:hover {
	background: url("../images/nav/rentalnews.gif") no-repeat 0px -60px;	
}

#nav a#nav-whatson {
	width: 100px;
	background: url("../images/nav/whatson.gif") no-repeat 0px 0px;
}

#nav a#nav-whatson:hover {
	background: url("../images/nav/whatson.gif") no-repeat 0px -60px;	
}

