/* description: Main stylesheet for the portal navigation menu module. */

/*
Class Hierarchy:
Container: div.[MID].menu_portal

Using image buttons instead of page titles:
Hide Labels:
div.mod_[MID].menu_portal td.item .label { visibility: hidden; }

Button Example:
(buttonID is the page title - all lower case, no spaces)
div.mod_[MID].menu_portal td.item.[buttonID] { width: 100px; background: url('/portals/[PID]/files/button.jpg') no-repeat; }
div.mod_[MID].menu_portal td.item.[buttonID].active,
div.mod_[MID].menu_portal td.item.[buttonID].hover,
div.mod_[MID].menu_portal td.item.[buttonID].pressed { width: 100px; background: url('/portals/[PID]/files/button_hover.jpg') no-repeat; }
*/

/* menu shadow */
div.dynarch-menu-shadow,
img.dynarch-menu-shadow,
div.div.dynarch-IE6-shadow { z-index: 990; position: absolute; }
div.dynarch-menu-shadow { background-color: #999; -moz-opacity: 0.6; filter: alpha(opacity=60); }
iframe#dynarch-menu-hider { z-index: 980; } /* hider */

/* vertical menu parts */
td.vertical div.mod_5DnLgyvDYw.menu_portal { /* this class only available when module is configured with vertical layout */
	white-space: nowrap;
	border: none;
	background-color: transparent;
	margin-left: 2px;
}

div.dynarch-popup-menu mod_5DnLgyvDYw.menu_portal {
	position: absolute;
	left: 0px;
	top: 0px;
	padding: 0px;
	cursor: pointer;
	z-index: 1000;
}

div.dynarch-popup-base-menu.menu_portal {
	position: static;
}

div.mod_5DnLgyvDYw.menu_portal table.links {

}

div.mod_5DnLgyvDYw.menu_portal tr.item { /* vertical page title */
	text-transform: uppercase;
	font: 12px helvetica, tahoma, verdana, sans-serif;
	color: #000000;
	background-color: #b5b6b7;
}

div.mod_5DnLgyvDYw.menu_portal tr.item.hover {
	text-transform: uppercase;
	color: #623681;
	text-decoration: underline;
}

div.mod_5DnLgyvDYw.menu_portal tr.item.active {
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
}

div.mod_5DnLgyvDYw.menu_portal tr.item.pressed {
	text-transform: uppercase;
	color: #623681;
	text-decoration: underline;
}

div.mod_5DnLgyvDYw.menu_portal tr.item td.icon { /* vertical page icon (if any) */
	padding: 0px;
	height: 16px;
	text-decoration: none;
}

div.mod_5DnLgyvDYw.menu_portal tr.item td.label { /* vertical page label */
	padding: 0px;
}

div.mod_5DnLgyvDYw.menu_portal tr.separator td { /* vertical separator container */
	background-color: none;
}

div.mod_5DnLgyvDYw.menu_portal tr.separator td div { /* vertical page separator (if any) */
	padding: 0px;
	margin: 4px;
	height: 0px;
	border-top: #DDDDDD 1px solid;
	border-bottom: #FFFFFF 1px solid;
	text-decoration: none;
}

div.mod_5DnLgyvDYw.menu_portal tr.item td.arrow {
	width: 11px;
	padding-left: 5px;
	text-decoration: none;
}

div.mod_5DnLgyvDYw.menu_portal tr.item td.arrow div {
	width: 11px;
	background: url("/skins/default/images/rarrow_black.png") no-repeat 0% 50%;
	text-decoration: none;
}

div.mod_5DnLgyvDYw.menu_portal tr.hover td.arrow div,
div.mod_5DnLgyvDYw.menu_portal tr.active td.arrow div {
	background: url("/skins/default/images/rarrow_white.png") no-repeat 0% 50%;
	text-decoration: none;
} 
