IMG.separator {
	width: 100%;
	height: 1px;
	background-color: GRAY;
}

TABLE.toolbar {
	background-color: #085285;
}

TD.toolbar {
	background-color: #085285;
}

TABLE.toolbar TABLE {
	border-width: 0px;
	border-spacing: 0px;
	border-style: NONE;
	border-collapse: COLLAPSE;
}

TABLE.tab-sel * IMG#tab-top {
	width: 100%;
	height: 6px;
	border: 0px;
	background-repeat: REPEAT-X;
	background-image: url(/images/menu/s_top.gif);
}

TABLE.tab-sel * IMG#tab-bottom {
	width: 100%;
	height: 2px;
	border: 0px;
	background-repeat: REPEAT-X;
	background-image: url/images/menu/s_bottom.gif);
}

TABLE.tab-sel * IMG#tab-left {
	width: 4px;
	height: 30px;
	border: 0px;
	background-image: url(/images/menu/s_left.gif);
}

TABLE.tab-sel * TD#tab-center {
	border: 0px;
	height: 22px;
	white-space: NOWRAP;
	vertical-align: MIDDLE;
	background-color: #085285;
}

TABLE.tab-sel * IMG#tab-right {
	width: 4px;
	height: 30px;
	border: 0px;
	background-image: url(/images/menu/s_right.gif);
}

TABLE.tab-nextsel * IMG#tab-top {
	width: 100%;
	height: 3px;
	border: 0px;
	background-repeat: REPEAT-X;
	background-image: url(/images/menu/ns_top.gif);
}

TABLE.tab-nextsel * IMG#tab-bottom {
	width: 100%;
	height: 1px;
	border: 0px;
	background-repeat: REPEAT-X;
	background-image: url(/images/menu/ns_bottom.gif);
}

TABLE.tab-nextsel * IMG#tab-left {
	width: 1px;
	height: 27px;
	border: 0px;
	background-image: url(/images/menu/ns_left.gif);
}

TABLE.tab-nextsel * TD#tab-center {
	border: 0px;
	height: 23px;
	white-space: NOWRAP;
	vertical-align: MIDDLE;
	background-color: #085285;
}

TABLE.tab-nextsel * IMG#tab-right {
	width: 0px;
	height: 0px;
	border: 0px;
	background-image: url(/images/menu/ns_right2.gif);
}

TABLE.tab-prevsel * IMG#tab-top {
	width: 100%;
	height: 3px;
	border: 0px;
	background-repeat: REPEAT-X;
	background-image: url(/images/menu/ns_top.gif);
}

TABLE.tab-prevsel * IMG#tab-bottom {
	width: 100%;
	height: 1px;
	border: 0px;
	background-repeat: REPEAT-X;
	background-image: url(/images/menu/ns_bottom.gif);
}

TABLE.tab-prevsel * IMG#tab-left {
	width: 0px;
	height: 0px;
	border: 0px;
	background-image: url(/images/blank.gif);
}

TABLE.tab-prevsel * TD#tab-center {
	border: 0px;
	height: 23px;
	white-space: NOWRAP;
	vertical-align: MIDDLE;
	background-color: #085285;
}

TABLE.tab-prevsel * IMG#tab-right {
	width: 2px;
	height: 27px;
	border: 0px;
	background-image: url(/images/menu/ns_right.gif);
}

TABLE.tab-last * IMG#tab-top {
	width: 100%;
	height: 3px;
	border: 0px;
	background-repeat: REPEAT-X;
	background-image: url(/images/menu/ns_top.gif);
}

TABLE.tab-last * IMG#tab-bottom {
	width: 100%;
	height: 1px;
	border: 0px;
	background-repeat: REPEAT-X;
	background-image: url(/images/menu/ns_bottom.gif);
}

TABLE.tab-last * IMG#tab-left {
	width: 1px;
	height: 27px;
	border: 0px;
	background-image: url(/images/menu/ns_left.gif);
}

TABLE.tab-last * TD#tab-center {
	border: 0px;
	height: 23px;
	white-space: NOWRAP;
	vertical-align: MIDDLE;
	background-color: #085285;
}

TABLE.tab-last * IMG#tab-right {
	width: 1px;
	height: 27px;
	border: 0px;
	background-image: url(/images/menu/ns_right_last.gif);
}

TABLE.tab-norm * IMG#tab-top {
	width: 100%;
	height: 3px;
	border: 0px;
	background-repeat: REPEAT-X;
	background-image: url(/images/menu/ns_top.gif);
}

TABLE.tab-norm * IMG#tab-bottom {
	width: 100%;
	height: 1px;
	border: 0px;
	background-repeat: REPEAT-X;
	background-image: url(/images/menu/ns_bottom.gif);
}

TABLE.tab-norm * IMG#tab-left {
	width: 1px;
	height: 27px;
	border: 0px;
	background-image: url(/images/menu/ns_left.gif);
}

TABLE.tab-norm * TD#tab-center {
	border: 0px;
	height: 23px;
	white-space: NOWRAP;
	vertical-align: MIDDLE;
	background-color: #085285;
}

TABLE.tab-norm * IMG#tab-right {
	width: 2px;
	height: 27px;
	border: 0px;
	background-image: url(/images/menu/ns_right.gif);
}

.toolbar td {
	border-width: 0px;
	padding: 0px;
	border-style: NONE;
}
A.toolbar {
	color: WHITE;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 1px;
}
A.toolbar:link {
	color: WHITE;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 1px;
}
A.toolbar:visited {
	color: WHITE;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 1px;
}
A.toolbar:hover {
	color: WHITE;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: underline;
}

/*
 * Menu Style
 *
 * BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH=10 HEIGHT=10 BGCOLOR=WHITE
 */
.menu {
	border-width: 0px;
	padding: 0px;
	border-style: NONE;
	position: absolute;
	visibility: hidden;
	top: 100;
	left: 100;
	width: 10;
	height:10;
}

.menu TABLE {
	border-width: 1px;
	border-spacing: 0px;
	border-style: SOLID;
	border-color: GRAY;
	background-color: WHITE;
	width: 10px;
	height: 10px;
}

.menu TD {
	border-width: 0px;
	padding: 3px;
	border-style: NONE;
	border-collapse: COLLAPSE;
}

.menu A,
.menu A:link,
.menu A:visited {
	font-weight: BOLD;
	border-style: NONE;
	color: BLACK;
	text-decoration: NONE;
	font-size: 8pt;
}
.menu A:hover {
	font-weight: BOLD;
	border-style: NONE;
	font-size: 8pt;
	color: BLACK;
	text-decoration: underline;
}
