#nav-h a,#nav-a a,#nav-c a,#nav-r a,#nav-ct a,#nav-e a,#nav-p a  {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	border: 0 none;
	float: left;
}
#nav-h,#nav-a,#nav-c,#nav-r,#nav-ct,#nav-e,#nav-p,#nav-end  {
	height: 42px;
	float: left;
}
#nav-h {
	background: url(../images/nav-h.png) no-repeat;
	width: 84px;
}
#nav-a {
	background: url(../images/nav-a.png) no-repeat;
	width: 105px;
}
#nav-c {
	background: url(../images/nav-c.png) no-repeat;
	width: 122px;
}
#nav-r {
	background: url(../images/nav-r.png) no-repeat;
	width: 119px;
}
#nav-ct {
	background: url(../images/nav-ct.png) no-repeat;
	width: 118px;
}
#nav-p {
	background: url(../images/nav-p.png) no-repeat;
	width: 108px;
}
#nav-e {
	background: url(../images/nav-e.png) no-repeat;
	width: 122px;
}
#nav-end {
	width: 16px;
	background-image: url(../images/nav-bg-r.png);
	background-repeat: no-repeat;
	float: right;
}

#nav-h a:hover {
	background: url(../images/nav-h.png);
}
#nav-a a:hover {
	background: url(../images/nav-a.png);
}
#nav-c a:hover {
	background: url(../images/nav-c.png);
}
#nav-r a:hover {
	background: url(../images/nav-r.png);
}
#nav-ct a:hover {
	background: url(../images/nav-ct.png);
}
#nav-p a:hover {
	background: url(../images/nav-p.png);
}
#nav-e a:hover {
	background: url(../images/nav-e.png);
}
#nav-h a:hover,#nav-a a:hover,#nav-c a:hover,#nav-r a:hover,#nav-ct a:hover,#nav-e a:hover,#nav-p a:hover {
	background-position: center -42px;
	background-repeat: no-repeat;
	border: 0 none;
}

#nav span {
	display: none;
}
.nav-pipe {
	background: url(../images/nav-pipe.png) no-repeat;
	height: 42px;
	width: 1px;
	float: left;
}