#fp-mainmenu {
	background-image:url(../img/1/fp-header.jpg);
}

#mainmenu {
	background-image:url(../img/1/header.jpg);
}

#fp-mainmenu a, #mainmenu a:hover, #mainmenu .active {
	background-position:0 top;
}

/* Scrollable
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#fade {
	background:url(../img/fade.png) repeat-y right top;
	position:absolute;
	width:49px;
	right:30px;
	z-index:99;
	height:0;
	top:0;
}

#history-container {
	position:relative;
	overflow:hidden;
	padding:0 36px;
}

#history-container h2 {
	margin-bottom:0px;
	font-weight:bold;
	font-size:16px;
	color:#0072a6;
}

.scrollable {
	position:relative;
	overflow:hidden;
	height:auto;
	float:none;
	clear:both;
}

.scrollable .items {
	width:20000em; /* this cannot be too large */
	position:relative;
	clear:both;
	float:none;
}

.scrollable .item {
	border-right:1px solid #c6c6c6;
	padding-right:20px;
	margin-right:20px;
	font-size:13px;
	float:left;
	width:270px;
}

.scrollable .item:last-child {
	padding-right:0;
	margin-right:0;
	border-right:0;
}

#history-container .prev, #history-container .next {
	background-image:url(../img/arrows.gif);
	position:absolute;
	display:block;
	height:32px;
	width:22px;
	top:60px;
}

#history-container .prev {
	background-position:left center;
	left:0;
}
#history-container .next {
	background-position:right center;
	right:0;
}
