@charset "UTF-8";
/* CSS Document */

.linkbutton {
	position: absolute;
	top:156px;
	width:155px;
	height:45px;
	background-color:#444444;
	font-size: small;
	color: #000000;
}
.linkbutton img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: -5px;
}

.linkbutton:hover {
	background-color:#888888;
	height:48px;
}


.linkbutton1 {
	left:95px;
/*	background-color:#888888;
	height:48px;
	bottom:0px;
*/

	
	}
	.linkbutton2 {
	left:255px;
	}
	.linkbutton3 {
	left:415px;
	}
	.linkbutton4 {
	left:575px;
	}
	
	.linkbutton5 {
	left:735px;
	}
	.button_rounded {
		
	border-top-left-radius:2ex;
	border-top-right-radius:2ex;
	
	
}
.leftbutton {
	position: absolute;
	left:0px;
	width:38px;
	height:155px;
	background-color:#444444;
	font-size: small;
	color: #000000;
	
	border-top-right-radius:2ex;
	border-bottom-right-radius:2ex;

}
.leftbutton:hover {

	/*background-color:#888888;*/

}
.rightbutton {
	position: absolute;
	right:0px;
	width:38px;
	height:155px;
	background-color:#444444;
	font-size: small;
	color: #000000;
	border-top-left-radius:2ex;
	border-bottom-left-radius:2ex;

}
.leftbutton img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.rightbutton img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}