.NavBox_Area {
	position: relative;
	padding-left: 29px;
	padding-right: 29px;
	margin-bottom: 10px;
	}
.NavBox_Links_Area {
	position: relative;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 8px;
	background-color: #000000;
}
.NavBox_Border_Top {
	background-image: url(NavBox_Border_Top.png);
	width: 142px; /* Navigation_Area (200px) - Left & Right corners (29px each) */
	height: 7px;
	position: absolute;
	top: 0px;
	left: 29px;
	z-index: 1;
	}
.NavBox_Border_Bottom {
	background-image: url(NavBox_Border_Bottom.png);
	width: 142px; /* Navigation_Area (200px) - Left & Right corners (29px each) */
	height: 7px;
	position: absolute;
	bottom: 0px;
	left: 29px;
	z-index: 1;
	}
.NavBox_Border_Left {
	background-image: url(NavBox_Border_Left.png);
	width: 29px;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	}
.NavBox_Border_Right {
	background-image: url(NavBox_Border_Right.png);
	width: 29px;
	height: 100%;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1;
	}
.NavBox_Corner_TopLeft {
	background-image: url(NavBox_Corner_TopLeft.png);
	width: 29px;
	height: 24px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
	}
.NavBox_Corner_TopRight {
	background-image: url(NavBox_Corner_TopRight.png);
	width: 29px;
	height: 24px;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 2;
	}
.NavBox_Corner_BottomLeft {
	background-image: url(NavBox_Corner_BottomLeft.png);
	width: 29px;
	height: 24px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 2;
	}
.NavBox_Corner_BottomRight {
	background-image: url(NavBox_Corner_BottomRight.png);
	width: 29px;
	height: 24px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 2;
	}
.NavBox_Title {
	background-color: #FFFFFF;
	}
.NavBox_Title:hover {
	background-color: #666666;
	}
