@charset "UTF-8";
sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px;
	font-size: medium;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/buttonimages/gradation1.png);
	background-repeat: repeat-x;
	margin-top: 0px;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 0px;
	top: 0px;
	position: relative;
	text-align: right;
}
