@charset "utf-8";
/* CSS Document */

#Nav{
	position: absolute;
	z-index: 100;
	top: 0px;
	right: -150px;
	margin-left: 300px;
	width: 150px;
	height: 290px;
	background: url(/images/bg_rightpanel.gif) center top repeat-x;
	font: 12px "Times New Roman", Times, serif;
	text-transform: uppercase;
	padding-top: 150px;
}
#Nav a{
	display: block;
	height: 22px;
	width: 150px;
	color: white;
	text-decoration: none;
	padding-top: 6px;
	text-indent: 25px;
}
#Nav a:hover{
	background: url(/images/bg-hover.gif) left center no-repeat;
}