.hotmenu_on{
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(images/hotmenu_on.gif);
	background-repeat: no-repeat;
	width: 58px;
	height: 20px;
	text-align: center;
	vertical-align: middle;
	line-height: 22px;
	font-weight: bold;
}
.hotmenu_on a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.hotmenu_on a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.hotmenu_on a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.hotmenu_off {
	background-image: url(images/hotmenu_off.gif);
	
	WIDTH: 58px;
	CURSOR: pointer;
	COLOR: #333333;
	HEIGHT: 20px;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 3px;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	line-height: 22px;
}
.hotmenu_off a:link {
	color: #333333;
	text-decoration: none;
	line-height: 22px;
}
.hotmenu_off a:visited {
	color: #333333;
	text-decoration: none;
}
.hotmenu_off a:hover {
	color: #333333;
	text-decoration: none;

