.brdr {
	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: #e2e2e2;
	border-right-color: #e2e2e2;
	border-bottom-color: #e2e2e2;
	border-left-color: #e2e2e2;
	border-top-width: 0px;
}
.up {
	background-image: url(../images/crossnetnav.gif);
	cursor: pointer;
	background-repeat: repeat;
	height: 25px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #e2e2e2;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e2e2e2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.act {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	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: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-image: url(../images/hn.gif);
	background-repeat: repeat-x;
	height: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #424242;
	text-decoration: none;
	background-position: top;
	background-color: #FFFFFF;
}
.hide {
	display: none;
}
.show {
	display: block;
}

