.navibox {
	background-color: #F8F8F8;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #CCCCCC;
	position: absolute;
	width: 160px;
	left: 10px;
	top: 140px;
	float: left;
	font-size: 12px;
	background-attachment: scroll;
	background-image: url(pictures/navibox_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding-bottom: 5px;
	z-index: 0;

}

.naviboxlist p {
	margin-top: 3px;
	margin-bottom: 0px;
}

.naviboxlist a {
	color: #0066FF;
	text-decoration: none;
	width: 100%;
	padding: 0px 10px 2px 20px;
	background-attachment: scroll;
	background-image: url(pictures/navibox_linkarrow.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.naviboxlist a:hover {
	color: #FFFFFF;
	text-decoration: none;
	width: 100%;
	background-color: #6C89A7;
	background-attachment: scroll;
	background-image: url(pictures/navibox_linkarrow_hover.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.naviboxlist a:active {
	color: #FFFFFF;
	text-decoration: none;
	width: 100%;
	background-color: #A1B4C7;
	background-attachment: scroll;
	background-image: url(pictures/navibox_linkarrow_active.gif);
	background-repeat: no-repeat;
	background-position: left top;
	cursor: hand;

}
.caption {
	background-image: url(pictures/gradient_topline4.gif);
	width: 100%;
	position: relative;
	left: 0px;
	top: 0px;
	right: 100%;
	bottom: 22px;
	overflow: visible;
	visibility: visible;
	z-index: 1;
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A5A5A5;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	height: 20px;
	vertical-align: sub;
	padding-top: 3px;
}
.subcaption {
	background-image: url(pictures/gradient_topline4.gif);
	width: 100%;
	position: relative;
	left: 0px;
	top: 0px;
	right: 100%;
	bottom: 22px;
	overflow: visible;
	visibility: visible;
	z-index: 1;
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A5A5A5;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	height: 20px;
	vertical-align: sub;
	padding-top: 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-top: 10px;


}
