/**
* Menu
*
* The marker {menu_style} is filled with 'menu_normal_normal' or 'menu_normal_current'.
* 'menu_normal_normal' is the style of a normal menu item
* 'menu_normal_current' is the style of the selected menu item
* (see also wholepage_[lang].ihtml where the menu styles are used)
*/

/**
* Menu level 1
*/
.menuhide{
	visibility			: hidden;
}

.menu_normal_normal, .menu_normal_current {
	height				: 22px;
	width				: 107px;
	font-weight			: bold;
	text-align			: center;
}
.menu_normal_normal {
	background			: url('/image/shared/subsite/menu_normal_normal.gif');
}
.menu_normal_current {
	background			: url('/image/shared/subsite/menu_normal_current.gif');
}
.menu_normal_normal a, .menu_normal_current a {
	font-size			: 0.85em;
	line-height			: 2em;
	width				: 100%;
	height				: 100%;
	display				: block;
	color				: black;
}


/**
* Menu level 2 and below
*/

.leftmenu {
	color: Green;
}
a.menu_normal_current2,a.menu_normal_current2:active, a.menu_normal_current2:hover, a.menu_normal_current2:visited {
	color				: #800000;
	text-decoration		: underline;
}
