.up
{
	margin: 0;
	padding: 0 .4em;
	text-decoration: none;
	background: url("img/minus.gif") 0 .1em no-repeat;
	left: 0;
	position: absolute;
	z-index: 2;
	cursor: pointer;
}

.dwn
{
	margin: 0;
	padding: 0 .4em;
	text-decoration: none;
	background: url("img/plus.gif") 0 .1em no-repeat;
	left: 0;
	position: absolute;
	z-index: 1;
	cursor: pointer;
}

.column li span, #searchform span
{
	display: none;
	padding: .1em;
}



.ups
{
	margin: 0 0 0 -.3em;
	padding: 0 .3em;
	text-decoration: none;
	background: url("../img/minus.gif") 0 .2em no-repeat;
	right: -1.4em;
	position: absolute;
	z-index: 2;
	cursor: pointer;
}

.dwns
{
	margin: 0;
	padding: 0 .3em;
	text-decoration: none;
	background: url("../img/plus.gif") 0 .2em no-repeat;
	right: -1.4em;
	top: 0;
	position: absolute;
	z-index: 1;
	cursor: pointer;
}

.hide { display: none; }

.tup
{
	padding: 0 0 0 15px;
	background: url("../img/minus.gif") 0 .1em no-repeat;
	z-index: 2;
	cursor:pointer;
}

.tdwn
{
	background: url("../img/plus.gif") 0 .1em no-repeat;
	padding: 0 0 0 15px;
	z-index: 1;
	cursor:pointer;
}
