a.trm {
	display: block;
	font-family: "Trebuchet MS", Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	text-transform: uppercase;
	padding: 3px 9px 3px 22px;
	margin: 1px 6px 1px 6px;

}
a.trm:hover {
	color: #FFFFFF;
	background-color: #666666;
	background-attachment: scroll;
	background-image: url(../img/item.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

a.tm {
	font-family: "Trebuchet MS", Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 2px 8px 2px 8px;
	margin: 0px 2px 0px 2px;
}
a.tm:hover {
	color: #CC0000;
	text-decoration: underline;
	font-weight: bold;
}

a.bm {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
	text-transform: uppercase;
}
a.bm:hover {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
	text-transform: uppercase;
}

.right-menu a {
	display: block;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
	font-family: Tahoma;
	font-size: 11px;
	color: #003399;
	text-decoration: none;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eeeeee;
}
.right-menu a:hover {
	color: #DD0000;
	text-decoration: underline;
}