/* CSS Document */
.scroll-menu {
	overflow:hidden;
}
.scroll-menu ul {
	margin: 0;
	padding: 0;
}
.scroll-menu ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	cursor: pointer;
}

/*arrows*/
.scroll-it-down, .scroll-it-up {
	height: 14px;
	width: 172px;
	cursor: pointer;
	display: block;
	text-align: center;
	border: 0;
	margin-right: 19px;
	margin-left: 19px;
}
* html .scroll-it-down, .scroll-it-up { /* Wird fuer IEs gebraucht */
	width: 210px; /* nur fuer IE 5 und 5.5 */
	w\idth: 172px; /* nur fuer IE 6 */
}
.scroll-it-up {
	background: url(images/up1.jpg) no-repeat;
}
.scroll-it-down {
	background: url(images/down1.jpg) no-repeat;
}
.scroll-it-down.arrow-hover {
	background-image: url(images/down.jpg);
}
.scroll-it-up.arrow-hover {
	background-image: url(images/up.jpg);
}
.icpopup {
	color: #008aff;
	text-decoration: underline;
	text-transform: uppercase;
	cursor: pointer;
}