/*
description: Stylesheet for main portal navigation menu.
*/

/* global menu styles */
td.horizontal {	height: 42px; }

td.horizontal div.mod_gkJxkodaku.menu_portal {
	border: none;
	white-space: nowrap;
	height: 42px;
}

div.mod_gkJxkodaku.menu_portal table {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border: none;
	background-color: transparent;
}

div.mod_gkJxkodaku.menu_portal td.item { /* horizontal page title link */
	text-transform: uppercase;
	color: #FFFFFF;
	font: bold 11px trebuchet MS, tahoma, verdana, sans-serif;
	background-color: transparent;
	white-space: nowrap;
	vertical-align: top;
	padding: 7px 15px 1px 15px;
	cursor: pointer;
}

div.mod_gkJxkodaku.menu_portal td.item.hover, div.mod_gkJxkodaku.menu_portal td.item.active, div.mod_gkJxkodaku.menu_portal td.item.pressed {
	background: url("/portals/I7cVs6S2ym/files/overline.png") top center repeat-x;
	color: #FFFFFF;
	padding: 7px 15px 1px 15px;
}
