@charset "utf-8";
#nav_wrapper {
	position: absolute;
	height: 35px;
	width: auto;
	left: 220px;
	top: 125px;
}
#nav_tbl td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/button_back.gif);
	height: 25px;
}

#left_bar {
	background-image: url(../images/left_bar.gif);
	background-repeat: no-repeat;
	position: absolute;
	height: 35px;
	width: 5px;
	left: 0px;
	top: 5px;
}
#right_bar {
	background-image: url(../images/right.gif);
	background-repeat: no-repeat;
	position: absolute;
	height: 35px;
	width: 5px;
	left: 632px;
	top: 5px;
	z-index: 2;
}
#nav_tbl td a:hover, a:active {
	text-decoration: none;
	color: #000099;
	display: block;
	background-color: #66CCFF;
}
#nav_wrapper a:link, #nav_wrapper a:visited {
	text-decoration: none;
	color: #000066;
	display: block;
	padding-top: 7px;
	padding-right: 7px;
	padding-left: 6px;
	visibility: visible;
	z-index: 1;
	height: 20px;
	vertical-align: middle;
}
#top_bar {
	position: absolute;
	width: 640px;
	left: 0px;
	top: 5px;
	height: 5px;
	background-image: url(../images/button_top.gif);
	background-repeat: no-repeat;
	z-index: 3;
}
#button_bar {
	position: absolute;
	left: 5px;
	top: 5px;
	width: 630px;
	visibility: visible;
	z-index: 1;
	padding-top: 5px;
}
#btm_bar {
	position: absolute;
	height: 5px;
	width: 637px;
	left: 0px;
	top: 35px;
	background-image: url(../images/button_bottum.gif);
	background-repeat: no-repeat;
}
