#menu_top {
	width: 756px;
	height: 30px;
	table-layout: fixed;
	font-family: verdana,helvetica,sans-serif;
	font-size: 8pt;
}

#menu_top .menu_top_cell {
	text-align: center;
	background-image: url(../images/separator.gif);
	background-repeat: no-repeat;
	background-position: right 12px;
}

#menu_top .last {
	background-image: none;
}

.menu_top_link {
	font-weight: normal;
	text-decoration: none;
	color: #000;
	white-space: nowrap;
}

.menu_top_link:visited {
	text-decoration: none;
	color: #000;
}

.menu_top_link:hover {
	text-decoration: underline;
}

.menu_top_linkActive {
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
	white-space: nowrap;
}

.menu_top_linkActive:visited {
	text-decoration: underline;
	color: #000000;
}

.menu_top_linkActive:hover {
	text-decoration: underline;
}

