﻿#utilities {
	position: relative;
	float:right;
	text-align:right;
	vertical-align:bottom;
	z-index: 1;
	border: 0;
	top:35px;
}
#utilities a {
	display: block;
	width: 65px;
	color: black;
	text-decoration: none;
}
#utilities a:hover {
	color:purple;
	font-style:bold;
	background-color: #E1FFD2;
	text-decoration:underline;
}

.util {
	font-weight:bold;
	color:green;
	text-align:center;
}
.util_txt {
	left: 4px;
	top: -49px;
	width: 391px;
}

.tabmenu {
	position: relative;
	height: 22px;
	z-index: 1;
	clear: left;
	width: inherit;
	background-color: #E1FFD2;
	border: 0;
	border-bottom: 3px green solid;
	top: 0;
	left: 0;
}
ul {
	list-style-type: none;
	font-family: Tahoma;
	font-size: 12px;
	text-align: center;
	float: left;
	height: 22px;
	margin: 0;
	padding: 0;
}
ul li {
	display: table-row;
	float: left;
}
#tabmenu a, #tabmenu_race a, #tabmenu_leag a {
	display: block;
	width: 100px;
	height: 22px;
	color: #006600;
	line-height: 22px;
	text-decoration: none;
	background-image: url('../_image/page/btntab22.jpg');
	background-repeat: no-repeat;
}
#tabmenu a:hover, #tabmenu_leag a:hover, #tabmenu_race a:hover {
	color:purple;
	font-style:normal;
	background-position: 0px -22px;
}
.tabmenu a:active {
	color:purple;
	background-position: 0px -44px;
}



