/* description: Stylesheet for main portal navigation menu. */

/* horizontal menu parts */
td.vertical div.menu_portal { /* this class only available when module is configured with horizontal layout */
	background-color: #FFFFFF;
	padding-left: 50px;
	padding-right: 320px;
}

div.menu_portal table { /* table that surrounds entire menu */
	border: 0px;
	background-color: transparent;
}

div.menu_portal tr.item { /* vertical page title link */
	color: #6a6a6a;
	font: bold 14px tahoma, verdana, sans-serif;
	background-color: transparent;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
}

div.menu_portal tr.item td { 
	padding-bottom: 25px;
}

div.menu_portal tr.item.hover { /* page title link: HOVER */
	color: #4376d3;
	text-decoration: none;
}

div.menu_portal tr.item.active { /* page title link: ACTIVE */
	color: #4376d3;
	text-decoration: none;
}

div.menu_portal tr.item.pressed { /* page title link: PRESSED */
	color: #4376d3;
	text-decoration: none;
}