﻿.remotebuttonstyle {
	height: 34px;
	list-style-type: none;
	white-space: nowrap;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 310px;
	padding-left: 11px;
}
.remotebuttonstyle li {
	float: left;
}
.remotebuttonstyle li a {
	display: block;
	text-decoration: none;
	background: url('../pagecontent/buttons/mainmenubutton.png') right top;
	background-repeat: no-repeat;
	color: #FFFFFF;
	line-height: 34px;
	width: 133px;
	font-weight: bold;
	font-size: 18px;
}
.remotebuttonstyle li a:hover {
	border-style: none;
	background-repeat: no-repeat;
	background: url('../pagecontent/buttons/mainmenubutton.png') right bottom;
	color: #000000;
}

