.menu_top_table {
	height: 41px;
	vertical-align: top;
	margin-left: 20px;
}

.menu_top_cell {
	vertical-align: top;
}

.menu_top_link {
	font-family: verdana,helvetica,sans-serif;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
	color: #e9f1f8;
	white-space: nowrap;
}

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

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

.menu_top_linkActive {
	font-family: verdana,helvetica,sans-serif;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	white-space: nowrap;
}

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

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


.menu_top_area img {
	border: 0px;
}

.menu_top_separator {
	width: 10px;
}


.menuItemBg {
	float: left;
	clear: none;
	height: 41px;
	line-height: 36px;
}

.menuItemLeft {
	float: left;
	clear: none;
	height: 41px;
	padding-left: 6px;
}

.menuItemRight {
	float: left;
	clear: none;
	height: 41px;
	padding-right: 6px;
}


.menuItemBgActive {
	float: left;
	clear: none;
	background-image: url(../images/activeBg.gif);
	height: 41px;
	line-height: 38px;
}

.menuItemLeftActive {
	float: left;
	clear: none;
	height: 41px;
	background: url(../images/activeLeftBg.gif) no-repeat left top;
	padding-left: 6px;
}

.menuItemRightActive {
	float: left;
	clear: none;
	height: 41px;
	background: url(../images/activeRightBg.gif) no-repeat right top;
	padding-right: 6px;
}

