/* IE 7 hacks */


/* SEARCH ------------------------------------------------------------*/

#sidebar #searchform #s{
	padding: 6px 10px 0px 10px;
}

#sidebar #searchform #searchsubmit{
	top: 26px;
}

/* LINK BUTTONS ------------------------------------------------------------*/

.link-button,
.link-button-dark{
	position: relative;
	display: block;
	float: left;
	height: 44px;
	clear: left;
}

.link-button span,
.link-button-dark span{
	height: 44px;
	position: relative;
}

/* TABS ------------------------------------------------------------*/

/* single tab */
ul.tabs li a{ 
	background-position: -1px -101px;
}

/* SUPERFISH ------------------------------------------------------------*/

.sf-vertical li:hover ul,
.sf-vertical li.sfHover ul {
	left:	230px; /* avoid overlapping*/
}

/* PAGER ------------------------------------------------------------*/

.pager li.first-child{
	background-position: 0px 0px;
	width: 51px;
	text-indent: -9000px;
}

.pager li.last-child{
	background-position: -97px 0px;
	width: 51px;
	text-indent: -9000px;
}

.pager li.first-child:hover{
	background-position: 0px -44px;
}

.pager li.last-child:hover{
	background-position: -97px -44px;
}