.top_menu {
	background-image: url(site/images/top_menu.gif);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	height: 29px;
	width: 744px;
}

.top_menu_item {
	padding-top: 7px;
	height: 22px;
	width: 106px;
	float: left;
	text-align: center;
}

.top_menu_item:hover {
	background-image: url(site/images/top_menu_hover.gif);
	background-repeat: no-repeat;
}

.top_menu_item_active {
	padding-top: 7px;
	height: 22px;
	width: 106px;
	float: left;
	text-align: center;
	background-image: url(site/images/top_menu_hover.gif);
	background-repeat: no-repeat;
}

a.top_menu_link {
        font-weight: bold;
        font-size:12px;
        font-family:Arial, Helvetica, sans-serif;
	color: white;
	display: block;
	text-decoration: none;
	text-transform: capitalize;
}
