.button
{
	display:block;
	width:180px;
	height:28px;
	background-image:url(button.png);
	background-repeat: no-repeat;
	font-weight:bold;
	text-align:center;
	text-decoration:none;	
	padding:4px;	
	margin:0;
}


.button1
{
	display:block;
	width:180px;
	height:28px;
	background-image:url(button.png);
	background-repeat: no-repeat;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	padding:5px;	
	margin:0;
	position:absolute;
	left:8px;
	margin-top:-2px;
	margin-left:8px;
}

a.button1:visited
{
	color:black;
}

a.button1:hover
{
	color:#333;
	margin-left:10px;
	margin-top:0px;	
}

.buttonlist
{
	height:32px;
}

.bar
{
	position:relative;
	background-image:url(images/wood.jpg);
	padding:8px 0 2px 32px;
	width:600px;
	height:30px;
}

