/* rhs nav */
#navigation {
	width:80px;
	height:419px;
	background: url(images/rightnav.gif) no-repeat;
	margin:0;
	padding:0;
	position:relative;
}

#navigation li {
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	width:20px;
	height:419px;
	display:block;
}

#navigation li, #navigation a {
    width:20px;
	height:419px;
	display:block;
	text-decoration:none;
}

#nav_promo {
	top:0px;
	left:0px;
	width:20px;
	height:419px;
	text-indent: -5000px;
}
#nav_reports {
	top:0px;
	left:20px;
	width:20px;
	height:419px;
	text-indent: -5000px;
}
#nav_web {
	top:0px;
	left:40px;
	width:20px;
	height:419px;
	text-indent: -5000px;
}
#nav_corp {
	top:0px;
	left:60px;
	width:20px;
	height:419px;
	text-indent: -5000px;
}

#nav_promo a:hover {
	background:transparent url(images/rightnav.gif) -80px -0px no-repeat;
}
#nav_reports a:hover {
	background:transparent url(images/rightnav.gif) -100px -0px no-repeat;
}
#nav_web a:hover {
	background:transparent url(images/rightnav.gif) -120px -0px no-repeat;
}
#nav_corp a:hover {
	background:transparent url(images/rightnav.gif) -140px -0px no-repeat;
}

.clear {
	clear:both;
}
