#Nav
{
	position: fixed;
	left: 50%;
	margin-left: -350px;
	z-index: 2;
	height: 27px;
	border-collapse: collapse;
	width: 200px;
	vertical-align: bottom;
}

#Nav #Nav-First
{
	width: 12px;
	height: 27px;
	background: transparent url(Images/left.png) no-repeat scroll top left;
}
#Nav #Nav-Last
{
	width: 12px;
	height: 27px;
	background: transparent url(Images/right.png) no-repeat scroll top left;
}
#Nav #Nav-First span, #Nav #Nav-Last span
{
	width: 12px;
	height: 27px;
	display: block;
}

#Nav #Nav-Bottom
{
	width: 100%;
	height: 6px;
	background: transparent url(Images/bottom.png) repeat-x scroll top left;
}

#Nav .Nav-Link
{
	background-color: white;
	height: 21px;
	line-height: 18px;
	color: #666;
}

#Nav a
{
	display: block;
	padding-left: 7px;
	padding-right: 5px;
	color: #666;
	text-decoration: none;
	white-space: nowrap;
}
#Nav a:hover
{
	color: black;
}

#Nav .not_first
{
	background: white url(Images/sep.png) no-repeat scroll center left;
}