.mainlink a {
	width: 120px;
	height:27px;
	position:relative;
	float:left;
	display:block;
	text-align: center;
	text-decoration:none;
	padding-top: 7px;
	font-weight: bold;
	background-image: url(../images/buttons/button_blank.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	color: #b02c00;
	font-family: Verdana;
	font-size: 8pt;
}

.mainlink a:hover {
	width: 120px;
	height:27px;
	position:relative;
	float:left;
	display:block;
	text-align: center;
	text-decoration: none;
	padding-top: 7px;
	font-weight: bold;
	background-image: url(../images/buttons/button_blank.jpg);
	background-repeat: no-repeat;
	background-position: 0 -34px;
	color: #b02c00;
	font-family: Verdana;
	font-size: 8pt;
}


.mainlink_act a {
	width: 120px;
	height:27px;
	position:relative;
	float:left;
	display:block;
	text-align: center;
	text-decoration: none;
	padding-top: 7px;
	font-weight: bold;
	background-image: url(../images/buttons/button_blank.jpg);
	background-repeat: no-repeat;
	background-position: 0 -34px;
	color: #b02c00;
	font-family: Verdana;
	font-size: 8pt;
}